Home
last modified time | relevance | path

Searched refs:style_right (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/
Dthemes.py107 style_right = "" variable in AnsiColorTheme
135 style_right = Color.red+Color.invert variable in DefaultTheme
155 style_right = Color.purple+Color.invert variable in BrightTheme
178 style_right = Color.red+Color.invert variable in RastaTheme
205 style_right = Color.red+Color.bold variable in ColorOnBlackTheme
230 style_right = r"\textcolor{red}{%s}" variable in LatexTheme
251 style_right = r"@`@textcolor@[@red@]@@[@%s@]@" variable in LatexTheme2
270 style_right = "<span class=right>%s</span>" variable in HTMLTheme
288 style_right = "#[#span class=right#]#%s#[#/span#]#" variable in HTMLTheme2