Home
last modified time | relevance | path

Searched defs:style_prompt (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/
Dthemes.py87 style_prompt = "" variable in AnsiColorTheme
115 style_prompt = Color.blue+Color.bold variable in DefaultTheme
161 style_prompt = Color.yellow+Color.bold variable in RastaTheme
185 style_prompt = Color.green+Color.bold variable in ColorOnBlackTheme
217 style_prompt = r"\textcolor{blue}{%s}" variable in LatexTheme
236 style_prompt = r"@`@textcolor@[@blue@]@@[@%s@]@" variable in LatexTheme2
255 style_prompt = "<span class=prompt>%s</span>" variable in HTMLTheme
273 style_prompt = "#[#span class=prompt#]#%s#[#/span#]#" variable in HTMLTheme2