Home
last modified time | relevance | path

Searched refs:colors (Results 1 – 25 of 9698) sorted by relevance

12345678910>>...388

/dports/sysutils/py-plumbum/plumbum-1.7.1/tests/
H A Dtest_factories.py38 assert colors.full(2) == colors[2]
40 assert colors(54) == colors[54]
50 assert colors.reset == ~colors
55 assert colors(colors.red) == colors.red
56 assert colors(colors.bg.red) == colors.bg.red
57 assert colors(colors.bold) == colors.bold
77 assert colors.RED == colors.red
88 assert colors.red == colors.blue & colors.red
89 assert colors.bg.green == colors.bg.red & colors.bg.green
113 for c in (colors.bold, colors.underline, colors.italics):
[all …]
/dports/games/pengupop/pengupop-2.2.6/
H A Dsingleplayer_levels.c32 colors: {
53 colors : {
75 colors : {
96 colors: {
118 colors: {
140 colors: {
161 colors: {
182 colors: {
202 colors: {
223 colors: {
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/python/examples/pizza/
H A Dvizinfo.py116 list = colors.keys()
117 red,green,blue = colors[list[i % len(colors)]]
125 clo = colors[rgbs[jlo]]
126 chi = colors[rgbs[jhi]]
250 colors = {} variable
259 colors["black"] = [0, 0, 0]
261 colors["blue"] = [0, 0, 255]
303 colors["green"] = [0, 128, 0]
328 colors["lime"] = [0, 255, 0]
347 colors["navy"] = [0, 0, 128]
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/python/examples/pizza/
H A Dvizinfo.py116 list = colors.keys()
117 red,green,blue = colors[list[i % len(colors)]]
125 clo = colors[rgbs[jlo]]
126 chi = colors[rgbs[jhi]]
250 colors = {} variable
259 colors["black"] = [0, 0, 0]
261 colors["blue"] = [0, 0, 255]
303 colors["green"] = [0, 128, 0]
328 colors["lime"] = [0, 255, 0]
347 colors["navy"] = [0, 0, 128]
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/colorous-1.0.1/src/
H A Ddiverging.rs51 three: colors!(0xd8b365 0xf5f5f5 0x5ab4ac),
52 four: colors!(0xa6611a 0xdfc27d 0x80cdc1 0x018571),
69 three: colors!(0xaf8dc3 0xf7f7f7 0x7fbf7b),
70 four: colors!(0x7b3294 0xc2a5cf 0xa6dba0 0x008837),
87 three: colors!(0xe9a3c9 0xf7f7f7 0xa1d76a),
105 three: colors!(0x998ec3 0xf7f7f7 0xf1a340),
123 three: colors!(0xef8a62 0xf7f7f7 0x67a9cf),
141 three: colors!(0xef8a62 0xffffff 0x999999),
159 three: colors!(0xfc8d59 0xffffbf 0x91bfdb),
177 three: colors!(0xfc8d59 0xffffbf 0x91cf60),
[all …]
H A Dsequential_multi.rs36 colors: [Color; 256], field
45 interpolate::spline(&self.colors, t) in eval_continuous()
55 colors: colors! {
98 colors: colors! {
141 colors: colors! {
184 colors: colors! {
326 three: colors!(0xe5f5f9 0x99d8c9 0x2ca25f),
342 three: colors!(0xe0ecf4 0x9ebcda 0x8856a7),
358 three: colors!(0xe0f3db 0xa8ddb5 0x43a2ca),
374 three: colors!(0xfee8c8 0xfdbb84 0xe34a33),
[all …]
H A Dsequential_single.rs10 three: colors!(0xdeebf7 0x9ecae1 0x3182bd),
11 four: colors!(0xeff3ff 0xbdd7e7 0x6baed6 0x2171b5),
26 three: colors!(0xe5f5e0 0xa1d99b 0x31a354),
27 four: colors!(0xedf8e9 0xbae4b3 0x74c476 0x238b45),
42 three: colors!(0xf0f0f0 0xbdbdbd 0x636363),
43 four: colors!(0xf7f7f7 0xcccccc 0x969696 0x525252),
58 three: colors!(0xfee6ce 0xfdae6b 0xe6550d),
59 four: colors!(0xfeedde 0xfdbe85 0xfd8d3c 0xd94701),
74 three: colors!(0xefedf5 0xbcbddc 0x756bb1),
75 four: colors!(0xf2f0f7 0xcbc9e2 0x9e9ac8 0x6a51a3),
[all …]
/dports/games/rubix/rubix-1.0.6/
H A Dcube.c902 c->cubes[6].colors[0]=old.cubes[8].colors[0]; in cube_do_rotate()
903 c->cubes[6].colors[3]=old.cubes[8].colors[5]; in cube_do_rotate()
904 c->cubes[6].colors[4]=old.cubes[8].colors[3]; in cube_do_rotate()
905 c->cubes[9].colors[0]=old.cubes[7].colors[0]; in cube_do_rotate()
906 c->cubes[9].colors[4]=old.cubes[7].colors[3]; in cube_do_rotate()
958 c->cubes[8].colors[3]=old.cubes[6].colors[3]; in cube_do_rotate()
959 c->cubes[8].colors[0]=old.cubes[6].colors[4]; in cube_do_rotate()
960 c->cubes[8].colors[5]=old.cubes[6].colors[0]; in cube_do_rotate()
1037 c->cubes[8].colors[0]=old.cubes[6].colors[0]; in cube_do_rotate()
1038 c->cubes[8].colors[5]=old.cubes[6].colors[3]; in cube_do_rotate()
[all …]
/dports/editors/textadept/textadept_11.1.linux/themes/
H A Ddark.lua5 local view, colors, styles = view, lexer.colors, lexer.styles
9 colors.black = 0x1A1A1A
13 colors.grey = 0x808080
17 colors.white = 0xE6E6E6
32 colors.red = 0x4D4D99
35 colors.teal = 0x99994D
38 colors.pink = 0x9999E6
40 colors.blue = 0xE6994D
64 styles.line_number = {fore = colors.dark_grey, back = colors.black}
67 styles.call_tip = {fore = colors.light_grey, back = colors.light_black}
[all …]
H A Dlight.lua5 local view, colors, styles = view, lexer.colors, lexer.styles
9 colors.black = 0x1A1A1A
13 colors.grey = 0x808080
17 colors.white = 0xE6E6E6
32 colors.red = 0x4D4D99
35 colors.teal = 0x99994D
38 colors.pink = 0x9999E6
40 colors.blue = 0xE6994D
64 styles.line_number = {fore = colors.grey, back = colors.white}
67 styles.call_tip = {fore = colors.light_black, back = colors.dark_white}
[all …]
H A Dterm.lua5 local view, colors, styles = view, lexer.colors, lexer.styles
8 colors.black = 0x000000
9 colors.red = 0x000080
10 colors.green = 0x008000
11 colors.yellow = 0x008080
12 colors.blue = 0x800000
14 colors.cyan = 0x808000
15 colors.white = 0xC0C0C0
30 styles.default = {fore = colors.white, back = colors.black}
32 styles.brace_light = {fore = colors.black, back = colors.white}
[all …]
/dports/editors/textadept/textadept-textadept_11.1/themes/
H A Dlight.lua5 local view, colors, styles = view, lexer.colors, lexer.styles
9 colors.black = 0x1A1A1A
13 colors.grey = 0x808080
17 colors.white = 0xE6E6E6
32 colors.red = 0x4D4D99
35 colors.teal = 0x99994D
38 colors.pink = 0x9999E6
40 colors.blue = 0xE6994D
64 styles.line_number = {fore = colors.grey, back = colors.white}
67 styles.call_tip = {fore = colors.light_black, back = colors.dark_white}
[all …]
H A Ddark.lua5 local view, colors, styles = view, lexer.colors, lexer.styles
9 colors.black = 0x1A1A1A
13 colors.grey = 0x808080
17 colors.white = 0xE6E6E6
32 colors.red = 0x4D4D99
35 colors.teal = 0x99994D
38 colors.pink = 0x9999E6
40 colors.blue = 0xE6994D
64 styles.line_number = {fore = colors.dark_grey, back = colors.black}
67 styles.call_tip = {fore = colors.light_grey, back = colors.light_black}
[all …]
H A Dterm.lua5 local view, colors, styles = view, lexer.colors, lexer.styles
8 colors.black = 0x000000
9 colors.red = 0x000080
10 colors.green = 0x008000
11 colors.yellow = 0x008080
12 colors.blue = 0x800000
14 colors.cyan = 0x808000
15 colors.white = 0xC0C0C0
30 styles.default = {fore = colors.white, back = colors.black}
32 styles.brace_light = {fore = colors.black, back = colors.white}
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/util/
H A Dstring.cpp385 std::map<const std::string, u32> colors; member
390 colors["aliceblue"] = 0xf0f8ff; in ColorContainer()
391 colors["antiquewhite"] = 0xfaebd7; in ColorContainer()
392 colors["aqua"] = 0x00ffff; in ColorContainer()
393 colors["aquamarine"] = 0x7fffd4; in ColorContainer()
394 colors["azure"] = 0xf0ffff; in ColorContainer()
395 colors["beige"] = 0xf5f5dc; in ColorContainer()
556 it = named_colors.colors.find(color_name); in parseNamedColorString()
557 if (it == named_colors.colors.end()) in parseNamedColorString()
589 colors.clear(); in colorizeText()
[all …]
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/plotting/tests/
H A Dtest_js_plotting_utils.py60 assert (colors['vmin'], colors['vmax']) == (-13, 13)
73 assert (colors['vmin'], colors['vmax']) == (-13, 13)
86 assert (colors['vmin'], colors['vmax']) == (-13, 13)
100 assert (colors['vmin'], colors['vmax']) == (-13, 13)
125 assert (colors['vmin'], colors['vmax']) == (0, 14)
131 assert (colors['vmin'], colors['vmax']) == (3, 17)
139 assert (colors['vmin'], colors['vmax']) == (-7, 7)
145 assert (colors['vmin'], colors['vmax']) == (-7, 7)
156 assert (colors['vmin'], colors['vmax']) == (0, 7)
163 assert (colors['vmin'], colors['vmax']) == (3, 7)
[all …]
/dports/audio/cli-visualizer/cli-visualizer-1.8-27-g4fc1552/tests/
H A DConfigurationUtilsTest.cpp75 const auto colors = read_color_lines(true, lines); in TEST_F() local
83 const auto colors = read_color_lines(true, lines); in TEST_F() local
122 const auto colors = read_color_lines(true, lines); in TEST_F() local
207 std::vector<vis::ColorDefinition> colors; in TEST_F() local
225 std::vector<vis::ColorDefinition> colors; in TEST_F() local
242 std::vector<vis::ColorDefinition> colors; in TEST_F() local
244 add_color_gradients(true, color1, 0, &colors); in TEST_F()
245 add_color_gradients(true, color2, 0, &colors); in TEST_F()
258 std::vector<vis::ColorDefinition> colors; in TEST_F() local
270 for (const auto &color : colors) in TEST_F()
[all …]
/dports/x11/gtkterm2/gtkterm2-0.2.3/src/
H A Dprefs.c311colors[0].red, pref->colors[1].red, pref->colors[2].red, pref->colors[3].red, pref->colors[4].red,… in gtkTermPref_save()
312colors[0].green, pref->colors[1].green, pref->colors[2].green, pref->colors[3].green, pref->colors in gtkTermPref_save()
313colors[0].blue, pref->colors[1].blue, pref->colors[2].blue, pref->colors[3].blue, pref->colors[4].… in gtkTermPref_save()
333colors[0].red, pref->mpref[i]->colors[1].red, pref->mpref[i]->colors[2].red, pref->mpref[i]->col… in gtkTermPref_save()
335colors[0].blue, pref->mpref[i]->colors[1].blue, pref->mpref[i]->colors[2].blue, pref->mpref[i]->co… in gtkTermPref_save()
376 GdkColor *colors; in gtkTermPref_get() local
408 colors = (GdkColor *) &pref->colors; in gtkTermPref_get()
430 colors = (GdkColor *) &pref->mpref[i]->colors; in gtkTermPref_get()
484colors[0].red, &colors[1].red, &colors[2].red, &colors[3].red, &colors[4].red, &colors[5].red, &co… in gtkTermPref_get()
488colors[0].green, &colors[1].green, &colors[2].green, &colors[3].green, &colors[4].green, &colors[5… in gtkTermPref_get()
[all …]
/dports/www/butterfly/butterfly-2.0.1/butterfly/templates/
H A Dmotd2 {{ colors.blue }} ` '
7 …j88888 {{ colors.white }}.db.{{ colors.blue }} Yb. ' ' .dY {{ colors.white }}.db.{{ colors.bl…
8 …`888 {{ colors.white }}Y88Y{{ colors.blue }} `b ( ) d' {{ colors.white }}Y88Y{{ colors.blue…
9 …888b {{ colors.white }}'"{{ colors.blue }} ,', {{ colors.white }}"'{{ colors.blue }…
11 …{{ colors.white }}'Y'{{ colors.blue }} .8' d' 'b '8. {{ colors.white }}'Y'{{ colors.re…
12colors.white }}!{{ colors.blue }} .8' {{ colors.white }}db{{ colors.blue }} d'; ;`b {{ colors.…
13colors.white }}`'{{ colors.blue }} 8 ; ; 8 {{ colors.white }}`'{{ colors.blue }} 88b …
15 … :888888888Y' 'Y888888888: {{ colors.light_white }}Connecting to:{{ colors.blue }}
17 '8Y {{ colors.white }}`Y Y'{{ colors.blue }} Y8'
18 {{ colors.white }} Y Y {{ colors.light_white }}From:{{…
[all …]
/dports/sysutils/bfs/bfs-2.3.1/
H A Dcolor.c362 struct colors *colors = malloc(sizeof(struct colors)); in parse_colors() local
484 void free_colors(struct colors *colors) { in free_colors() argument
520 cfile->colors = colors; in cfwrap()
565 if (colors->setuid || colors->setgid || colors->executable || colors->multi_hard) { in file_color()
595 if (colors->sticky_other_writable || colors->other_writable || colors->sticky) { in file_color()
658 const struct colors *colors = cfile->colors; in print_esc() local
675 const struct colors *colors = cfile->colors; in print_reset() local
765 const struct colors *colors = cfile->colors; in print_dirs_colored() local
817 const struct colors *colors = cfile->colors; in print_name() local
832 const struct colors *colors = cfile->colors; in print_path() local
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dcacti.sql662 CREATE TABLE colors (
677 INSERT INTO colors VALUES (4,'','FAFD9E','');
678 INSERT INTO colors VALUES (5,'','C0C0C0','');
679 INSERT INTO colors VALUES (6,'','74C366','');
680 INSERT INTO colors VALUES (7,'','6DC8FE','');
681 INSERT INTO colors VALUES (8,'','EA8F00','');
683 INSERT INTO colors VALUES (10,'','4444FF','');
686 INSERT INTO colors VALUES (13,'','8D85F3','');
687 INSERT INTO colors VALUES (14,'','AD3B6E','');
688 INSERT INTO colors VALUES (15,'','EACC00','');
[all …]
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/scene/transfer_function/
H A DPerceptual.cpp21 colors.clear(); in Viridis()
22 colors.emplace_back(0.267, 0.005, 0.329); in Viridis()
23 colors.emplace_back(0.279, 0.175, 0.483); in Viridis()
24 colors.emplace_back(0.230, 0.322, 0.546); in Viridis()
34 createChildData("color", colors); in Viridis()
50 colors.clear(); in Plasma()
63 createChildData("color", colors); in Plasma()
79 colors.clear(); in Magma()
92 createChildData("color", colors); in Magma()
108 colors.clear(); in Inferno()
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Classes/
H A DPalette.cs42 private List<Color> colors; field in Pinta.Core.Palette
46 colors = new List<Color> (); in Palette()
58 return colors.Count;
65 return colors[index];
69 colors[index] = value;
80 colors.Add (new Color (1, 1, 1)); in Resize()
85 colors.TrimExcess (); in Resize()
105 colors.Clear (); in LoadDefault()
158 colors.TrimExcess (); in LoadDefault()
172 colors.TrimExcess (); in Load()
[all …]
/dports/graphics/py-mapclassify/mapclassify-2.4.3/mapclassify/tests/
H A Dtest_greedy.py15 colors = greedy(world)
16 assert len(colors) == len(world)
24 colors = greedy(
27 assert len(colors) == len(world)
35 assert len(colors) == len(world)
42 colors = greedy(
45 assert len(colors) == len(world)
52 colors = greedy(
55 assert len(colors) == len(world)
63 assert len(colors) == len(world)
[all …]
/dports/games/minetest/minetest-5.4.1/src/util/
H A Dstring.cpp396 std::map<const std::string, u32> colors; member
401 colors["aliceblue"] = 0xf0f8ff; in ColorContainer()
402 colors["antiquewhite"] = 0xfaebd7; in ColorContainer()
403 colors["aqua"] = 0x00ffff; in ColorContainer()
404 colors["aquamarine"] = 0x7fffd4; in ColorContainer()
405 colors["azure"] = 0xf0ffff; in ColorContainer()
406 colors["beige"] = 0xf5f5dc; in ColorContainer()
407 colors["bisque"] = 0xffe4c4; in ColorContainer()
408 colors["black"] = 00000000; in ColorContainer()
574 it = named_colors.colors.find(color_name); in parseNamedColorString()
[all …]

12345678910>>...388