Home
last modified time | relevance | path

Searched refs:END_COLOR (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/py-spyne/spyne-2.13.16/spyne/const/
H A Dansi_color.py40 END_COLOR = "" variable
59 global END_COLOR
60 END_COLOR = "\033[0m"
78 global END_COLOR
79 END_COLOR = ""
/dports/devel/pear-phing/phing-2.6.1/listener/
H A DHtmlColorLogger.php62 const END_COLOR = '</span>'; define in HtmlColorLogger
156 $message = $this->errColor . $message . self::END_COLOR;
159 $message = $this->warnColor . $message . self::END_COLOR;
162 $message = $this->infoColor . $message . self::END_COLOR;
165 $message = $this->verboseColor . $message . self::END_COLOR;
168 $message = $this->debugColor . $message . self::END_COLOR;
H A DAnsiColorLogger.php131 const END_COLOR = "\x1b[0m"; // self::PREFIX . self::SUFFIX; define in AnsiColorLogger
215 $message = $this->errColor . $message . self::END_COLOR;
218 $message = $this->warnColor . $message . self::END_COLOR;
221 $message = $this->infoColor . $message . self::END_COLOR;
224 $message = $this->verboseColor . $message . self::END_COLOR;
227 $message = $this->debugColor . $message . self::END_COLOR;
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_gesture_framework.c43 #define END_COLOR 0, 255, 0, 255 macro
189 _color_and_icon_set(data, TAP_NAME, 1, MAX_TAP, END_COLOR); in finger_tap_end()
215 _color_and_icon_set(data, FLICK_NAME, 1, MAX_TAP, END_COLOR); in finger_flick_end()
242 _color_and_icon_set(data, ROTATE_NAME, 1, MAX_TAP, END_COLOR); in finger_rotate_end()
269 _color_and_icon_set(data, ZOOM_NAME, 1, MAX_TAP, END_COLOR); in finger_zoom_end()
309 _color_and_icon_set(data, MOMENTUM_NAME, 1, MAX_TAP, END_COLOR); in finger_momentum_end()
344 _color_and_icon_set(data, TRIPLE_TAP_NAME, 1, MAX_TAP, END_COLOR); in finger_triple_tap_end()
378 _color_and_icon_set(data, DOUBLE_TAP_NAME, 1, MAX_TAP, END_COLOR); in finger_double_tap_end()
410 _color_and_icon_set(data, LONG_PRESS_NAME, 1, MAX_TAP, END_COLOR); in finger_long_press_end()
753 evas_object_color_set(r, END_COLOR); in test_gesture_framework()
H A Dtest_gesture_layer2.c43 #define END_COLOR 0, 255, 0, 255 macro
192 _color_and_icon_set(data, TAP_NAME, p->n, MAX_TAP, END_COLOR); in n_finger_tap_end()
242 _color_and_icon_set(data, LONG_TAP_NAME, p->n, MAX_LONG_TAP, END_COLOR); in n_long_tap_end()
281 _color_and_icon_set(data, DOUBLE_TAP_NAME, p->n, MAX_DOUBLE_TAP, END_COLOR); in dbl_click_end()
325 _color_and_icon_set(data, TRIPLE_TAP_NAME, p->n, MAX_TRIPLE_TAP, END_COLOR); in triple_click_end()
356 _color_and_icon_set(data, MOMENTUM_NAME, p->n, MAX_MOMENTUM, END_COLOR); in momentum_end()
403 _color_and_icon_set(data, LINE_NAME, p->momentum.n, MAX_LINE, END_COLOR); in line_end()
433 _color_and_icon_set(data, FLICK_NAME, p->momentum.n, MAX_FLICK, END_COLOR); in flick_end()
472 _color_and_icon_set(data, ZOOM_NAME, MAX_ZOOM, MAX_ZOOM, END_COLOR); in zoom_end()
508 _color_and_icon_set(data, ROTATE_NAME, MAX_ROTATE, MAX_ROTATE, END_COLOR); in rotate_end()
[all …]
/dports/x11/i3status/i3status-2.14/src/
H A Dprint_ipv6_addr.c127 END_COLOR; in print_ipv6_info()
142 END_COLOR; in print_ipv6_info()
H A Dprint_run_watch.c37 END_COLOR; in print_run_watch()
H A Dprint_path_exists.c42 END_COLOR; in print_path_exists()
H A Dprint_load.c52 END_COLOR; in print_load()
H A Dprint_file_contents.c67 END_COLOR; in print_file_contents()
H A Dprint_volume.c361 END_COLOR; in print_volume()
367 END_COLOR; in print_volume()
H A Dprint_eth_info.c199 END_COLOR; in print_eth_info()
H A Dprint_mem.c209 END_COLOR; in print_memory()
H A Dprint_wireless_info.c528 END_COLOR; in print_wireless_info()
625 END_COLOR; in print_wireless_info()
H A Dprint_cpu_usage.c229 END_COLOR; in print_cpu_usage()
H A Dprint_disk_info.c218 END_COLOR;
H A Dprint_cpu_temperature.c263 END_COLOR; in print_cpu_temperature_info()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/
H A Dconfigure22 END_COLOR="\033[0m"
213 echo $ECHO_OPTS "********************************************"$END_COLOR$ECHO_LF
/dports/www/py-spyne/spyne-2.13.16/spyne/server/
H A Dnull.py37 from spyne.const.ansi_color import END_COLOR
42 _big_footer = END_COLOR + ('=' * 40)
44 _small_footer = END_COLOR + ('-' * 20)
/dports/editors/lazarus/lazarus/components/tachart/demo/legend/
H A Dmain.pas84 END_COLOR = $00FF7777;
200 DrawGradient(ADrawer, Rect(xg1, yg1, xg2, yg2), START_COLOR, END_COLOR);
249 c := InterpolateRGB(START_COLOR, END_COLOR, ynorm);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/legend/
H A Dmain.pas84 END_COLOR = $00FF7777;
199 DrawGradient(ADrawer, Rect(xg1, yg1, xg2, yg2), START_COLOR, END_COLOR);
248 c := InterpolateRGB(START_COLOR, END_COLOR, ynorm);
/dports/editors/lazarus-qt5/lazarus/components/tachart/demo/legend/
H A Dmain.pas84 END_COLOR = $00FF7777;
200 DrawGradient(ADrawer, Rect(xg1, yg1, xg2, yg2), START_COLOR, END_COLOR);
249 c := InterpolateRGB(START_COLOR, END_COLOR, ynorm);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/legend/
H A Dmain.pas84 END_COLOR = $00FF7777;
199 DrawGradient(ADrawer, Rect(xg1, yg1, xg2, yg2), START_COLOR, END_COLOR);
248 c := InterpolateRGB(START_COLOR, END_COLOR, ynorm);
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h225 #define END_COLOR 0 /* "\033[m" */ macro
254 #define END_COLOR 0 macro
/dports/www/py-spyne/spyne-2.13.16/spyne/protocol/
H A Dxml.py59 from spyne.const.ansi_color import END_COLOR
394 line_header = LIGHT_RED + "Error:" + END_COLOR
398 line_header = LIGHT_GREEN + "Method request string:" + END_COLOR
400 line_header = LIGHT_RED + "Response:" + END_COLOR
559 line_header = '%sRequest%s' % (LIGHT_GREEN, END_COLOR)
635 logger.debug('%sResponse%s %s' % (LIGHT_RED, END_COLOR,

12