Home
last modified time | relevance | path

Searched refs:html_color (Results 1 – 21 of 21) sorted by relevance

/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/examples/
H A Dcolors.pl144 while ( my ( $html_color, $color ) = each %colors ) {
146 fg_color => $html_color,
151 $worksheet3->write( $i + 1, 1, $html_color, $center );
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/lrf/html/
H A Dcolor_map.py103 def lrs_color(html_color): argument
104 hcol = html_color.lower()
/dports/converters/pdf2djvu/pdf2djvu-0.9.17.1/
H A Dpdf-backend.cc139 static std::string html_color(const double rgb[]) in html_color() function
150 static std::string html_color(double r, double g, double b) in html_color() function
153 return html_color(rgb); in html_color()
187 border_color = html_color(values[0], values[0], values[0]); in annotations_callback()
190 border_color = html_color(values); in annotations_callback()
196 border_color = html_color(rgb); in annotations_callback()
/dports/net/c3270/suite3270-4.0/Common/
H A Dfprint_screen.c99 html_color(int color) in html_color() function
463 html_color(current_fg), in fprint_screen_body()
464 html_color(current_bg), in fprint_screen_body()
686 html_color(fg_color), in fprint_screen_body()
687 html_color(bg_color), in fprint_screen_body()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dfprint_screen.c99 html_color(int color) in html_color() function
463 html_color(current_fg), in fprint_screen_body()
464 html_color(current_bg), in fprint_screen_body()
686 html_color(fg_color), in fprint_screen_body()
687 html_color(bg_color), in fprint_screen_body()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Colors/
H A Dnamed_colors.hpp19 inline color html_color (string s) {return black;}; in html_color() function
H A Dcolors.hpp92 inline color html_color (string s) {return svg_ch [locase_all (s)];}; in html_color() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/build/scripts/
H A Dcodex.py428 def html_color(colIdx): function
434 html_color(colIdx)
446 (html_color(colorIdx), html_color(colorIdx))
588 … print >> out, '<div style="margin-left:0.85em; border-left:4px solid %s">' % html_color(color)
/dports/shells/fish/fish-3.3.1/share/tools/web_config/
H A Dwebconfig.py552 html_color = "#%02x%02x%02x" % (
557 result.append('<span style="color: ' + html_color + '">')
564 html_color = html_color_for_ansi_color_index(int(match.group(1)))
565 result.append('<span style="color: ' + html_color + '">')
571 html_color = html_color_for_ansi_color_index(
574 result.append('<span style="color: ' + html_color + '">')
/dports/devel/p5-Perl-Tidy/Perl-Tidy-20211029/lib/Perl/Tidy/
H A DHtmlWriter.pm16 %html_color
543 $html_color{$short_name} = $rOpts->{"html-color-$long_name"};
626 my $color = $html_color{$short_name};
1366 my $color = $html_color{$short_name};
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/
H A DHTML.pm863 my %html_color = (
1038 my $hex = $html_color{$color};
1070 my $hex = $html_color{$color};
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/
H A DHTML.pm834 my %html_color = (
1009 my $hex = $html_color{$color};
1041 my $hex = $html_color{$color};
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/product/models/
H A Dproduct_attribute.py102 html_color = fields.Char( variable in ProductAttributeValue
420 html_color = fields.Char('HTML Color Index', related="product_attribute_value_id.html_color") variable in ProductTemplateAttributeValue
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dmisc.php967 foreach ( $color_info->colors as $html_color ) {
969 <td style="background-color: <?php echo esc_attr( $html_color ); ?>">&nbsp;</td>
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dmisc.php967 foreach ( $color_info->colors as $html_color ) {
969 <td style="background-color: <?php echo esc_attr( $html_color ); ?>">&nbsp;</td>
/dports/devel/cutils/cutils-1.6/doc/
H A Dcutils.info394 (the default), `ansi_color', `ansi_bold', `html_color',
416 chilight -f html_color <inputfile
H A Dcutils.texi411 @samp{html_color}, @samp{html_font} or @samp{roff}.
431 chilight -f html_color <inputfile
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine.c4032 HTMLColor *html_color = NULL;
4034 html_color = html_color_new_from_gdk_color (&color);
4035 element->style = html_style_add_color (element->style, html_color);
4036 html_color_unref (html_color);
/dports/security/sudoscript/sudoscript-2.1.2/
H A Dperltidy2388 %html_color
2665 $html_color{$short_name} = $rOpts->{"html-color-$long_name"};
2744 my $color = $html_color{$short_name};
2871 my $color = $html_color{$short_name};
/dports/java/eclipse-EPIC/org.epic.updatesite/plugins/org.epic.perleditor_0.6.24/perlutils/perltidy/Perl/
H A DTidy.pm4012 %html_color
4477 $html_color{$short_name} = $rOpts->{"html-color-$long_name"};
4557 my $color = $html_color{$short_name};
5224 my $color = $html_color{$short_name};
/dports/devel/p5-MooseX-CoverableModifiers/MooseX-CoverableModifiers-0.30/inc/Perl/
H A DTidy.pm4183 %html_color
4648 $html_color{$short_name} = $rOpts->{"html-color-$long_name"};
4728 my $color = $html_color{$short_name};
5395 my $color = $html_color{$short_name};