Searched refs:color_theme (Results 1 – 11 of 11) sorted by relevance
/external/scapy/scapy/ |
D | autorun.py | 102 ct = conf.color_theme 104 conf.color_theme = NoTheme() 107 conf.color_theme = ct 111 ct = conf.color_theme 113 conf.color_theme = DefaultTheme() 116 conf.color_theme = ct 120 ct = conf.color_theme 124 conf.color_theme = HTMLTheme2() 130 conf.color_theme = ct 135 ct = conf.color_theme [all …]
|
D | plist.py | 66 ct = conf.color_theme 115 print(conf.color_theme.id(i,fmt="%04i"), end=' ') 244 print("%s %s %s" % (conf.color_theme.id(i,fmt="%04i"), 257 print("%s %s %s" % (conf.color_theme.id(i,fmt="%04i"), 268 print("%s %s %s" % (conf.color_theme.id(i,fmt="%04i"), 282 print("%s %s %s" % (conf.color_theme.id(i,fmt="%04i"),
|
D | main.py | 378 conf.color_theme = DefaultTheme() 466 (conf.color_theme.logo(line) for line in the_logo), 467 (conf.color_theme.success(line) for line in the_banner),
|
D | config.py | 340 sys.ps1 = conf.color_theme.prompt(conf.prompt) 423 color_theme = Interceptor("color_theme", NoTheme(), _prompt_changer) variable in Conf
|
D | themes.py | 313 Token.Prompt: Color.ansi_to_pygments(conf.color_theme.style_prompt),
|
D | utils.py | 51 r=r+conf.color_theme.not_printable(".") 212 -1: conf.color_theme.left, 213 1: conf.color_theme.right }
|
D | pipetool.py | 279 ct = conf.color_theme
|
D | packet.py | 308 ct = conf.color_theme 997 ct = conf.color_theme
|
D | sendrecv.py | 434 ct = conf.color_theme
|
/external/scapy/scapy/layers/tls/ |
D | extensions.py | 91 ct = AnsiColorTheme() if dump else conf.color_theme
|
/external/scapy/test/ |
D | regression.uts | 274 conf_color_theme = conf.color_theme 275 conf.color_theme = BlackAndWhite() 277 conf.color_theme = conf_color_theme 295 conf_color_theme = conf.color_theme 296 conf.color_theme = BlackAndWhite() 301 conf.color_theme = conf_color_theme 433 conf_color_theme = conf.color_theme 434 conf.color_theme = BlackAndWhite() 439 conf.color_theme = conf_color_theme 9257 conf_color_theme = conf.color_theme [all …]
|