Lines Matching refs:color_text
452 def color_text(color_enabled, color, string): function
478 print color_text(color_enabled, COLOR_RED, line),
480 print color_text(color_enabled, COLOR_GREEN, line),
923 color_text(self.options.color, COLOR_BROWN,
962 log += color_text(self.options.color, log_color, actlog) + '\n'
993 log += color_text(self.options.color, COLOR_YELLOW,
1148 self.log += color_text(self.options.color, COLOR_LIGHT_RED,
1151 self.log += color_text(self.options.color, COLOR_LIGHT_CYAN,
1172 self.log += color_text(self.options.color, COLOR_YELLOW,
1209 self.log += color_text(self.options.color, COLOR_LIGHT_GREEN,
1232 self.log += color_text(self.options.color, COLOR_LIGHT_BLUE,
1351 print >> sys.stderr, color_text(self.options.color, COLOR_LIGHT_RED,
1371 print >> sys.stderr, color_text(self.options.color, COLOR_YELLOW,