Home
last modified time | relevance | path

Searched refs:default_colors (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/www/kanboard/kanboard-1.2.21/app/Model/
H A DColorModel.php21 protected $default_colors = array( variable in Kanboard\\Model\\ColorModel
115 foreach ($this->default_colors as $color_id => $params) {
135 if (isset($this->default_colors[$color_id])) {
136 return $this->default_colors[$color_id];
139 return $this->default_colors[$this->getDefaultColor()];
153 foreach ($this->default_colors as $color_id => $color) {
181 return $this->default_colors;
220 foreach ($this->default_colors as $color => $values) {
/dports/audio/picard/picard-release-2.6.2/picard/ui/
H A Dcolors.py98 def default_colors(self): member in InterfaceColors
113 for color_key in self.default_colors:
114 color_value = self.default_colors[color_key].value
118 for color_key in self.default_colors:
122 color_value = self.default_colors[color_key].value
136 if color_key in self.default_colors:
137 return self.default_colors[color_key].value
144 return _(self.default_colors[color_key].description)
147 if color_key in self.default_colors:
150 qcolor = QtGui.QColor(self.default_colors[color_key].value)
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/grc/
H A Dqtgui_time_sink_x.block.yml.py343 default_colors = [
347 line_params_1 = LINE_PARAMS.format(i=1, i_cplx=1, i_color=default_colors[0])
353 i_color=default_colors[(i-1) % len(default_colors)],
/dports/audio/picard/picard-release-2.6.2/test/
H A Dtest_interface_colors.py57 default_colors = interface_colors.default_colors
58 … self.assertEqual(interface_colors.get_color('entity_error'), default_colors['entity_error'].value)
66 …self.assertEqual(interface_colors.get_color_description('entity_error'), default_colors['entity_er…
/dports/sysutils/onefetch/onefetch-2.10.2/src/ui/
H A Dtext_color.rs25 pub fn get_text_colors(text_colors: &[String], default_colors: &[Color]) -> TextColor { in get_text_colors()
26 let mut text_color_set = TextColor::new(default_colors[0]); in get_text_colors()
39 text_color_set.title = *custom_color.get(0).unwrap_or(&default_colors[0]); in get_text_colors()
42 text_color_set.subtitle = *custom_color.get(3).unwrap_or(&default_colors[0]); in get_text_colors()
/dports/graphics/py-plotly/plotly-4.14.3/plotly/figure_factory/
H A D_dendrogram.py210 default_colors = OrderedDict(sorted(d.items(), key=lambda t: t[0]))
226 for i in range(len(default_colors.keys())):
227 k = list(default_colors.keys())[i] # PY3 won't index keys
229 default_colors[k] = rgb_colorscale[i]
252 default_colors[nc] = default_colors[oc]
257 default_colors[n] = "rgb(0,116,217)"
259 return default_colors
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dcolor.c108 static bool default_colors = FALSE; variable
122 if (!default_colors && SP->orig_attr && getenv("PDC_ORIGINAL_COLORS")) in start_color()
123 default_colors = TRUE; in start_color()
263 default_colors = TRUE; in use_default_colors()
286 if (pdc_color_started && !default_colors) in PDC_init_atrtab()
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dcolor.c108 static bool default_colors = FALSE; variable
122 if (!default_colors && SP->orig_attr && getenv("PDC_ORIGINAL_COLORS")) in start_color()
123 default_colors = TRUE; in start_color()
263 default_colors = TRUE; in use_default_colors()
285 if (pdc_color_started && !default_colors) in PDC_init_atrtab()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dcolor.c108 static bool default_colors = FALSE;
122 if (!default_colors && SP->orig_attr && getenv("PDC_ORIGINAL_COLORS"))
123 default_colors = TRUE;
263 default_colors = TRUE;
286 if (pdc_color_started && !default_colors)
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dcolor.c105 static bool default_colors = FALSE; variable
119 if (!default_colors && SP->orig_attr && getenv("PDC_ORIGINAL_COLORS")) in start_color()
120 default_colors = TRUE; in start_color()
260 default_colors = TRUE; in use_default_colors()
283 if (pdc_color_started && !default_colors) in PDC_init_atrtab()
/dports/sysutils/syslinux/syslinux-6.03/com32/elflink/ldlinux/
H A Dcolors.c42 static const struct color_table default_colors[] = { variable
63 #define NCOLORS (sizeof default_colors/sizeof default_colors[0])
135 dp = default_colors; in default_color_table()
/dports/sysutils/syslinux/syslinux-6.03/com32/menu/
H A Dcolors.c42 static const struct color_table default_colors[] = { variable
63 #define NCOLORS (sizeof default_colors/sizeof default_colors[0])
135 dp = default_colors; in default_color_table()
/dports/devel/p5-Log-Log4perl/Log-Log4perl-1.54/lib/Log/Log4perl/Appender/
H A DScreenColoredLevels.pm39 my %default_colors = (
47 for my $level ( keys %default_colors ) {
49 $self->{ 'color' }->{ $level } = $default_colors{ $level };
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dcolor.c119 static bool default_colors = FALSE; variable
136 if (!default_colors && SP->orig_attr && getenv("PDC_ORIGINAL_COLORS")) in start_color()
137 default_colors = TRUE; in start_color()
156 const bool using_defaults = (SP->orig_attr && (default_colors || !SP->color_started)); in _normalize()
314 default_colors = TRUE; in use_default_colors()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/plotting/frame/
H A Dtest_frame_color.py106 default_colors = self._unpack_cycler(plt.rcParams)
223 default_colors = self._unpack_cycler(self.plt.rcParams)
228 np.array(self.colorconverter.to_rgba(default_colors[0])),
304 default_colors = self._unpack_cycler(self.plt.rcParams)
309 for ax, c in zip(axes, list(default_colors)):
413 default_colors = self._unpack_cycler(self.plt.rcParams)
470 default_colors = self._unpack_cycler(self.plt.rcParams)
475 for ax, c in zip(axes, list(default_colors)):
537 default_colors = self._unpack_cycler(self.plt.rcParams)
541 _check_colors(bp, default_colors[0], default_colors[0], default_colors[2])
[all …]
/dports/devel/elixir-apex/apex-1.2.1/lib/apex/format/
H A Dcolor.ex18 @default_colors %{
36 def default_colors do function
37 @default_colors
41 Map.get(default_colors(), id)
/dports/devel/bpython/bpython-0.22.1/bpython/
H A Dconfig.py95 default_colors = { variable in Config
334 self.color_scheme.update(self.default_colors)
338 load_theme(path, self.color_scheme, self.default_colors)
370 default_colors: Mapping[str, str],
384 for k, v in default_colors.items():
/dports/graphics/chafa/chafa-1.8.0/chafa/
H A Dchafa-canvas.c276 eval.colors = canvas->default_colors; in eval_symbol()
304 eval.colors = canvas->default_colors; in eval_symbol_wide()
421 color_pair = canvas->default_colors; in pick_symbol_and_colors_fast()
486 color_pair = canvas->default_colors; in pick_symbol_and_colors_wide_fast()
546 return &canvas->default_colors.colors [CHAFA_COLOR_PAIR_FG]; in get_palette_color_with_color_space()
548 return &canvas->default_colors.colors [CHAFA_COLOR_PAIR_BG]; in get_palette_color_with_color_space()
550 return &canvas->default_colors.colors [CHAFA_COLOR_PAIR_BG]; in get_palette_color_with_color_space()
967 canvas->default_colors.colors [CHAFA_COLOR_PAIR_FG] = fg_col; in update_display_colors()
968 canvas->default_colors.colors [CHAFA_COLOR_PAIR_BG] = bg_col; in update_display_colors()
971 canvas->default_colors.colors [CHAFA_COLOR_PAIR_FG].ch [3] = 0xff; in update_display_colors()
[all …]
/dports/security/yapet/yapet-2.3/libyacurs/include/
H A Dcolorparser.h108 const std::string& colorstr = default_colors());
110 static const std::string& default_colors();
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/colorschemes/
H A Dsnow.py7 from ranger.gui.color import default_colors, reverse, bold, BRIGHT
13 fg, bg, attr = default_colors
H A Dsolarized.py14 default_colors,
22 fg, bg, attr = default_colors
25 return default_colors
/dports/sysutils/py-ranger/ranger-1.9.3/doc/config/colorschemes/
H A Dsnow.py7 from ranger.gui.color import default_colors, reverse, bold, BRIGHT
13 fg, bg, attr = default_colors
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/stv0680/
H A Dsaturate.c34 static const int default_colors[6][3] = variable
218 rgb[RED_PIX] = default_colors[i][RED_PIX]; in hue_saturation_update()
219 rgb[GREEN_PIX] = default_colors[i][GREEN_PIX]; in hue_saturation_update()
220 rgb[BLUE_PIX] = default_colors[i][BLUE_PIX]; in hue_saturation_update()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/web/tests/
H A Dtest_base_document_layout.py82 self.default_colors = {
123 default_colors = self.default_colors
125 self.assertColors(doc_layout, default_colors)
/dports/textproc/py-wordcloud/word_cloud-1.5.0/examples/
H A Da_new_hope.py48 default_colors = wc.to_array() variable
56 plt.imshow(default_colors, interpolation="bilinear")

12345678