Home
last modified time | relevance | path

Searched refs:color_specs (Results 1 – 19 of 19) sorted by relevance

/dports/www/p5-HTML-Perlinfo/HTML-Perlinfo-1.69/lib/HTML/Perlinfo/
H A DModules.pm28 my ($module_name, $color_specs) = @_;
29 if (defined $color_specs && ref($color_specs->[0]) eq 'ARRAY') {
30 foreach (@{ $color_specs }) {
35 …return $color_specs->[0] if (defined $color_specs && match_string($module_name,$color_specs->[1])=…
93 my ($self, $columns, $color_specs, $section, $full_page) = @_;
108 $html .= print_color_codes($color_specs) if $color_specs && $color_specs->[2];
176 my $color_specs = shift;
182 if (ref($color_specs->[0]) eq 'ARRAY') {
184 foreach (@{ $color_specs }) {
192 $label = $color_specs->[2] || $color_specs->[1];
[all …]
/dports/x11-wm/metacity/metacity-3.42.0/libmetacity/
H A Dmeta-gradient-spec.c30 GSList *color_specs; member
51 n_colors = g_slist_length (spec->color_specs); in create_cairo_pattern_from_gradient_spec()
68 tmp = spec->color_specs; in create_cairo_pattern_from_gradient_spec()
120 spec->color_specs = NULL; in meta_gradient_spec_new()
130 g_slist_foreach (spec->color_specs, free_color_spec, NULL); in meta_gradient_spec_free()
131 g_slist_free (spec->color_specs); in meta_gradient_spec_free()
140 spec->color_specs = g_slist_append (spec->color_specs, color_spec); in meta_gradient_spec_add_color_spec()
179 if (g_slist_length (spec->color_specs) < 2) in meta_gradient_spec_validate()
/dports/www/elinks/elinks-0.11.7/src/util/
H A Dcolor.c24 static struct color_spec color_specs[] = { variable
39 internal_pointer = color_specs; in colors_list_reset()
112 for (cs = color_specs; cs->name; cs++) in decode_color()
142 for (cs = color_specs; cs->name; cs++) in get_color_string()
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/core/
H A Dpath_printer.rs47 pub fn color_specs( in color_specs() method
H A Dargs.rs262 .color_specs(self.matches().color_specs()?) in path_printer()
774 .color_specs(self.color_specs()?) in printer_standard()
813 .color_specs(self.color_specs()?) in printer_summary()
986 fn color_specs(&self) -> Result<ColorSpecs> { in color_specs() method
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/grep-0.2.8/examples/
H A Dsimplegrep.rs38 .color_specs(ColorSpecs::default_with_color()) in search()
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/grep/examples/
H A Dsimplegrep.rs38 .color_specs(ColorSpecs::default_with_color()) in search()
/dports/x11-wm/marco/marco-1.26.0/src/ui/
H A Dtheme.h287 GSList *color_specs; member
H A Dtheme.c1100 spec->color_specs = NULL; in meta_gradient_spec_new()
1115 n_colors = g_slist_length (spec->color_specs); in create_cairo_pattern_from_gradient_spec()
1132 tmp = spec->color_specs; in create_cairo_pattern_from_gradient_spec()
1180 g_slist_foreach (spec->color_specs, free_color_spec, NULL); in meta_gradient_spec_free()
1181 g_slist_free (spec->color_specs); in meta_gradient_spec_free()
1223 if (g_slist_length (spec->color_specs) < 2) in meta_gradient_spec_validate()
H A Dtheme-parser.c2895 info->op->data.gradient.gradient_spec->color_specs = in parse_gradient_element()
2896 g_slist_append (info->op->data.gradient.gradient_spec->color_specs, in parse_gradient_element()
/dports/x11-wm/muffin/muffin-4.8.0/src/ui/
H A Dtheme-private.h334 GSList *color_specs; member
H A Dtheme.c1001 spec->color_specs = NULL; in meta_gradient_spec_new()
1017 g_slist_foreach (spec->color_specs, free_color_spec, NULL); in meta_gradient_spec_free()
1018 g_slist_free (spec->color_specs); in meta_gradient_spec_free()
1036 n_colors = g_slist_length (spec->color_specs); in meta_gradient_spec_render()
1044 tmp = spec->color_specs; in meta_gradient_spec_render()
1068 if (g_slist_length (spec->color_specs) < 2) in meta_gradient_spec_validate()
H A Dtheme-parser.c2889 info->op->data.gradient.gradient_spec->color_specs = in parse_gradient_element()
2890 g_slist_append (info->op->data.gradient.gradient_spec->color_specs, in parse_gradient_element()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/grep-printer-0.1.6/src/
H A Dsummary.rs204 pub fn color_specs(&mut self, specs: ColorSpecs) -> &mut SummaryBuilder { in color_specs() method
H A Dstandard.rs158 pub fn color_specs(&mut self, specs: ColorSpecs) -> &mut StandardBuilder { in color_specs() method
3631 .color_specs(ColorSpecs::default_with_color()) in regression_search_empty_with_crlf()
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/printer/src/
H A Dsummary.rs204 pub fn color_specs(&mut self, specs: ColorSpecs) -> &mut SummaryBuilder { in color_specs() method
H A Dstandard.rs158 pub fn color_specs(&mut self, specs: ColorSpecs) -> &mut StandardBuilder { in color_specs() method
3631 .color_specs(ColorSpecs::default_with_color()) in regression_search_empty_with_crlf()
/dports/www/links1/links-1.04/
H A Dhtml.c284 struct color_spec color_specs[] = { variable
434 for (cs = color_specs; cs < endof(color_specs); cs++) in decode_color()
/dports/www/links/links-2.25/
H A Dhtml.c326 static_const struct color_spec color_specs[] = { variable
477 for (cs = color_specs; cs < endof(color_specs); cs++) in decode_color()