Home
last modified time | relevance | path

Searched refs:stringcolor (Results 1 – 25 of 27) sorted by relevance

12

/dports/textproc/c2html/c2html-0.9.6/
H A Dc2html.l246 ChangeFontTo(yyout, stringcolor, NO_CHANGE);
276 ChangeFontTo(yyout, stringcolor, NO_CHANGE);
317 ChangeFontTo(yyout, stringcolor, NORMAL);
H A Dcolors.c25 char *stringcolor = "\"#666666\""; variable
H A Dcolors.h26 extern char *stringcolor;
/dports/textproc/java2html/java2html-0.9.2/
H A Djava2html.l258 ChangeFontTo(yyout, stringcolor, NO_CHANGE);
288 ChangeFontTo(yyout, stringcolor, NO_CHANGE);
335 ChangeFontTo(yyout, stringcolor, NORMAL);
H A Dcolors.c25 char *stringcolor = "\"#666666\""; variable
H A Dcolors.h26 extern char *stringcolor;
/dports/textproc/perl2html/perl2html-0.9.2/
H A Dcolors.c25 char *stringcolor = "\"#666666\""; variable
H A Dcolors.h26 extern char *stringcolor;
/dports/games/flightgear/flightgear-2020.3.11/utils/Modeller/
H A Duv_export_svg.py86 def stringcolor(string): function
120 color = FILL_COLOR or stringcolor(meshname)
/dports/deskutils/plan/plan-1.10.1/src/
H A Dholiday.c107 hp->stringcolor = 0; in reset_holidays()
378 hp->stringcolor = colormap[yacc_stringcolor]; in setliteraldate()
405 hp->stringcolor = colormap[yacc_stringcolor]; in seteaster()
H A Dcal.h140 int stringcolor; /* 0=default, 1..8=black..white */ member
H A Dmondraw.c397 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 Dprint.c653 i = hp->stringcolor ? hp->stringcolor : daycolor; in Print_Day()
H A Ddaydraw.c286 g_setcolor(holp->stringcolor ? holp->stringcolor : in gen_day()
H A Dweekdraw.c337 g_setcolor(shp->stringcolor ? shp->stringcolor : in draw_week_day_background()
/dports/japanese/plan/plan-1.10.1/src/
H A Dholiday.c107 hp->stringcolor = 0; in reset_holidays()
378 hp->stringcolor = colormap[yacc_stringcolor]; in setliteraldate()
405 hp->stringcolor = colormap[yacc_stringcolor]; in seteaster()
H A Dcal.h140 int stringcolor; /* 0=default, 1..8=black..white */ member
H A Dmondraw.c397 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 Ddaydraw.c286 g_setcolor(holp->stringcolor ? holp->stringcolor : in gen_day()
H A Dprint.c653 i = hp->stringcolor ? hp->stringcolor : daycolor; in Print_Day()
H A Dweekdraw.c337 g_setcolor(shp->stringcolor ? shp->stringcolor : in draw_week_day_background()
/dports/textproc/hevea/hevea-2.34/examples/
H A Dlis.tex26 \definecolor{stringcolor}{rgb}{0.1,0.6,0.1}
41 stringstyle=\color{stringcolor}\itshape,
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtkz-doc.cwl29 stringcolor#B
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions2.lib.php2021 * @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 Dfunctions2.lib.php2374 * @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);

12