Home
last modified time | relevance | path

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

/external/scapy/scapy/
Dthemes.py93 style_field_value = "" variable in AnsiColorTheme
121 style_field_value = Color.purple variable in DefaultTheme
144 style_field_value = Color.purple+Color.bold variable in BrightTheme
167 style_field_value = Color.green+Color.bold variable in RastaTheme
191 style_field_value = Color.purple+Color.bold variable in ColorOnBlackTheme
221 style_field_value = r"\textcolor{purple}{%s}" variable in LatexTheme
240 style_field_value = r"@`@textcolor@[@purple@]@@[@%s@]@" variable in LatexTheme2
259 style_field_value = "<span class=field_value>%s</span>" variable in HTMLTheme
277 style_field_value = "#[#span class=field_value#]#%s#[#/span#]#" variable in HTMLTheme2