Home
last modified time | relevance | path

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

/external/scapy/scapy/
Dthemes.py90 style_not_printable = "" variable in AnsiColorTheme
118 style_not_printable = Color.grey variable in DefaultTheme
164 style_not_printable = Color.green variable in RastaTheme
188 style_not_printable = Color.black+Color.bold variable in ColorOnBlackTheme
218 style_not_printable = r"\textcolor{gray}{%s}" variable in LatexTheme
237 style_not_printable = r"@`@textcolor@[@gray@]@@[@%s@]@" variable in LatexTheme2
256 style_not_printable = "<span class=not_printable>%s</span>" variable in HTMLTheme
274 style_not_printable = "#[#span class=not_printable#]#%s#[#/span#]#" variable in HTMLTheme2