Home
last modified time | relevance | path

Searched +refs:new +refs:cols (Results 1 – 25 of 6861) sorted by relevance

12345678910>>...275

/dports/devel/p5-Data-Range-Compare/Data-Range-Compare-1.031/t/
H A Dprocess.t95 ## new set of compare row data
101 Data::Range::Compare->new(\%helper,0,1)
106 Data::Range::Compare->new(\%helper,0,1)
108 Data::Range::Compare->new(\%helper,2,3)
113 Data::Range::Compare->new(\%helper,5,6)
118 Data::Range::Compare->new(\%helper,0,6)
161 Data::Range::Compare->new(\%helper,0,1)
166 Data::Range::Compare->new(\%helper,0,1)
168 Data::Range::Compare->new(\%helper,2,2)
173 Data::Range::Compare->new(\%helper,5,6)
[all …]
/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dvs_split.c83 new->cols = sp->cols; in vs_split()
207 size_t cols; in vs_vsplit() local
243 cols = sp->cols / 2; in vs_vsplit()
244 new->cols = sp->cols - cols - 1; in vs_vsplit()
245 sp->cols = cols; in vs_vsplit()
246 new->coff = sp->coff + cols + 1; in vs_vsplit()
425 tsp->cols += sp->cols + 1; /* XXX: DIVIDER */ in vs_discard()
549 if (tsp->coff + tsp->cols > sp->coff + sp->cols) in vs_join()
585 if (tsp->coff + tsp->cols > sp->coff + sp->cols) in vs_join()
733 nsp->cols = sp->cols; in vs_swap()
[all …]
/dports/multimedia/mpv/mpv-0.34.1/stream/
H A Dcookies.c65 cols[0] = *ptr; in parse_line()
74 cols[col] = (*ptr); in parse_line()
142 char *cols[7]; in load_cookies_from() local
143 if (parse_line(&ptr, cols)) { in load_cookies_from()
146 new->name = col_dup(new, cols[5]); in load_cookies_from()
147 new->value = col_dup(new, cols[6]); in load_cookies_from()
148 new->path = col_dup(new, cols[2]); in load_cookies_from()
149 new->domain = col_dup(new, cols[0]); in load_cookies_from()
150 new->secure = (*(cols[3]) == 't') || (*(cols[3]) == 'T'); in load_cookies_from()
151 new->next = list; in load_cookies_from()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/PBQP/
H A DMath.h27 length(length), data(new PBQPNum[length]) { in Vector()
32 length(length), data(new PBQPNum[length]) { in Vector()
38 length(v.length), data(new PBQPNum[length]) { in Vector()
49 data = new PBQPNum[length];
117 rows(rows), cols(cols), data(new PBQPNum[rows * cols]) { in Matrix()
123 rows(rows), cols(cols), data(new PBQPNum[rows * cols]) { in Matrix()
129 rows(m.rows), cols(m.cols), data(new PBQPNum[rows * cols]) { in Matrix()
139 rows = m.rows; cols = m.cols;
140 data = new PBQPNum[rows * cols];
223 assert(rows == m.rows && cols == m.cols &&
[all …]
/dports/math/PDL/PDL-2.019/Lib/Image2D/
H A Drotate.c29 static imT* my_allocarray(int cols, int rows) in my_allocarray() argument
55 yshearjunk = ( tempcols - cols ) * yshearfac; in getnewsize()
122 col < cols; ++col, ++nxP, ++xP ) in rotate()
167 new = row + intnew0; in rotate()
168 if ( new >= 0 && new < newrows ) in rotate()
189 new = row + intnew0; in rotate()
190 if ( new >= 0 && new < newrows ) in rotate()
218 new = intnew0 + col; in rotate()
219 if ( new >= 0 && new < newcols ) in rotate()
241 new = intnew0 + col; in rotate()
[all …]
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Ddata-frame.R3 cols <- drop_nulls(c(list(...), .list)) functionVar
5 for (i in seq_along(cols)) {
7 n <- names(cols)[i]
8 idx <- idx[df[[n]][idx] %in% cols[[i]]]
15 cols <- c(list(...), .list) vector
16 assert_that(all_named(cols))
18 if (length(new <- setdiff(names(cols), names(df)))) { functionVar
20 df[new] <- replicate(length(new), na_col, simplify = FALSE)
23 cols <- ifelse(names(df) %in% names(cols), cols[names(df)], NA_integer_)
24 res <- rbind(df, cols, stringsAsFactors = FALSE)
[all …]
/dports/games/gnome-2048/gnome-2048-3.38.2/src/
H A Dcli.vala24 if ((cols != 0 || rows != 0) && cli != "new")
26 warning ("Size can only be given for new games." + "\n");
32 GLib.Settings settings = new GLib.Settings (schema_name);
47 grid = new Grid (rows, cols);
55 grid = new Grid (rows, cols);
56 if (cli == "new")
63 cols = grid.cols;
90 case "new": // creation already handled, need saving
126 if (cli == "new")
153 Gee.LinkedList<TileMovement?> to_move = new Gee.LinkedList<TileMovement?> ();
[all …]
H A Dgame.vala78 grid = new Grid (rows, cols);
173 uint8 cols = _grid.cols;
206 uint8 cols = _grid.cols;
210 _background = new RoundedRectangle [rows, cols];
211 _foreground_cur = new TileView? [rows, cols];
212 _foreground_nxt = new TileView? [rows, cols];
247 uint8 cols = _grid.cols;
281 uint8 cols = _grid.cols;
431 uint8 cols = _grid.cols;
448 uint8 cols = _grid.cols;
[all …]
/dports/math/flann/flann-1.9.1-29-g1d04523/src/cpp/flann/mpi/
H A Dindex.h53 ar& indices.cols; in serialize()
55 indices = Matrix<int>(new int[indices.rows*indices.cols], indices.rows, indices.cols); in serialize()
62 ar& dists.cols; in serialize()
64 … dists = Matrix<DistanceType>(new DistanceType[dists.rows*dists.cols], dists.rows, dists.cols); in serialize()
79 …results.indices = flann::Matrix<int>(new int[a.indices.rows*a.indices.cols],a.indices.rows,a.indic… in operator()
80 …sults.dists = flann::Matrix<DistanceType>(new DistanceType[a.dists.rows*a.dists.cols],a.dists.rows… in operator()
175 flann_index = new flann::Index<Distance>(dataset, params); in Index()
199 flann::Matrix<int> local_indices(new int[queries.rows*knn], queries.rows, knn); in knnSearch()
232 … flann::Matrix<int> local_indices(new int[indices.rows*indices.cols], indices.rows, indices.cols); in radiusSearch()
233 …flann::Matrix<DistanceType> local_dists(new DistanceType[dists.rows*dists.cols], dists.rows, dists… in radiusSearch()
[all …]
/dports/graphics/colmap/colmap-3.6/lib/FLANN/mpi/
H A Dindex.h53 ar& indices.cols; in serialize()
55 indices = Matrix<int>(new int[indices.rows*indices.cols], indices.rows, indices.cols); in serialize()
62 ar& dists.cols; in serialize()
64 … dists = Matrix<DistanceType>(new DistanceType[dists.rows*dists.cols], dists.rows, dists.cols); in serialize()
79 …results.indices = flann::Matrix<int>(new int[a.indices.rows*a.indices.cols],a.indices.rows,a.indic… in operator()
80 …sults.dists = flann::Matrix<DistanceType>(new DistanceType[a.dists.rows*a.dists.cols],a.dists.rows… in operator()
175 flann_index = new flann::Index<Distance>(dataset, params); in Index()
199 flann::Matrix<int> local_indices(new int[queries.rows*knn], queries.rows, knn); in knnSearch()
232 … flann::Matrix<int> local_indices(new int[indices.rows*indices.cols], indices.rows, indices.cols); in radiusSearch()
233 …flann::Matrix<DistanceType> local_dists(new DistanceType[dists.rows*dists.cols], dists.rows, dists… in radiusSearch()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/flann/src/cpp/flann/mpi/
H A Dindex.h53 ar& indices.cols; in serialize()
55 indices = Matrix<int>(new int[indices.rows*indices.cols], indices.rows, indices.cols); in serialize()
62 ar& dists.cols; in serialize()
64 … dists = Matrix<DistanceType>(new DistanceType[dists.rows*dists.cols], dists.rows, dists.cols); in serialize()
79 …results.indices = flann::Matrix<int>(new int[a.indices.rows*a.indices.cols],a.indices.rows,a.indic… in operator()
80 …sults.dists = flann::Matrix<DistanceType>(new DistanceType[a.dists.rows*a.dists.cols],a.dists.rows… in operator()
175 flann_index = new flann::Index<Distance>(dataset, params); in Index()
199 flann::Matrix<int> local_indices(new int[queries.rows*knn], queries.rows, knn); in knnSearch()
232 … flann::Matrix<int> local_indices(new int[indices.rows*indices.cols], indices.rows, indices.cols); in radiusSearch()
233 …flann::Matrix<DistanceType> local_dists(new DistanceType[dists.rows*dists.cols], dists.rows, dists… in radiusSearch()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/csv2svg-0.1.5/src/
H A Draw.rs9 fn new(header: String) -> Self { in new() method
12 cells: Vec::new(), in new()
21 pub cols: Vec<RawCol>, field
27 let mut cols = Vec::new(); in read() localVariable
29 cols.push(RawCol::new(header.to_string())); in read()
31 if cols.is_empty() { in read()
37 for col in cols.iter_mut() { in read()
45 Ok(Self { cols }) in read()
49 self.cols[0].cells.len() in row_count()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dcookies.c97 cols[0] = *ptr; in parse_line()
106 cols[col] = (*ptr); in parse_line()
174 char *cols[7]; in load_cookies_from() local
176 struct cookie_list_type *new; in load_cookies_from() local
178 new->name = col_dup(cols[5]); in load_cookies_from()
179 new->value = col_dup(cols[6]); in load_cookies_from()
180 new->path = col_dup(cols[2]); in load_cookies_from()
181 new->domain = col_dup(cols[0]); in load_cookies_from()
182 new->secure = (*(cols[3]) == 't') || (*(cols[3]) == 'T'); in load_cookies_from()
183 new->next = list; in load_cookies_from()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dcookies.c97 cols[0] = *ptr; in parse_line()
106 cols[col] = (*ptr); in parse_line()
174 char *cols[7]; in load_cookies_from() local
176 struct cookie_list_type *new; in load_cookies_from() local
178 new->name = col_dup(cols[5]); in load_cookies_from()
179 new->value = col_dup(cols[6]); in load_cookies_from()
180 new->path = col_dup(cols[2]); in load_cookies_from()
181 new->domain = col_dup(cols[0]); in load_cookies_from()
182 new->secure = (*(cols[3]) == 't') || (*(cols[3]) == 'T'); in load_cookies_from()
183 new->next = list; in load_cookies_from()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Collections/
H A DArray2D.sc2 var <rows, <cols, <array;
3 *new { arg rows=1, cols=1;
4 ^super.new.init(rows, cols);
8 cols = argCols;
9 array = Array.newClear(rows * cols);
13 ^array.at(row*cols + col)
16 array.put(row*cols + col, val)
20 *fromArray { arg rows,cols, array;
21 ^this.new(rows,cols).with(array);
29 cols.do({ arg ci;
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/vt100-0.8.1/src/
H A Dgrid.rs20 pub fn new(size: Size, scrollback_len: usize) -> Self { in new() method
25 rows: vec![crate::row::Row::new(size.cols); size.rows as usize], in new()
30 scrollback: std::collections::VecDeque::new(), in new()
37 crate::row::Row::new(self.size.cols) in new_row()
57 if size.cols != self.size.cols { in set_size()
241 crate::term::MoveFromTo::new(prev_pos, pos) in write_contents_formatted()
286 crate::term::MoveFromTo::new(prev_pos, pos) in write_contents_formatted()
296 crate::term::MoveFromTo::new(prev_pos, self.pos) in write_contents_formatted()
345 crate::term::MoveFromTo::new(prev_pos, pos) in write_contents_diff()
390 crate::term::MoveFromTo::new(prev_pos, pos) in write_contents_diff()
[all …]
/dports/sysutils/webmin/webmin-1.981/shorewall/
H A Dlist.cgi17 $cols = &$cfunc() if (defined(&$cfunc));
26 for($j=0; defined($cols) ? ($j<$cols) : ($text{$in{'tableclean'}."_".$j}); $j++) {
34 &ui_link("edit.cgi?table=$in{'table'}&new=1",
37 push(@links, &ui_link("editcmt.cgi?table=$in{'table'}&new=1",$text{"comment_add"}));
55 local @cols;
76 push(@cols, $lnk);
94 push(@cols, $mover);
96 push(@cols,
97 "<a href='edit.cgi?table=$in{'table'}&new=1&before=$i'>".
99 "<a href='edit.cgi?table=$in{'table'}&new=1&after=$i'>".
[all …]
/dports/sysutils/webmin/webmin-1.981/shorewall6/
H A Dlist.cgi17 $cols = &$cfunc() if (defined(&$cfunc));
26 for($j=0; defined($cols) ? ($j<$cols) : ($text{$in{'tableclean'}."_".$j}); $j++) {
34 &ui_link("edit.cgi?table=$in{'table'}&new=1",
37 push(@links, &ui_link("editcmt.cgi?table=$in{'table'}&new=1",
56 local @cols;
77 push(@cols, $lnk);
95 push(@cols, $mover);
97 push(@cols,
98 "<a href='edit.cgi?table=$in{'table'}&new=1&before=$i'>".
100 "<a href='edit.cgi?table=$in{'table'}&new=1&after=$i'>".
[all …]
/dports/math/gismo/gismo-21.12.0/src/gsSolver/
H A DgsSumOp.h46 … GISMO_ASSERT ( m_ops[0]->rows() == m_ops[i]->rows() && m_ops[0]->cols() == m_ops[i]->cols(), in gsSumOp()
56 …GISMO_ASSERT ( op0->rows() == op1->rows() && op0->cols() == op1->cols(), "Dimensions of the operat… in gsSumOp()
64 GISMO_ASSERT ( op0->rows() == op1->rows() && op0->cols() == op1->cols() in gsSumOp()
65 …&& op0->rows() == op2->rows() && op0->cols() == op2->cols(), "Dimensions of the operators do not f… in gsSumOp()
71 { return uPtr( new gsSumOp() ); } in make()
75 { return uPtr( new gsSumOp(give(ops)) ); } in make()
79 { return uPtr( new gsSumOp(give(op0),give(op1)) ); } in make()
83 { return uPtr( new gsSumOp(give(op0),give(op1),give(op2)) ); } in make()
88 …SMO_ASSERT ( m_ops.empty() || ( op->rows() == m_ops[0]->rows() && op->cols() == m_ops[0]->cols() ), in addOperator()
115 index_t cols() const in cols() function
[all …]
/dports/games/zangband/zangband/
H A Dangdos.cfg142 cols = 80
158 cols = 80
174 cols = 80
192 Description = with new graphics
199 graf-mode = new
322 Description = with new graphics
329 graf-mode = new
452 Description = with new graphics
459 graf-mode = new
582 Description = with new graphics
[all …]
/dports/games/flying/flying-6.20/
H A Dsnooker.C34 cols[1] = AddBallColor( "green4" ); in Snooker()
36 cols[3] = AddBallColor( "blue" ); in Snooker()
38 cols[5] = AddBallColor( "black" ); in Snooker()
46 cols[2] = CreateColorMix( red_col, cols[5] ); // braun in Snooker()
47 cols[3] = AddBallColor( "blue" ); in Snooker()
81 red[c]=new Ball( reddefs[c], GetNormalBallSize() ); in Triangle()
82 red[c]->state = new BallState( m, red_col, red[c]->P() ); in Triangle()
97 colored[i] = new Ball( defs[i], BallRadius ); in SetupBalls()
98 colored[i]->state = new BallState( m, cols[i], colored[i]->P() ); in SetupBalls()
102 cueball = new Ball( cuedef, BallRadius ); in SetupBalls()
[all …]
/dports/sysutils/webmin/webmin-1.981/sendmail/
H A Dsendmail-lib.pl72 local(@new) = @{$_[2]};
78 $new[$i]->{'eline'} = $new[$i]->{'line'}+1;
80 push(@{$_[0]}, $new[$i]);
82 elsif ($i >= @new) {
94 $new[$i]->{'line'} = $new[$i]->{'eline'} = $old[$i]->{'line'};
370 local @new;
384 push(@new, { 'type' => 'C',
611 local @cols;
614 push(@cols, "<a href=\"view_mailq.cgi?".
618 push(@cols, $n);
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/minimad-0.9.0/src/template/
H A Dtbl_builder.rs59 pub cols: Vec<Col>, field
68 pub fn new<S: Into<String>>(md: S) -> Self { in new() method
82 Self::new( in simple()
89 header: CellDef::new(header_md).align(Alignment::Center), in new()
90 content: CellDef::new(content_md), in new()
110 self.cols.push(col); in col()
115 let mut md = String::new(); in template_md()
116 for col in &self.cols { in template_md()
120 for col in &self.cols { in template_md()
125 for col in &self.cols { in template_md()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tlin/
H A Dtlin_matrix.h37 matrix(int rows, int cols) in matrix() argument
38 : m_rows(rows), m_cols(cols), m_entries(new T[rows * cols]) { in matrix()
46 , m_entries(new T[m_rows * m_cols]) { in matrix()
54 m_entries = new T[m_rows * m_cols];
62 int cols() const { return m_cols; } in cols() function
71 matrix(int rows, int cols, T val) in matrix() argument
72 : m_rows(rows), m_cols(cols), m_entries(new T[rows * cols]) { in matrix()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dtable.c869 cols = astAnnul( cols ); in ColumnName()
4829 if ( !astOK ) new = astDelete( new ); in astMAKE_ISA()
4833 return new; in astMAKE_ISA()
4907 if ( !astOK ) new = astDelete( new ); in astTableId_()
4989 new = NULL; in astInitTable_()
5000 new->nrow = 0; in astInitTable_()
5008 if ( !astOK ) new = astDelete( new ); in astInitTable_()
5012 return new; in astInitTable_()
5094 new = NULL; in astLoadTable_()
5145 if ( !astOK ) new = astDelete( new ); in astLoadTable_()
[all …]

12345678910>>...275