Home
last modified time | relevance | path

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

/external/scapy/scapy/
Dthemes.py111 style_prompt = "" variable in ColorTheme
185 style_prompt = Color.blue + Color.bold variable in DefaultTheme
233 style_prompt = Color.yellow + Color.bold variable in RastaTheme
257 style_prompt = Color.green + Color.bold variable in ColorOnBlackTheme
294 style_prompt = r"\textcolor{blue}{%s}" variable in LatexTheme
322 style_prompt = r"@`@textcolor@[@blue@]@@[@%s@]@" variable in LatexTheme2
342 style_prompt = "<span class=prompt>%s</span>" variable in HTMLTheme
361 style_prompt = "#[#span class=prompt#]#%s#[#/span#]#" variable in HTMLTheme2