Home
last modified time | relevance | path

Searched refs:cols (Results 151 – 175 of 28047) sorted by relevance

12345678910>>...1122

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/analysis/
H A Dcheck_matrix.cpp266 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
288 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
310 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
332 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
354 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
376 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
398 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
420 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
442 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
464 if (in1.rows == 1 && in1.cols == 1 && in2.rows == 1 && in2.cols == 1) in check_matrix()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/themes/claro/css/layout/
H A Dcard-list.pcss.css21 .card-list--two-cols,
22 .card-list--four-cols {
34 .card-list--two-cols .card-list__item,
35 .card-list--four-cols .card-list__item {
41 .card-list--four-cols .card-list__item {
42 flex-basis: var(--cards-two-cols-width);
43 max-width: var(--cards-two-cols-width);
46 .card-list--four-cols .card-list__item {
74 .card-list--four-cols .card-list__item {
97 .card-list--two-cols .card-list__item {
[all …]
/dports/www/drupal9/drupal-9.2.10/core/themes/claro/css/layout/
H A Dcard-list.pcss.css21 .card-list--two-cols,
22 .card-list--four-cols {
34 .card-list--two-cols .card-list__item,
35 .card-list--four-cols .card-list__item {
41 .card-list--four-cols .card-list__item {
42 flex-basis: var(--cards-two-cols-width);
43 max-width: var(--cards-two-cols-width);
46 .card-list--four-cols .card-list__item {
74 .card-list--four-cols .card-list__item {
97 .card-list--two-cols .card-list__item {
[all …]
/dports/devel/libtickit/libtickit-0.4.2a/src/
H A Drenderbuffer.c257 cells[line][col].cols = cols; in make_span()
283 cols--; in put_string()
286 if(!cols) in put_string()
292 cols--; in put_string()
369 cols--; in skip()
425 rb->cols = cols; in tickit_renderbuffer_new()
433 rb->cells[line][0].cols = rb->cols; in tickit_renderbuffer_new()
521 if(cols) in tickit_renderbuffer_get_size()
522 *cols = rb->cols; in tickit_renderbuffer_get_size()
625 rb->cells[line][0].cols = rb->cols; in tickit_renderbuffer_reset()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dpgmminkowski.c29 int cols, rows, format; in main() local
66 prevrow = pgm_allocrow( cols ); in main()
67 thisrow = pgm_allocrow( cols ); in main()
105 ++countEdgeX[thisrow[cols-1]]; in main()
114 ++countVertex[thisrow[cols-1]]; in main()
152 ++countVertex[ MAX2(thisrow[cols-1],prevrow[cols-1]) ]; in main()
177 maxtiles = rows * cols; in main()
178 maxedgex = rows * (cols+1); in main()
179 maxedgey = (rows+1) * cols; in main()
180 maxvertex= (rows+1) * (cols+1); in main()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/grid/
H A Dcopy.hpp67 const int cols = getCols(src); in gridCopy_() local
71 dst.create(rows, cols); in gridCopy_()
80 const int cols = getCols(src); in gridCopy_() local
92 const int cols = getCols(src); in gridCopy_() local
94 dst.create(rows, cols); in gridCopy_()
103 const int cols = getCols(src); in gridCopy_() local
116 const int cols = getCols(src); in gridCopy_() local
136 const int cols = getCols(src); in gridCopy_() local
155 const int cols = getCols(src); in gridCopy_() local
173 const int cols = getCols(src); in gridCopy_() local
[all …]
/dports/textproc/icdiff/icdiff-release-2.0.4/
H A Dtest.sh108 check_gold gold-recursive.txt --recursive tests/{a,b} --cols=80
110 check_gold gold-dir.txt tests/{a,b} --cols=80
111 check_gold gold-12.txt tests/input-{1,2}.txt --cols=80
114 check_gold gold-45.txt tests/input-{4,5}.txt --cols=80
115 check_gold gold-45-95.txt tests/input-{4,5}.txt --cols=95
118 check_gold gold-45-nb.txt tests/input-{4,5}.txt --cols=80 --no-bold
125 check_gold gold-45-h3.txt tests/input-{4,5}.txt --cols=80 --head=3
126 check_gold gold-45-l.txt tests/input-{4,5}.txt --cols=80 -L left
132 check_gold gold-67.txt tests/input-{6,7}.txt --cols=80
135 check_gold gold-67-u3.txt tests/input-{6,7}.txt --cols=80 -U 3
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DMathMatrix.cpp108 cols = n; in Dimension()
197 if ((rows != m.rows) && (cols != m.cols)) in Add()
210 if ((rows != m.rows) && (cols != m.cols)) in AddMultiple()
322 cols--; in DeleteColumn()
373 if (c == -1 || c > cols) c = cols; in Print()
483 if (rhs.rows != rows || rhs.cols != cols) return false; in operator ==()
493 if (m.cols != cols) in StackBottom()
512 Dimension(rows, cols + m.cols); in StackLeft()
528 cols = m.cols; in Swap()
686 if (c == -1 || c > cols) c = cols; in PrintLower()
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A Dlibpnmrw.c58 #define pbm_allocrow( cols ) ((bit*) pm_allocrow( cols, sizeof(bit) )) argument
63 #define pgm_allocrow( cols ) ((gray*) pm_allocrow( cols, sizeof(gray) )) argument
68 #define ppm_allocrow( cols ) ((pixel*) pm_allocrow( cols, sizeof(pixel) )) argument
479 if (fread(grayrow, 1, cols, file) != cols) { in pgm_readpgmrow()
498 cols, rows, maxval); in pgm_writepgminit()
502 cols, rows, maxval); in pgm_writepgminit()
516 if (fwrite(grayrow, 1, cols, file) != cols) { in pgm_writepgmrowraw()
604 if (fread(grayrow, 1, 3 * cols, file) != 3 * cols) { in ppm_readppmrow()
630 cols, rows, maxval); in ppm_writeppminit()
634 cols, rows, maxval); in ppm_writeppminit()
[all …]
/dports/devel/p5-Test2-Harness-UI/Test2-Harness-UI-0.000097/lib/Test2/Harness/UI/Schema/Overlay/
H A DCoverage.pm22 my %cols = $self->get_columns;
24 $cols{test_file} //= $self->test_filename;
25 $cols{source_file} //= $self->source_filename;
26 $cols{source_sub} //= $self->source_subname;
27 $cols{manager} //= $self->manager_package;
29 $cols{metadata} = $self->metadata // ['*'];
36 my %cols = $self->get_columns;
43 my %cols = $self->get_columns;
50 my %cols = $self->get_columns;
57 my %cols = $self->get_columns;
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/spanner/
H A Dmutation.go145 cols := []string{}
148 cols = append(cols, k)
151 return cols, vals
185 var cols []string
188 cols = append(cols, f.Name)
191 return cols, vals, nil
200 columns: cols,
210 return Insert(table, cols, vals)
233 columns: cols,
265 columns: cols,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/spanner/
H A Dmutation.go146 cols := []string{}
149 cols = append(cols, k)
152 return cols, vals
186 var cols []string
189 cols = append(cols, f.Name)
192 return cols, vals, nil
201 columns: cols,
211 return Insert(table, cols, vals)
235 columns: cols,
267 columns: cols,
[all …]
/dports/www/grafana8/google-cloud-go-storage-v1.14.0/spanner/
H A Dmutation.go146 cols := []string{}
149 cols = append(cols, k)
152 return cols, vals
186 var cols []string
189 cols = append(cols, f.Name)
192 return cols, vals, nil
201 columns: cols,
211 return Insert(table, cols, vals)
235 columns: cols,
267 columns: cols,
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
232 columns: cols,
264 columns: cols,
[all …]
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/spanner/
H A Dmutation.go146 cols := []string{}
149 cols = append(cols, k)
152 return cols, vals
186 var cols []string
189 cols = append(cols, f.Name)
192 return cols, vals, nil
201 columns: cols,
211 return Insert(table, cols, vals)
235 columns: cols,
267 columns: cols,
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/spanner/
H A Dmutation.go146 cols := []string{}
149 cols = append(cols, k)
152 return cols, vals
186 var cols []string
189 cols = append(cols, f.Name)
192 return cols, vals, nil
201 columns: cols,
211 return Insert(table, cols, vals)
235 columns: cols,
267 columns: cols,
[all …]
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
233 columns: cols,
265 columns: cols,
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
233 columns: cols,
265 columns: cols,
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/cloud.google.com/go/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
232 columns: cols,
264 columns: cols,
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
233 columns: cols,
265 columns: cols,
[all …]
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
232 columns: cols,
264 columns: cols,
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
233 columns: cols,
265 columns: cols,
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
232 columns: cols,
264 columns: cols,
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
232 columns: cols,
264 columns: cols,
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/spanner/
H A Dmutation.go144 cols := []string{}
147 cols = append(cols, k)
150 return cols, vals
184 var cols []string
187 cols = append(cols, f.Name)
190 return cols, vals, nil
199 columns: cols,
209 return Insert(table, cols, vals)
233 columns: cols,
265 columns: cols,
[all …]

12345678910>>...1122