Home
last modified time | relevance | path

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

/external/scapy/scapy/
Dthemes.py95 style_emph_field_value = "" variable in AnsiColorTheme
123 style_emph_field_value = Color.purple+Color.uline+Color.bold variable in DefaultTheme
146 style_emph_field_value = Color.green+Color.bold variable in BrightTheme
169 style_emph_field_value = Color.green variable in RastaTheme
193 style_emph_field_value = Color.red+Color.bold variable in ColorOnBlackTheme
223 style_emph_field_value = r"\textcolor{purple}{\underline{%s}}" #ul variable in LatexTheme
242 style_emph_field_value = r"@`@textcolor@[@purple@]@@[@@`@underline@[@%s@]@@]@" variable in LatexTheme2
261 style_emph_field_value = "<span class=emph_field_value>%s</span>" variable in HTMLTheme
279 style_emph_field_value = "#[#span class=emph_field_value#]#%s#[#/span#]#" variable in HTMLTheme2