Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 25 of 8955) sorted by relevance

12345678910>>...359

/dports/astro/oskar/OSKAR-2.8.0/oskar/utility/test/
H A DTest_string_to_array.cpp25 ASSERT_EQ((size_t)6, filled); in TEST()
38 ASSERT_EQ((size_t)0, filled); in TEST()
47 ASSERT_EQ((size_t)0, filled); in TEST()
56 ASSERT_EQ((size_t)5, filled); in TEST()
69 ASSERT_EQ((size_t)0, filled); in TEST()
91 ASSERT_EQ((size_t)1, filled); in TEST()
101 ASSERT_EQ((size_t)0, filled); in TEST()
110 ASSERT_EQ((size_t)0, filled); in TEST()
119 ASSERT_EQ((size_t)4, filled); in TEST()
200 size_t n = 0, filled = 0; in TEST() local
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/regress/char/space/
H A Dtab.out_lint1 mandoc: tab.in:11:2: WARNING: tab in filled text
2 mandoc: tab.in:13:3: WARNING: tab in filled text
3 mandoc: tab.in:15:4: WARNING: tab in filled text
4 mandoc: tab.in:17:5: WARNING: tab in filled text
5 mandoc: tab.in:19:6: WARNING: tab in filled text
6 mandoc: tab.in:21:7: WARNING: tab in filled text
7 mandoc: tab.in:23:8: WARNING: tab in filled text
8 mandoc: tab.in:25:9: WARNING: tab in filled text
9 mandoc: tab.in:27:10: WARNING: tab in filled text
10 mandoc: tab.in:29:11: WARNING: tab in filled text
[all …]
H A Dtab-man.out_lint1 mandoc: tab-man.in:8:2: WARNING: tab in filled text
2 mandoc: tab-man.in:10:3: WARNING: tab in filled text
3 mandoc: tab-man.in:12:4: WARNING: tab in filled text
4 mandoc: tab-man.in:14:5: WARNING: tab in filled text
5 mandoc: tab-man.in:16:6: WARNING: tab in filled text
6 mandoc: tab-man.in:18:7: WARNING: tab in filled text
7 mandoc: tab-man.in:20:8: WARNING: tab in filled text
8 mandoc: tab-man.in:22:9: WARNING: tab in filled text
9 mandoc: tab-man.in:24:10: WARNING: tab in filled text
10 mandoc: tab-man.in:26:11: WARNING: tab in filled text
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/rtest/graphs/
H A Droot.gv15 "199E" [shape=box, style=filled, color=grey];
37 "784E" [shape=box, style=filled, color=grey];
55 "233E" [shape=box, style=filled, color=grey];
109 "285E" [shape=box, style=filled, color=grey];
121 "297E" [shape=box, style=filled, color=grey];
142 "317E" [shape=box, style=filled, color=grey];
144 "319E" [shape=box, style=filled, color=grey];
156 "335E" [shape=box, style=filled, color=grey];
162 "341E" [shape=box, style=filled, color=grey];
191 "369E" [shape=box, style=filled, color=grey];
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/
H A Dservices9.dot13 node_inlined [label="inlined\nBar\n", shape=record, fillcolor="#eeeeee", style="filled"];
14 node_baz [label="baz\nBaz\n", shape=record, fillcolor="#eeeeee", style="filled"];
39 node_foo2 [label="foo2\n\n", shape=record, fillcolor="#ff9999", style="filled"];
40 node_foo3 [label="foo3\n\n", shape=record, fillcolor="#ff9999", style="filled"];
41 node_foobaz [label="foobaz\n\n", shape=record, fillcolor="#ff9999", style="filled"];
43 node_foo -> node_foo_baz [label="" style="filled"];
44 node_foo -> node_service_container [label="" style="filled"];
47 node_bar -> node_foo_baz [label="" style="filled"];
48 node_foo_bar -> node_deprecated_service [label="" style="filled"];
57 node_lazy_context -> node_foo_baz [label="" style="filled" color="#9999ff"];
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/app/util/
H A DRating.cpp73 … std::string filled = prefs->GetString(musik::cube::prefs::keys::RatingPositiveChar, kFilledStar); in updateDefaultRatingSymbols() local
74 if (!filled.size()) filled = kFilledStar; in updateDefaultRatingSymbols()
76 if (!empty.size()) filled = kEmptyStar; in updateDefaultRatingSymbols()
77 filled = u8substr(filled, 0, 1); in updateDefaultRatingSymbols()
80 kRatingToSymbols[1] = filled + empty + empty + empty + empty; in updateDefaultRatingSymbols()
81 kRatingToSymbols[2] = filled + filled + empty + empty + empty; in updateDefaultRatingSymbols()
82 kRatingToSymbols[3] = filled + filled + filled + empty + empty; in updateDefaultRatingSymbols()
83 kRatingToSymbols[4] = filled + filled + filled + filled + empty; in updateDefaultRatingSymbols()
84 kRatingToSymbols[5] = filled + filled + filled + filled + filled; in updateDefaultRatingSymbols()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/
H A Dservices9.dot9 node_bar [label="bar\nBar\\FooClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
13 node_inlined [label="inlined\nBar\n", shape=record, fillcolor="#eeeeee", style="filled"];
14 node_baz [label="baz\nBaz\n", shape=record, fillcolor="#eeeeee", style="filled"];
34 node_foo2 [label="foo2\n\n", shape=record, fillcolor="#ff9999", style="filled"];
35 node_foo3 [label="foo3\n\n", shape=record, fillcolor="#ff9999", style="filled"];
36 node_foobaz [label="foobaz\n\n", shape=record, fillcolor="#ff9999", style="filled"];
38 node_foo -> node_foo_baz [label="" style="filled"];
39 node_foo -> node_service_container [label="" style="filled"];
42 node_bar -> node_foo_baz [label="" style="filled"];
43 node_foo_bar -> node_deprecated_service [label="" style="filled"];
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/
H A Dservices9.dot9 node_bar [label="bar\nBar\\FooClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
13 node_inlined [label="inlined\nBar\n", shape=record, fillcolor="#eeeeee", style="filled"];
14 node_baz [label="baz\nBaz\n", shape=record, fillcolor="#eeeeee", style="filled"];
34 node_foo2 [label="foo2\n\n", shape=record, fillcolor="#ff9999", style="filled"];
35 node_foo3 [label="foo3\n\n", shape=record, fillcolor="#ff9999", style="filled"];
36 node_foobaz [label="foobaz\n\n", shape=record, fillcolor="#ff9999", style="filled"];
38 node_foo -> node_foo_baz [label="" style="filled"];
39 node_foo -> node_service_container [label="" style="filled"];
42 node_bar -> node_foo_baz [label="" style="filled"];
43 node_foo_bar -> node_deprecated_service [label="" style="filled"];
[all …]
/dports/graphics/p5-Imager/Imager-1.012/t/250-draw/
H A D030-paste.t45 $src->box(filled=>1, color=>'FF0000');
47 $src->box(filled=>1, color=>'0000FF', xmin => 20, ymin=>20,
51 $targ->box(filled=>1, color =>'00FFFF');
58 $cmp->box(filled=>1, xmin=>15, ymin => 10, color=>'FF0000');
70 $cmp->box(filled=>1, xmin=>12, ymin=>12, xmax=>71, ymax=>71,
83 $cmp->box(filled=>1, xmin=>25, ymin=>25, xmax=>84, ymax=>74,
168 $src2->box(filled => 1, xmin => 25, color => $g_white_50);
173 $src3->box(filled => 1, xmax => 24, color => $c_red_full);
179 $src4->box(filled => 1, xmin => 25, color => $c_green_50);
219 $base->box(filled => 1, color => [ 128, 128, 0, 0 ]);
[all …]
H A D040-rubthru.t65 filled=>1);
149 $src1->box(filled => 1, xmax => 24, color => $g_grey_full);
152 $src2->box(filled => 1, xmax => 24, color => $g_grey_full);
153 $src2->box(filled => 1, xmin => 25, color => $g_white_50);
158 $src3->box(filled => 1, xmax => 24, color => $c_red_full);
159 $src3->box(filled => 1, xmin => 25, color => $c_blue_full);
163 $src4->box(filled => 1, xmax => 24, color => $c_blue_full);
164 $src4->box(filled => 1, xmin => 25, color => $c_green_50);
204 $base->box(filled => 1, color => [ 128, 128, 0, 0 ]);
237 $base->box(filled => 1, color => [ 128, 255, 0, 0 ]);
[all …]
/dports/net/olsrd/olsrd-0.9.8/lib/info.java/cnf/gradle/doc/
H A Dtemplate.dot26 style=filled;
33 … compileJava [shape=box, style=filled, fillcolor=lightcyan, label="compileJava" ]
34 … processResources [shape=box, style=filled, fillcolor=lightcyan, label="processResources" ]
35 … classes [shape=box, style=filled, fillcolor=lightcyan, label="classes" ]
41 … jar [shape=box, style=filled, fillcolor=cyan , label="jar" ]
47 … compileTestJava [shape=box, style=filled, fillcolor=lightcyan, label="compileTestJava" ]
48 … processTestResources [shape=box, style=filled, fillcolor=lightcyan, label="processTestResources"]
49 … testClasses [shape=box, style=filled, fillcolor=lightcyan, label="testClasses" ]
55 … test [shape=box, style=filled, fillcolor=lightcyan, label="test" ]
166 style=filled;
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/rtest/linux.x86/
H A Droot_twopi.gv12 style=filled,
19 style=filled,
31 style=filled,
43 style=filled,
53 style=filled,
60 style=filled,
72 style=filled,
82 style=filled,
89 style=filled,
101 style=filled,
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/rtest/nshare/
H A Droot_twopi.gv17 "199E" [shape=box, style=filled, color=grey, pos="3864.5,5351.6", width="0.75", height="0.5"];
39 "784E" [shape=box, style=filled, color=grey, pos="3205.3,3124.7", width="0.75", height="0.5"];
57 "233E" [shape=box, style=filled, color=grey, pos="399.18,3273.9", width="0.75", height="0.5"];
111 "285E" [shape=box, style=filled, color=grey, pos="3023.4,1555.5", width="0.75", height="0.5"];
123 "297E" [shape=box, style=filled, color=grey, pos="3427.5,5619.6", width="0.75", height="0.5"];
146 "319E" [shape=box, style=filled, color=grey, pos="2947,2903.3", width="0.75", height="0.5"];
158 "335E" [shape=box, style=filled, color=grey, pos="3726,5452.4", width="0.75", height="0.5"];
312 "731E" [shape=box, style=filled, color=grey, pos="2728,1506.8", width="0.75", height="0.5"];
492 "675E" [shape=box, style=filled, color=grey, pos="392,3316.1", width="0.75", height="0.5"];
619 "49E" [shape=box, style=filled, color=grey, pos="1307,4553.2", width="0.75", height="0.5"];
[all …]
H A Droot_circo.gv17 …"199E" [shape=box, style=filled, color=grey, pos="1.106e+05,1.502e+06", width="0.75", height="0.5"…
286 "459E" [shape=box, style=filled, color=grey, pos="90920,36723", width="0.75", height="0.5"];
358 "533E" [shape=box, style=filled, color=grey, pos="38731,25129", width="0.75", height="0.5"];
416 "597E" [shape=box, style=filled, color=grey, pos="39199,36192", width="0.75", height="0.5"];
492 "675E" [shape=box, style=filled, color=grey, pos="72130,12597", width="0.75", height="0.5"];
573 "632E" [shape=box, style=filled, color=grey, pos="39099,33680", width="0.75", height="0.5"];
643 "316E" [shape=box, style=filled, color=grey, pos="93793,38252", width="0.75", height="0.5"];
644 "380E" [shape=box, style=filled, color=grey, pos="93284,38067", width="0.75", height="0.5"];
648 "454E" [shape=box, style=filled, color=grey, pos="91388,36955", width="0.75", height="0.5"];
649 "460E" [shape=box, style=filled, color=grey, pos="91006,36630", width="0.75", height="0.5"];
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/test/
H A Dnonmoving-gc-census.eventlog.reference97 3726029: nonmoving heap census 8: 0 active segments, 0 filled segments, 0 live blocks
98 3728053: nonmoving heap census 16: 0 active segments, 0 filled segments, 54 live blocks
99 3729679: nonmoving heap census 32: 0 active segments, 0 filled segments, 128 live blocks
100 3730314: nonmoving heap census 64: 0 active segments, 0 filled segments, 0 live blocks
101 3730776: nonmoving heap census 128: 0 active segments, 0 filled segments, 0 live blocks
102 3731036: nonmoving heap census 256: 0 active segments, 0 filled segments, 0 live blocks
103 3731339: nonmoving heap census 512: 0 active segments, 0 filled segments, 0 live blocks
104 3731574: nonmoving heap census 1024: 0 active segments, 0 filled segments, 0 live blocks
105 3731786: nonmoving heap census 2048: 0 active segments, 0 filled segments, 0 live blocks
130 34563964: nonmoving heap census 8: 0 active segments, 0 filled segments, 0 live blocks
[all …]
/dports/devel/hs-ghc-events/ghc-events-0.17.0/test/
H A Dnonmoving-gc-census.eventlog.reference97 3726029: nonmoving heap census 8: 0 active segments, 0 filled segments, 0 live blocks
98 3728053: nonmoving heap census 16: 0 active segments, 0 filled segments, 54 live blocks
99 3729679: nonmoving heap census 32: 0 active segments, 0 filled segments, 128 live blocks
100 3730314: nonmoving heap census 64: 0 active segments, 0 filled segments, 0 live blocks
101 3730776: nonmoving heap census 128: 0 active segments, 0 filled segments, 0 live blocks
102 3731036: nonmoving heap census 256: 0 active segments, 0 filled segments, 0 live blocks
103 3731339: nonmoving heap census 512: 0 active segments, 0 filled segments, 0 live blocks
104 3731574: nonmoving heap census 1024: 0 active segments, 0 filled segments, 0 live blocks
105 3731786: nonmoving heap census 2048: 0 active segments, 0 filled segments, 0 live blocks
130 34563964: nonmoving heap census 8: 0 active segments, 0 filled segments, 0 live blocks
[all …]
/dports/shells/fish/fish-3.3.1/src/
H A Dmaybe.h14 bool filled = false; member
27 if (this->filled) { in reset()
45 if (filled) {
49 filled = true;
57 if (filled) {
67 maybe_impl_t(maybe_impl_t &&v) : filled(v.filled) { in maybe_impl_t()
68 if (filled) { in maybe_impl_t()
73 if (!v.filled) {
82 maybe_impl_t(const maybe_impl_t &v) : filled(v.filled) { in maybe_impl_t()
83 if (v.filled) { in maybe_impl_t()
[all …]
/dports/www/p5-WWW-TV/WWW-TV-0.14/lib/WWW/TV/
H A DEpisode.pm78 filled => {
108 unless (exists $self->{filled}->{name}) {
109 $self->{filled}->{name} = 1;
129 $self->{filled}->{summary} = 1;
266 $self->{filled}->{stars} = 1;
370 $self->{filled}->{writers} = 1;
400 $self->{filled}->{directors} = 1;
488 $self->{filled}->{series_id} = 1;
508 $self->{filled}->{series} = 1;
555 unless ($self->{filled}->{html}) {
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/css/nodes/
H A Dlevelbar.ltr.nodes6 block.high.filled:dir(ltr)
11 block.high.filled:dir(ltr)
14 block.low.filled:dir(ltr)
18 block.full.filled:dir(ltr)
22 block.high.filled:dir(ltr)
23 block.high.filled:dir(ltr)
24 block.high.filled:dir(ltr)
25 block.high.filled:dir(ltr)
26 block.high.filled:dir(ltr)
34 block.low.filled:dir(ltr)
[all …]
H A Dlevelbar.rtl.nodes7 block.high.filled:dir(rtl)
10 block.high.filled:dir(rtl)
15 block.low.filled:dir(rtl)
19 block.full.filled:dir(rtl)
27 block.high.filled:dir(rtl)
28 block.high.filled:dir(rtl)
29 block.high.filled:dir(rtl)
30 block.high.filled:dir(rtl)
31 block.high.filled:dir(rtl)
42 block.low.filled:dir(rtl)
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/css/nodes/
H A Dlevelbar.rtl.nodes6 block.filled.high:dir(rtl)
9 block.filled.high:dir(rtl)
14 block.filled.low:dir(rtl)
18 block.filled.full:dir(rtl)
26 block.filled.high:dir(rtl)
27 block.filled.high:dir(rtl)
28 block.filled.high:dir(rtl)
29 block.filled.high:dir(rtl)
30 block.filled.high:dir(rtl)
41 block.filled.low:dir(rtl)
[all …]
H A Dlevelbar.ltr.nodes5 block.filled.high:dir(ltr)
10 block.filled.high:dir(ltr)
13 block.filled.low:dir(ltr)
17 block.filled.full:dir(ltr)
21 block.filled.high:dir(ltr)
22 block.filled.high:dir(ltr)
23 block.filled.high:dir(ltr)
24 block.filled.high:dir(ltr)
25 block.filled.high:dir(ltr)
33 block.filled.low:dir(ltr)
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dqpeg.c42 int filled = 0; in qpeg_decode_intra() local
86 dst[filled++] = p; in qpeg_decode_intra()
88 filled = 0; in qpeg_decode_intra()
100 filled = 0; in qpeg_decode_intra()
123 int filled = 0; in qpeg_decode_inter() local
167 if ((me_x + filled < 0) || (me_x + me_w + filled > width) || in qpeg_decode_inter()
197 filled = 0; in qpeg_decode_inter()
208 filled = 0; in qpeg_decode_inter()
226 filled += skip; in qpeg_decode_inter()
239 filled++; in qpeg_decode_inter()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/utils/
H A Dcontext_free_grammar_generator.cpp55 if (filled) filled->push_back(buf); in context_free_grammar_generator()
56 filled = nullptr; in context_free_grammar_generator()
60 if (!filled || !current) { in context_free_grammar_generator()
63 filled->push_back(buf); in context_free_grammar_generator()
75 if (!filled) { in context_free_grammar_generator()
78 filled->push_back(buf); in context_free_grammar_generator()
82 if (!filled) { in context_free_grammar_generator()
91 if (filled) filled->push_back(buf); in context_free_grammar_generator()
109 if (!filled) { in context_free_grammar_generator()
116 if (!filled) { in context_free_grammar_generator()
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/dat/
H A Dthemerms.lua24 des.room({ type = "ordinary", filled = 1 });
30 des.room({ type = "themed", w = 11,h = 9, filled = 1,
45 des.room({ type = "ordinary", filled = 1,
61 des.room({ type = "ordinary", filled = 1,
76 des.room({ type = "themed", filled = 1,
126 des.room({ type = "themed", filled = 0,
145 des.room({ type = "themed", filled = 1,
257 des.room({ type = "themed", filled = 1, w = wid, h = hei,
615 des.room({ type = "themed", filled = 1,
706 des.room({ type = "themed", filled = 1,
[all …]

12345678910>>...359