Home
last modified time | relevance | path

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

/external/scapy/scapy/
Dthemes.py99 style_fail = "" variable in AnsiColorTheme
127 style_fail = Color.red+Color.bold variable in DefaultTheme
150 style_fail = Color.red+Color.bold variable in BrightTheme
173 style_fail = Color.red variable in RastaTheme
197 style_fail = Color.red+Color.bold variable in ColorOnBlackTheme
227 style_fail = r"\textcolor{red}{\bf %s}" variable in LatexTheme
246 style_fail = r"@`@textcolor@[@red@]@@[@@`@bfseries@[@@]@%s@]@" variable in LatexTheme2
265 style_fail = "<span class=fail>%s</span>" variable in HTMLTheme
283 style_fail = "#[#span class=fail#]#%s#[#/span#]#" variable in HTMLTheme2