Home
last modified time | relevance | path

Searched refs:fills (Results 1 – 25 of 5598) sorted by relevance

12345678910>>...224

/dports/www/py-lesscpy/lesscpy-0.14.0/lesscpy/plib/
H A Dblock.py151 def fmt(self, fills): argument
160 name = self.name.fmt(fills)
164 fills.update({
170 out.append(f % fills)
174 inner = inner.replace(fills['nl'],
175 fills['nl'] + fills['tab']).rstrip(
176 fills['tab'])
177 if not fills['nl']:
179 fills.update({
181 'proplist': fills['tab'] + inner
[all …]
H A Dproperty.py59 def fmt(self, fills): argument
68 if fills['nl']:
70 ',%s' % fills['ws'] if p == ',' else p for p in self.parsed
73 p.fmt(fills) if hasattr(p, 'fmt') else str(p) for p in self.parsed
77 fills.update({
82 return f % fills
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DPath_ConvertToNonInverseFillType.cpp12 } fills[] = { in draw() local
18 for (unsigned i = 0; i < SK_ARRAY_COUNT(fills); ++i) { in draw()
19 if (fills[i].fill != (SkPathFillType) i) { in draw()
23 SkDebugf("ConvertToNonInverseFillType(%s) == %s\n", fills[i].name, in draw()
24 fills[(int) SkPathFillType_ConvertToNonInverse(fills[i].fill)].name); in draw()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_scene_gltf2/blender/exp/
H A Dgltf2_blender_image.py68 self.fills = {}
78 self.fills[dst_chan] = FillImage(image, src_chan)
81 self.fills[dst_chan] = FillWhite()
84 return chan in self.fills
87 return not self.fills
95 for fill in self.fills.values():
102 all(isinstance(fill, FillImage) for fill in self.fills.values()) and
104 len(set(fill.image.name for fill in self.fills.values())) == 1
129 for fill in self.fills.values():
157 for dst_chan, fill in self.fills.items():
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/core/
H A Dmonospacelogsinkformatter.cpp118 bool fillTabs(QStringList &fills, int maxStop, int minIndent) const in fillTabs()
128 for (int idx = 0; idx < fills.size(); ++idx) in fillTabs()
130 String const &ln = fills.at(idx); in fillTabs()
160 for (int idx = 0; idx < fills.size(); ++idx) in fillTabs()
162 QString &ln = fills[idx]; in fillTabs()
196 fills[resetAt.x].remove(resetAt.y, 2); in fillTabs()
213 QStringList fills = lines; in filled() local
214 while (!fillTabs(fills, maxStop, minIndent)) {} in filled()
219 foreach (QString ln, fills) DENG2_ASSERT(!ln.contains('\t')); in filled()
223 return fills.join("\n"); in filled()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbase64.hpp114 unsigned int fills=0; in decodeSize() local
124 while(fills<size && data[size-fills-1]==fillchar) in decodeSize()
125 fills++; in decodeSize()
126 if(fills>2) { in decodeSize()
128 size-=(fills/3) * 3; in decodeSize()
129 fills=fills%3; in decodeSize()
132 return size/4*3-fills; in decodeSize()
/dports/devel/dasm/dasm-2.20.14.1/test/
H A Dfill.asm16 ; .ds fills with $a5 as required, works
18 ; .align fills with *align* value prior to 2.20.12
19 .align 64, $f5 ; filled $40 <2.20.11, fills $f5 now
20 .align 256, $5f ; filled $0 <2.20.11, fills $5f now
/dports/graphics/akira/Akira-0.0.16/src/Lib/Components/
H A DFills.vala27 // A list of all the fills the item might have.
28 public Gee.ArrayList<Fill> fills { get; set; }
35 fills = new Gee.ArrayList<Fill> ();
48 fills.add (new_fill);
60 return fills.size;
82 // Loop through all the configured fills.
83 foreach (Fill fill in fills) {
116 fills.remove (fill);
131 Fill first = fills.get (0);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/
H A DVariableGridLayout.java82 boolean[] fills = new boolean[nrows]; in layoutContainer()
105 fills[row] = true; in layoutContainer()
110 if (fills[row]) { in layoutContainer()
122 if (fills[row]) { in layoutContainer()
141 fills = new boolean[ncols]; in layoutContainer()
163 fills[col] = true; in layoutContainer()
168 if (fills[col]) { in layoutContainer()
180 if (fills[col]) { in layoutContainer()
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/styles/
H A Dstylesheet.py20 from .fills import Fill
42 fills = NestedSequence(expected_type=Fill, count=True) variable in Stylesheet
58 fills=(), argument
73 self.fills = fills
125 named_style.fill = self.fills[xf.fillId]
196 wb._fills = IndexedList(stylesheet.fills)
223 stylesheet.fills = wb._fills
/dports/security/lego/lego-4.5.3/vendor/github.com/golang/groupcache/
H A Dgroupcache_test.go176 fills := countFills(func() {
184 if fills != 1 {
185 t.Errorf("expected 1 cache fill; got %d", fills)
200 fills := countFills(getTestKey)
201 if fills != 1 {
202 t.Fatalf("expected 1 cache fill; got %d", fills)
223 fills = countFills(getTestKey)
224 if fills != 1 {
225 t.Fatalf("expected 1 cache fill after cache trashing; got %d", fills)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/golang/groupcache/
H A Dgroupcache_test.go176 fills := countFills(func() {
184 if fills != 1 {
185 t.Errorf("expected 1 cache fill; got %d", fills)
200 fills := countFills(getTestKey)
201 if fills != 1 {
202 t.Fatalf("expected 1 cache fill; got %d", fills)
223 fills = countFills(getTestKey)
224 if fills != 1 {
225 t.Fatalf("expected 1 cache fill after cache trashing; got %d", fills)
/dports/net/drive/drive-0.4.0/vendor/github.com/golang/groupcache/
H A Dgroupcache_test.go176 fills := countFills(func() {
184 if fills != 1 {
185 t.Errorf("expected 1 cache fill; got %d", fills)
200 fills := countFills(getTestKey)
201 if fills != 1 {
202 t.Fatalf("expected 1 cache fill; got %d", fills)
223 fills = countFills(getTestKey)
224 if fills != 1 {
225 t.Fatalf("expected 1 cache fill after cache trashing; got %d", fills)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/golang/groupcache/
H A Dgroupcache_test.go176 fills := countFills(func() {
184 if fills != 1 {
185 t.Errorf("expected 1 cache fill; got %d", fills)
200 fills := countFills(getTestKey)
201 if fills != 1 {
202 t.Fatalf("expected 1 cache fill; got %d", fills)
223 fills = countFills(getTestKey)
224 if fills != 1 {
225 t.Fatalf("expected 1 cache fill after cache trashing; got %d", fills)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/groupcache/
H A Dgroupcache_test.go176 fills := countFills(func() {
184 if fills != 1 {
185 t.Errorf("expected 1 cache fill; got %d", fills)
200 fills := countFills(getTestKey)
201 if fills != 1 {
202 t.Fatalf("expected 1 cache fill; got %d", fills)
223 fills = countFills(getTestKey)
224 if fills != 1 {
225 t.Fatalf("expected 1 cache fill after cache trashing; got %d", fills)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/golang/groupcache/
H A Dgroupcache_test.go176 fills := countFills(func() {
184 if fills != 1 {
185 t.Errorf("expected 1 cache fill; got %d", fills)
200 fills := countFills(getTestKey)
201 if fills != 1 {
202 t.Fatalf("expected 1 cache fill; got %d", fills)
223 fills = countFills(getTestKey)
224 if fills != 1 {
225 t.Fatalf("expected 1 cache fill after cache trashing; got %d", fills)

12345678910>>...224