Home
last modified time | relevance | path

Searched refs:new_col (Results 101 – 125 of 508) sorted by relevance

12345678910>>...21

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dui.c413 void ui_cursor_goto(int new_row, int new_col) in ui_cursor_goto() argument
415 ui_grid_cursor_goto(DEFAULT_GRID_HANDLE, new_row, new_col); in ui_cursor_goto()
418 void ui_grid_cursor_goto(handle_T grid_handle, int new_row, int new_col) in ui_grid_cursor_goto() argument
421 && new_col == cursor_col in ui_grid_cursor_goto()
427 cursor_col = new_col; in ui_grid_cursor_goto()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dtransf_mat_3x4.cpp173 Proj::Pt2 new_col(column(axis)); in normalize_column() local
174 new_col.normalize(); in normalize_column()
175 set_image_pt(axis, new_col); in normalize_column()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkcolorcombo.c198 gint new_row = -1, new_col = -1; in gtk_color_combo_update() local
216 new_col=j; in gtk_color_combo_update()
225 new_col=focus_col; in gtk_color_combo_update()
237 color_combo->column=new_col; in gtk_color_combo_update()
238 color_combo->selection = color_combo->colors[new_row*color_combo->ncols+new_col]; in gtk_color_combo_update()
241 new_row * color_combo->ncols + new_col, in gtk_color_combo_update()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dcollect-table.c1099 gint new_col; in collection_table_move_focus() local
1114 new_col--; in collection_table_move_focus()
1119 new_col++; in collection_table_move_focus()
1123 if (new_col < 0) in collection_table_move_focus()
1132 new_col = 0; in collection_table_move_focus()
1140 new_col = 0; in collection_table_move_focus()
1152 new_col = col; in collection_table_move_focus()
1162 if (new_col >= ct->columns) new_col = ct->columns - 1; in collection_table_move_focus()
1173 if (new_col >= l) new_col = l - 1; in collection_table_move_focus()
1179 new_row = new_col = 0; in collection_table_move_focus()
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/pynumero/sparse/tests/
H A Dtest_sparse_utils.py32 new_col = np.concatenate([col, row[off_diagonal_mask]])
34 m = coo_matrix((new_data, (new_row, new_col)), shape=(8, 8))
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/containers/
H A Dmatrix.h527 void set_col(const elem_size_type new_col) in set_col() argument
529 const block_size_type new_block_col = m->data->block_index_from_elem(new_col); in set_col()
535 current_col = new_col; in set_col()
538 void set_pos(const elem_size_type new_row, const elem_size_type new_col) in set_pos() argument
541 new_block_col = m->data->block_index_from_elem(new_col); in set_pos()
549 current_col = new_col; in set_pos()
830 void set_col(const elem_size_type new_col) in set_col() argument
838 current_col = new_col; in set_col()
841 void set_pos(const elem_size_type new_row, const elem_size_type new_col) in set_pos() argument
844 new_block_col = m->data->block_index_from_elem(new_col); in set_pos()
[all …]
/dports/mail/cone/cone-1.1/curses/
H A Dcursesscreen.C732 int new_col=currentFocus->getWidth(); in doGetKey() local
733 if (new_col > 0) --new_col; in doGetKey()
734 curs_set(currentFocus->getCursorPosition(new_row, new_col)); in doGetKey()
739 if (new_col < col) in doGetKey()
740 col=new_col; in doGetKey()
/dports/devel/p5-Term-Table/Term-Table-0.015/lib/Term/
H A DTable.pm67 my %new_col = (width => 0, count => $has_header ? -1 : 0);
69 my $cols = [map { {%new_col} } @{$self->{+HEADER}}];
74 $cols->[$ci] ||= {%new_col} if $self->{+AUTO_COLUMNS};
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/src/
H A Dquantize.c1567 Gif_Color *new_col = new_cm->col; in colormap_stream() local
1576 Gif_DeleteArray(new_col); in colormap_stream()
1577 new_cm->col = new_col = x; in colormap_stream()
1584 new_col[j].pixel = 0; in colormap_stream()
1589 if (new_col[j].gfc_red != new_col[j].gfc_green in colormap_stream()
1590 || new_col[j].gfc_red != new_col[j].gfc_blue) in colormap_stream()
1678 if (new_col[j].pixel == 0 || new_col[j].pixel < new_col[j+1].pixel) { in colormap_stream()
1688 new_col = gfs->global->col; in colormap_stream()
1690 new_col[j].haspixel = j; in colormap_stream()
1697 map[ new_col[j].haspixel ] = j; in colormap_stream()
[all …]
/dports/graphics/gifsicle/gifsicle-1.93/src/
H A Dquantize.c1567 Gif_Color *new_col = new_cm->col; in colormap_stream() local
1576 Gif_DeleteArray(new_col); in colormap_stream()
1577 new_cm->col = new_col = x; in colormap_stream()
1584 new_col[j].pixel = 0; in colormap_stream()
1589 if (new_col[j].gfc_red != new_col[j].gfc_green in colormap_stream()
1590 || new_col[j].gfc_red != new_col[j].gfc_blue) in colormap_stream()
1678 if (new_col[j].pixel == 0 || new_col[j].pixel < new_col[j+1].pixel) { in colormap_stream()
1688 new_col = gfs->global->col; in colormap_stream()
1690 new_col[j].haspixel = j; in colormap_stream()
1697 map[ new_col[j].haspixel ] = j; in colormap_stream()
[all …]
/dports/x11/foot/foot/
H A Dsearch.c629 int new_col = term->search.match.col - 1; in execute_binding() local
632 if (new_col < 0) { in execute_binding()
633 new_col = term->cols - 1; in execute_binding()
638 term->search.match.col = new_col; in execute_binding()
647 int new_col = term->search.match.col + 1; in execute_binding() local
650 if (new_col >= term->cols) { in execute_binding()
651 new_col = 0; in execute_binding()
656 term->search.match.col = new_col; in execute_binding()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Diconmgr.c399 int cur_row, cur_col, new_row, new_col; in MoveIconManager() local
452 new_col = cur_col; in MoveIconManager()
456 new_col += col_inc; in MoveIconManager()
460 if(new_col < 0) { in MoveIconManager()
461 new_col = ip->cur_columns - 1; in MoveIconManager()
466 if(new_col >= ip->cur_columns) { in MoveIconManager()
467 new_col = 0; in MoveIconManager()
474 if(tmp->row == new_row && tmp->col == new_col) { in MoveIconManager()
484 ProgramName, new_row, new_col); in MoveIconManager()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/r/
H A Dheap_btree.result214 alter table t1 add column new_col char(1) not null, add key using BTREE (btn,new_col), drop key btn;
215 update t1 set new_col=left(btn,1);
220 Note 1003 /* select#1 */ select `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from …
221 explain select * from t1 where btn="a" and new_col="a";
225 …ct `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from `test`.`t1` where ((`test`.`…
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/r/
H A Dheap_btree.result214 alter table t1 add column new_col char(1) not null, add key using BTREE (btn,new_col), drop key btn;
215 update t1 set new_col=left(btn,1);
220 Note 1003 /* select#1 */ select `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from …
221 explain select * from t1 where btn="a" and new_col="a";
225 …ct `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from `test`.`t1` where ((`test`.`…
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/r/
H A Dheap_btree.result214 alter table t1 add column new_col char(1) not null, add key using BTREE (btn,new_col), drop key btn;
215 update t1 set new_col=left(btn,1);
220 Note 1003 /* select#1 */ select `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from …
221 explain select * from t1 where btn="a" and new_col="a";
225 …ct `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from `test`.`t1` where ((`test`.`…
/dports/math/R-cran-dplyr/dplyr/tests/testthat/
H A Dtest-mutate.r119 res <- mutate(df, new_col = data.frame(x = 1:3))
120 expect_equal(res$new_col, data.frame(x = 1:3))
122 res <- mutate(group_by(df, a), new_col = data.frame(x = a))
123 expect_equal(res$new_col, data.frame(x = 1:3))
125 res <- mutate(rowwise(df), new_col = data.frame(x = a))
126 expect_equal(res$new_col, data.frame(x = 1:3))
/dports/devel/p5-Alzabo/Alzabo-0.92/lib/Alzabo/Create/
H A DSchema.pm502 my @new_col;
505 push @new_col, $self->_add_foreign_key_column( table => $f_table,
509 $col_from = \@new_col;
553 my @new_col;
556 push @new_col, $self->_add_foreign_key_column( table => $t_table,
560 $col_to = \@new_col;
604 my $new_col;
/dports/graphics/geeqie/geeqie-1.6/src/view_file/
H A Dview_file_icon.c1026 gint new_col; in vficon_move_focus() local
1031 new_col = VFICON(vf)->focus_column; in vficon_move_focus()
1041 new_col--; in vficon_move_focus()
1046 new_col++; in vficon_move_focus()
1050 if (new_col < 0) in vficon_move_focus()
1059 new_col = 0; in vficon_move_focus()
1067 new_col = 0; in vficon_move_focus()
1079 new_col = col; in vficon_move_focus()
1087 new_col = VFICON(vf)->columns - 1; in vficon_move_focus()
1089 if (new_col >= VFICON(vf)->columns) new_col = VFICON(vf)->columns - 1; in vficon_move_focus()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dheap_btree.result173 alter table t1 add column new_col char(1) not null, add key using BTREE (btn,new_col), drop key btn;
174 update t1 set new_col=left(btn,1);
179 Note 1003 /* select#1 */ select `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from …
180 explain select * from t1 where btn="a" and new_col="a";
184 …ct `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from `test`.`t1` where ((`test`.`…
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/r/
H A Dheap_btree.result214 alter table t1 add column new_col char(1) not null, add key using BTREE (btn,new_col), drop key btn;
215 update t1 set new_col=left(btn,1);
220 Note 1003 /* select#1 */ select `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from …
221 explain select * from t1 where btn="a" and new_col="a";
225 …ct `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from `test`.`t1` where ((`test`.`…
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/r/
H A Dheap_btree.result214 alter table t1 add column new_col char(1) not null, add key using BTREE (btn,new_col), drop key btn;
215 update t1 set new_col=left(btn,1);
220 Note 1003 /* select#1 */ select `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from …
221 explain select * from t1 where btn="a" and new_col="a";
225 …ct `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from `test`.`t1` where ((`test`.`…
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/r/
H A Dheap_btree.result214 alter table t1 add column new_col char(1) not null, add key using BTREE (btn,new_col), drop key btn;
215 update t1 set new_col=left(btn,1);
220 Note 1003 /* select#1 */ select `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from …
221 explain select * from t1 where btn="a" and new_col="a";
225 …ct `test`.`t1`.`btn` AS `btn`,`test`.`t1`.`new_col` AS `new_col` from `test`.`t1` where ((`test`.`…
/dports/biology/ncbi-toolkit/ncbi/ddv/
H A Dddvclick.c2308 dmp->dci.new_col=Disp_coord; in DDV_ReleaseProc()
2560 dmp->dci.old_col=dmp->dci.new_col; in DDV_MoveCaretLR()
2564 dmp->dci.new_col+=decal_Hscroll; in DDV_MoveCaretLR()
2566 dmp->dci.new_col-=decal_Hscroll; in DDV_MoveCaretLR()
2567 if (dmp->dci.new_col<0){ in DDV_MoveCaretLR()
2568 dmp->dci.new_col=0; in DDV_MoveCaretLR()
2578 if (dmp->dci.new_col<=from_col){ in DDV_MoveCaretLR()
2582 if ((dmp->dci.new_col >= new_from_col) && (dmp->dci.new_col <= new_to_col)) { in DDV_MoveCaretLR()
2591 if (dmp->dci.new_col>=to_col){ in DDV_MoveCaretLR()
2595 if ((dmp->dci.new_col >= new_from_col) && (dmp->dci.new_col <= new_to_col)) { in DDV_MoveCaretLR()
[all …]
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dtestgtksheet.c426 gint row, gint col, gint *new_row, gint *new_col, in change_entry() argument
432 printf("change_entry: %d %d -> %d %d\n", row, col, *new_row, *new_col); in change_entry()
434 if (*new_col == 0 && (col != 0 || sheet->state != GTK_STATE_NORMAL)) in change_entry()
441 if (*new_col == 1 && (col != 1 || sheet->state != GTK_STATE_NORMAL)) in change_entry()
448 if (*new_col == 2 && (col != 2 || sheet->state != GTK_STATE_NORMAL)) in change_entry()
459 text = gtk_sheet_cell_get_text(sheet, *new_row, *new_col); in change_entry()
468 if (*new_col == 3 && (col != 3 || sheet->state != GTK_STATE_NORMAL)) in change_entry()
475 if (*new_col == 4 && (col != 4 || sheet->state != GTK_STATE_NORMAL)) in change_entry()
482 if (*new_col >= 5 && (col < 5 || sheet->state != GTK_STATE_NORMAL)) in change_entry()
549 gint row, gint col, gint *new_row, gint *new_col, in alarm_traverse() argument
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/
H A Dcoo.py218 new_row, new_col = divmod(flat_indices, shape[1])
223 new_col, new_row = divmod(flat_indices, shape[0])
234 return coo_matrix((new_data, (new_row, new_col)),
491 new_col = np.arange(max_index, dtype=idx_dtype)
498 new_col = np.arange(k, k + max_index, dtype=idx_dtype)
509 self.col = np.concatenate((self.col[keep], new_col))

12345678910>>...21