/dports/textproc/c2html/c2html-0.9.6/ |
H A D | c2html.l | 246 ChangeFontTo(yyout, stringcolor, NO_CHANGE); 276 ChangeFontTo(yyout, stringcolor, NO_CHANGE); 317 ChangeFontTo(yyout, stringcolor, NORMAL);
|
H A D | colors.c | 25 char *stringcolor = "\"#666666\""; variable
|
H A D | colors.h | 26 extern char *stringcolor;
|
/dports/textproc/java2html/java2html-0.9.2/ |
H A D | java2html.l | 258 ChangeFontTo(yyout, stringcolor, NO_CHANGE); 288 ChangeFontTo(yyout, stringcolor, NO_CHANGE); 335 ChangeFontTo(yyout, stringcolor, NORMAL);
|
H A D | colors.c | 25 char *stringcolor = "\"#666666\""; variable
|
H A D | colors.h | 26 extern char *stringcolor;
|
/dports/textproc/perl2html/perl2html-0.9.2/ |
H A D | colors.c | 25 char *stringcolor = "\"#666666\""; variable
|
H A D | colors.h | 26 extern char *stringcolor;
|
/dports/games/flightgear/flightgear-2020.3.11/utils/Modeller/ |
H A D | uv_export_svg.py | 86 def stringcolor(string): function 120 color = FILL_COLOR or stringcolor(meshname)
|
/dports/deskutils/plan/plan-1.10.1/src/ |
H A D | holiday.c | 107 hp->stringcolor = 0; in reset_holidays() 378 hp->stringcolor = colormap[yacc_stringcolor]; in setliteraldate() 405 hp->stringcolor = colormap[yacc_stringcolor]; in seteaster()
|
H A D | cal.h | 140 int stringcolor; /* 0=default, 1..8=black..white */ member
|
H A D | mondraw.c | 397 else if (shp->stringcolor) in draw_day() 398 set_color(shp->stringcolor); in draw_day() 549 hp->stringcolor ? hp->stringcolor : COL_NOTE); in draw_day_notes()
|
H A D | print.c | 653 i = hp->stringcolor ? hp->stringcolor : daycolor; in Print_Day()
|
H A D | daydraw.c | 286 g_setcolor(holp->stringcolor ? holp->stringcolor : in gen_day()
|
H A D | weekdraw.c | 337 g_setcolor(shp->stringcolor ? shp->stringcolor : in draw_week_day_background()
|
/dports/japanese/plan/plan-1.10.1/src/ |
H A D | holiday.c | 107 hp->stringcolor = 0; in reset_holidays() 378 hp->stringcolor = colormap[yacc_stringcolor]; in setliteraldate() 405 hp->stringcolor = colormap[yacc_stringcolor]; in seteaster()
|
H A D | cal.h | 140 int stringcolor; /* 0=default, 1..8=black..white */ member
|
H A D | mondraw.c | 397 else if (shp->stringcolor) in draw_day() 398 set_color(shp->stringcolor); in draw_day() 549 hp->stringcolor ? hp->stringcolor : COL_NOTE); in draw_day_notes()
|
H A D | daydraw.c | 286 g_setcolor(holp->stringcolor ? holp->stringcolor : in gen_day()
|
H A D | print.c | 653 i = hp->stringcolor ? hp->stringcolor : daycolor; in Print_Day()
|
H A D | weekdraw.c | 337 g_setcolor(shp->stringcolor ? shp->stringcolor : in draw_week_day_background()
|
/dports/textproc/hevea/hevea-2.34/examples/ |
H A D | lis.tex | 26 \definecolor{stringcolor}{rgb}{0.1,0.6,0.1} 41 stringstyle=\color{stringcolor}\itshape,
|
/dports/editors/texstudio/texstudio-4.1.2/completion/ |
H A D | tkz-doc.cwl | 29 stringcolor#B
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/ |
H A D | functions2.lib.php | 2021 * @param string $stringcolor String with hex (FFFFFF) or comma RGB ('255,255,255') 2026 function colorStringToArray($stringcolor, $colorifnotfound = array(88, 88, 88)) argument 2028 …if (is_array($stringcolor)) return $stringcolor; // If already into correct output format, we retu… 2030 …#?([0-9a-fA-F][0-9a-fA-F])([0-9a-fA-F][0-9a-fA-F])([0-9a-fA-F][0-9a-fA-F])$/', $stringcolor, $reg); 2033 $tmp = explode(',', $stringcolor);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/ |
H A D | functions2.lib.php | 2374 * @param string $stringcolor String with hex (FFFFFF) or comma RGB ('255,255,255') 2379 function colorStringToArray($stringcolor, $colorifnotfound = array(88, 88, 88)) argument 2381 if (is_array($stringcolor)) { 2382 return $stringcolor; // If already into correct output format, we return as is 2385 …#?([0-9a-fA-F][0-9a-fA-F])([0-9a-fA-F][0-9a-fA-F])([0-9a-fA-F][0-9a-fA-F])$/', $stringcolor, $reg); 2387 $tmp = explode(',', $stringcolor);
|