Home
last modified time | relevance | path

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

/external/scapy/scapy/
Dthemes.py98 style_packetlist_value = "" variable in AnsiColorTheme
126 style_packetlist_value = Color.purple variable in DefaultTheme
149 style_packetlist_value = Color.purple+Color.bold variable in BrightTheme
172 style_packetlist_value = Color.green+Color.bold variable in RastaTheme
196 style_packetlist_value = Color.purple+Color.bold variable in ColorOnBlackTheme
226 style_packetlist_value = r"\textcolor{purple}{%s}" variable in LatexTheme
245 style_packetlist_value = r"@`@textcolor@[@purple@]@@[@%s@]@" variable in LatexTheme2
264 style_packetlist_value = "<span class=packetlist_value>%s</span>" variable in HTMLTheme
282 style_packetlist_value = "#[#span class=packetlist_value#]#%s#[#/span#]#" variable in HTMLTheme2