Home
last modified time | relevance | path

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

/dports/www/p5-Mojo-Weixin/Mojo-Weixin-1.4.6/lib/Mojo/Weixin/
H A DLog.pm44 time_color => $opt{time_color},
88 . $self->colored($log->{time},$log->{time_color})
115 . $self->colored($log->{time},$log->{time_color})
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_core/
H A Dmk_utils.c111 char *time_color = ANSI_RESET "\033[38;5;241m"; in mk_utils_trace() local
147 time_color = ""; in mk_utils_trace()
153 time_color, (tv.tv_sec - mk_core_init_time), in mk_utils_trace()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/samples/
H A Dtime_color.fx1 #// Usage: jjs -fx time_color.js [-- true/false]
39 print("Usage: jjs -fx time_color.js");
40 print(" jjs -fx time_color.js -- true");
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/samples/
H A Dtime_color.fx1 #// Usage: jjs -fx time_color.js [-- true/false]
39 print("Usage: jjs -fx time_color.js");
40 print(" jjs -fx time_color.js -- true");
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Drace_gui.cpp420 video::SColor time_color = video::SColor(255, 255, 255, 255); in drawGlobalTimer() local
448 time_color = video::SColor(255,255,0,0); in drawGlobalTimer()
468 font->draw(sw, pos, time_color, false, false, NULL, in drawGlobalTimer()
508 video::SColor time_color; in drawLiveDifference() local
512 time_color = video::SColor(255, 255, 0, 0); in drawLiveDifference()
514 time_color = video::SColor(255, 255, 160, 0); in drawLiveDifference()
516 time_color = video::SColor(255, 160, 255, 0); in drawLiveDifference()
518 time_color = video::SColor(255, 0, 255, 0); in drawLiveDifference()
533 font->draw(sw.c_str(), pos, time_color, false, false, NULL, in drawLiveDifference()
H A Drace_gui_overworld.cpp262 static video::SColor time_color = video::SColor(255, 255, 255, 255); in drawTrophyPoints() local
300 … font->draw(trophiesW.c_str(), dest, time_color, false, vcenter, NULL, true /* ignore RTL */); in drawTrophyPoints()
325 font->draw(sw.c_str(), pos, time_color, false, vcenter, NULL, true /* ignore RTL */); in drawTrophyPoints()
347 font->draw(swg.c_str(), pos, time_color, false, vcenter, NULL, true /* ignore RTL */); in drawTrophyPoints()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/tools/mozilla/
H A Dbuild_firefox.sh103 time_color=34 # Blue
106 …echo -e "\033[${info_color}mINFO:\033[0m $1 [previous step \033[${time_color}m$time_diff sec\033[0…
/dports/x11-fm/fsv2/fsv2-1.1.0/src/
H A Dcolor.cxx110 time_color( GNode *node ) in time_color() function
202 color = time_color( node ); in color_assign_recursive()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmessages.cpp415 const nc_color time_color; member in Messages::dialog
469 time_color( c_light_blue ), bracket_color( c_dark_gray ), in dialog()
600 time_color, time_str ); in show()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmessages.cpp415 const nc_color time_color; member in Messages::dialog
469 time_color( c_light_blue ), bracket_color( c_dark_gray ), in dialog()
600 time_color, time_str ); in show()
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dstatusmap.c1585 int time_color = 0; in draw_hosts() local
1712 time_color = color_white; in draw_hosts()
1714 time_color = color_orange; in draw_hosts()
1716 time_color = color_yellow; in draw_hosts()
1718 time_color = color_white; in draw_hosts()
1725 gdImageFillToBorder(map_image, translated_x, translated_y, color_blue, time_color); in draw_hosts()
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dstatusmap.c1606 int time_color = 0; in draw_hosts() local
1731 time_color = color_white; in draw_hosts()
1733 time_color = color_orange; in draw_hosts()
1735 time_color = color_yellow; in draw_hosts()
1737 time_color = color_white; in draw_hosts()
1744 gdImageFillToBorder(map_image, translated_x, translated_y, color_blue, time_color); in draw_hosts()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/dialogs/
H A Dpreferences.py516 color = gaupol.util.hex_to_rgba(self.conf.time_color)
546 self.conf.time_color = gaupol.util.rgba_to_hex(color)
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/
H A Dplayer.py268 color = conf.time_color.replace("#", "")