Home
last modified time | relevance | path

Searched refs:textcolors (Results 1 – 18 of 18) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/examples/
H A Dexample_006.php236 $textcolors = '<h1>HTML Text Colors</h1>'; variable
240 $textcolors .= '<span color="#'.$v.'">'.$v.'</span> ';
245 $pdf->writeHTML($textcolors, true, false, true, false, '');
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_006.php236 $textcolors = '<h1>HTML Text Colors</h1>'; variable
240 $textcolors .= '<span color="#'.$v.'">'.$v.'</span> ';
245 $pdf->writeHTML($textcolors, true, false, true, false, '');
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_006.php236 $textcolors = '<h1>HTML Text Colors</h1>'; variable
240 $textcolors .= '<span color="#'.$v.'">'.$v.'</span> ';
245 $pdf->writeHTML($textcolors, true, false, true, false, '');
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/examples/
H A Dexample_006.php236 $textcolors = '<h1>HTML Text Colors</h1>'; variable
240 $textcolors .= '<span color="#'.$v.'">'.$v.'</span> ';
245 $pdf->writeHTML($textcolors, true, false, true, false, '');
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/examples/
H A Dexample_006.php236 $textcolors = '<h1>HTML Text Colors</h1>'; variable
240 $textcolors .= '<span color="#'.$v.'">'.$v.'</span> ';
245 $pdf->writeHTML($textcolors, true, false, true, false, '');
/dports/graphics/py-blockdiag/blockdiag-2.0.1/src/blockdiag/tests/
H A Dtest_builder_node.py87 textcolors = defaultdict(lambda: (0, 0, 0))
88 textcolors['F'] = (255, 0, 0)
106 self.assertNodeTextColor(diagram, textcolors)
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/images_contours_and_fields/
H A Dimage_annotated_heatmap.py163 textcolors=("black", "white"), argument
214 kw.update(color=textcolors[int(im.norm(data[i, j]) > threshold)])
262 textcolors=("red", "white"))
283 textcolors=("red", "black"))
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/images_contours_and_fields/
H A Dimage_annotated_heatmap.py161 textcolors=["black", "white"], argument
207 kw.update(color=textcolors[im.norm(data[i, j]) > threshold])
255 textcolors=["red", "white"])
276 textcolors=["red", "black"])
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/images_contours_and_fields/
H A Dimage_annotated_heatmap.py161 textcolors=["black", "white"], argument
207 kw.update(color=textcolors[im.norm(data[i, j]) > threshold])
255 textcolors=["red", "white"])
276 textcolors=["red", "black"])
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dtext.c60 Array positions=NULL, data, invalid, colors, textcolors=NULL, textpositions; in TextField() local
461 textcolors = (Array)DXNewConstantArray(numtextpos, in TextField()
466 textcolors = (Array)DXNewConstantArray(numtextpos, (Pointer)&color, in TextField()
473 textcolors = (Array)DXNewConstantArray(numtextpos, in TextField()
479 textcolors = (Array)DXNewConstantArray(numtextpos, in TextField()
485 if (!DXSetComponentValue((Field)o, "colors", (Object)textcolors)) in TextField()
487 textcolors = NULL; in TextField()
504 DXDelete((Object)textcolors); in TextField()
510 DXDelete((Object)textcolors); in TextField()
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/examples/
H A DHTMLChess.php365 $textcolors = array('#FFFFFF', '#000000');
375 … echo '<td width="30" bgcolor="' .$colors[$cycle]. '"><font color="' .$textcolors[$cycle]. '">';
/dports/games/freeciv/freeciv-2.6.6/client/gui-qt/
H A Ddiplodlg.cpp75 struct color *textcolors[2] = { in diplo_wdg() local
109 textcolors, ARRAY_SIZE(textcolors))->qcolor.name() in diplo_wdg()
121 textcolors, ARRAY_SIZE(textcolors))->qcolor.name() in diplo_wdg()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-qt/
H A Ddiplodlg.cpp75 struct color *textcolors[2] = { in diplo_wdg() local
109 textcolors, ARRAY_SIZE(textcolors))->qcolor.name() in diplo_wdg()
121 textcolors, ARRAY_SIZE(textcolors))->qcolor.name() in diplo_wdg()
/dports/math/octave/octave-6.4.0/scripts/plot/util/private/
H A D__gnuplot_draw_axes__.m1610 textcolors = get (findobj (hlgnd.children, "type", "text"), "color"); variable
1611 if (iscell (textcolors))
1612 textcolors = cell2mat (textcolors); variable
1613 textcolors = unique (textcolors, "rows"); variable
1615 if (rows (textcolors) > 1)
1621 colorspec = get_text_colorspec (textcolors);
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dmapview_common.c2057 struct color *textcolors[2] = { in show_full_citybar() local
2064 color_best_contrast(owner_color, textcolors, in show_full_citybar()
2065 ARRAY_SIZE(textcolors)), size); in show_full_citybar()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dmapview_common.c2057 struct color *textcolors[2] = { in show_full_citybar() local
2064 color_best_contrast(owner_color, textcolors, in show_full_citybar()
2065 ARRAY_SIZE(textcolors)), size); in show_full_citybar()
/dports/graphics/xfractint/xfractint-20.04p16/dos_help/
H A Dhelp4.src152 textcolors=aa/bb/cc/... Set text screen colors
153 textcolors=mono Set text screen colors to simple black and white
957 textcolors=////50 to set just the 5th value). Each value is a 2 digit
1011 textcolors=1F/1A/2E/70/28/71/31/78/70/17/1F/1E/2F/3F/5F/07/
1286 "textcolors=mono" for a more consistent appearance in text screens.
H A Dhelp5.src2361 most notably textcolors and ranges.
3239 Three new values have been added to the textcolors= parameter; if you use
3241 7th, 9th, and 13th positions; see "textcolors=" in {Color Parameters}
3324 textcolors=mono|12/34/56/... -- allows setting user interface colors\