Home
last modified time | relevance | path

Searched refs:row_no (Results 1 – 25 of 104) sorted by relevance

12345

/dports/x11/foot/foot/
H A Dgrid.h25 grid_row_absolute(const struct grid *grid, int row_no) in grid_row_absolute() argument
27 return (grid->offset + row_no) & (grid->num_rows - 1); in grid_row_absolute()
31 grid_row_absolute_in_view(const struct grid *grid, int row_no) in grid_row_absolute_in_view() argument
33 return (grid->view + row_no) & (grid->num_rows - 1); in grid_row_absolute_in_view()
41 int real_row = grid_row_absolute(grid, row_no); in _grid_row_maybe_alloc()
54 grid_row(struct grid *grid, int row_no) in grid_row() argument
56 return _grid_row_maybe_alloc(grid, row_no, false); in grid_row()
60 grid_row_and_alloc(struct grid *grid, int row_no) in grid_row_and_alloc() argument
62 return _grid_row_maybe_alloc(grid, row_no, true); in grid_row_and_alloc()
66 grid_row_in_view(struct grid *grid, int row_no) in grid_row_in_view() argument
[all …]
H A Dcommands.c114 int row_no = (new_view + i) % term->grid->num_rows; in cmd_scrollback_down() local
115 if (term->grid->rows[row_no] == NULL) { in cmd_scrollback_down()
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dgridtable.py40 for row_no in range(self.header_row_count):
44 w.configure(text=self.get_header_value(row_no, col_no))
54 def get_header_widget(self, row_no, col_no): argument
55 if (row_no, col_no) not in self.header_widgets:
58 return self.header_widgets[(row_no, col_no)]
75 def _clear_screen_row(self, row_no): argument
76 for widget in self.grid_slaves(row=row_no):
129 def get_data_value(self, row_no, col_no): argument
137 return self.data_rows[row_no][col_no]
139 def get_header_value(self, row_no, col_no): argument
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/db2_ops/
H A DREADME62 1.18. db.fetch.handle.row_no usage
84 5.5. db_seek(handle, row_no)
94 5.15. @db.fetch.handle.row_no
193 5.5. db_seek(handle, row_no)
203 5.15. @db.fetch.handle.row_no
257 5.5. db_seek(handle, row_no)
374 5.15. @db.fetch.handle.row_no
501 xplog("L_INFO", "fetch: row_no: %@db.fetch.h1.row_no, count: %@db.fetch.
502 h1.count, row_no: %@db.fetch.h1.row_no, is_empty: %@db.fetch.h1.is_empty, row_no
503 : %@db.fetch.h1.row_no\n");
[all …]
H A Ddb2_ops.c713 static int do_seek(db_res_t* result, int *cur_row_no, int row_no) { in do_seek() argument
715 if (row_no == *cur_row_no) return 0; in do_seek()
716 if (row_no < *cur_row_no) *cur_row_no = -1; in do_seek()
718 DEBUG(MODULE_NAME": do_seek: currowno:%d, rowno=%d\n", *cur_row_no, row_no); in do_seek()
723 while (*cur_row_no < row_no) { in do_seek()
832 if (row_no < 0) { in sel_do_select()
833 ERR(MODULE_NAME": select: Row number must not be negative: %d\n", row_no); in sel_do_select()
841 if (do_seek(a->result, &cur_row_no, row_no) < 0) in sel_do_select()
1389 static int dbops_seek_func(struct sip_msg* m, char* handle, char* row_no) { in dbops_seek_func() argument
1395 if (get_int_fparam(&n, m, (fparam_t*) row_no) < 0) { in dbops_seek_func()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/examples/
H A Ddemo1.c49 int row_no; in main() local
195 row_no = 0; in main()
212 row_no++; in main()
213 printf ("row #%d\n", row_no); in main()
324 if (row_no >= 5) in main()
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/
H A Drstutils.py79 for row_no in range(R):
80 row_strs = [val_fmt.format(val) for val in cell_values[row_no]]
109 for row_no, row_name in enumerate(row_names):
111 for row_str in row_str_list[row_no]]
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_png.c454 int row_no; in xgdImageCreateFromPngCtx() local
511 row_no = 0; in xgdImageCreateFromPngCtx()
564 row_no += 1; in xgdImageCreateFromPngCtx()
568 row_no += 2; in xgdImageCreateFromPngCtx()
572 row_no += 4; in xgdImageCreateFromPngCtx()
576 row_no += 8; in xgdImageCreateFromPngCtx()
589 row_no += 2; in xgdImageCreateFromPngCtx()
597 row_no += 4; in xgdImageCreateFromPngCtx()
605 row_no += 8; in xgdImageCreateFromPngCtx()
617 row_no += 2; in xgdImageCreateFromPngCtx()
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Display/
H A DResults.php2538 $row_no = 0;
2693 $row_no,
2722 $row_no++;
3024 $display_params['data'][$row_no][$i]
3045 $display_params['data'][$row_no][$i]
3062 $display_params['data'][$row_no][$i]
3085 $display_params['rowdata'][$i][$row_no]
3088 $display_params['rowdata'][$i][$row_no]
5399 * @param string $row_no the row number
5427 . $row_no . $id_suffix
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/generators/
H A Dsudoku.py108 for row_no in range(0, n2):
109 row_start = row_no * n2
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/fullscreen/
H A Dstaff_management.lua277 local row_no = i - (self.page-1)*10
278 self.row_blankers[row_no].visible = false
279 titles:draw(canvas, row_no + 10*(self.page-1), x + 58, y + 63 + row_no*27)
280 titles:draw(canvas, staff.profile.name, x + 88, y + 63 + row_no*27)
281 titles:draw(canvas, "$" .. staff.profile.wage, x + 230, y + 63 + row_no*27, 80, 0)
286 self.panel_sprites:draw(canvas, 16, x + 351 + dx, y + 65 + row_no*27)
291 self.panel_sprites:draw(canvas, 15, x + 456 + dx, y + 65 + row_no*27)
296 self.panel_sprites:draw(canvas, 14, x + 559 + dx, y + 65 + row_no*27)
/dports/www/htdigest/httpd-2.4.6/modules/lua/
H A Dlua_dbd.c231 int row_no,x; in lua_db_get_row() local
236 row_no = luaL_optinteger(L, 2, 0); in lua_db_get_row()
240 if (row_no == 0) { in lua_db_get_row()
241 row_no = 1; in lua_db_get_row()
246 lua_pushinteger(L, row_no); in lua_db_get_row()
257 row_no++; in lua_db_get_row()
264 &row, row_no) != -1) in lua_db_get_row()
/dports/www/apache24/httpd-2.4.53/modules/lua/
H A Dlua_dbd.c232 int row_no,x,alpha = 0; in lua_db_get_row() local
237 row_no = luaL_optinteger(L, 2, 0); in lua_db_get_row()
245 if (row_no == 0) { in lua_db_get_row()
246 row_no = 1; in lua_db_get_row()
251 lua_pushinteger(L, row_no); in lua_db_get_row()
269 row_no++; in lua_db_get_row()
276 &row, row_no) != -1) in lua_db_get_row()
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Display/
H A DResults.php2444 $row_no = 0;
2603 'row_number' => $row_no,
2625 'row_number' => $row_no,
2641 $row_no,
2672 'row_number' => $row_no,
2683 $row_no++;
2786 $row_no, argument
2989 $display_params['data'][$row_no][$i]
3009 $display_params['data'][$row_no][$i]
3025 $display_params['data'][$row_no][$i]
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DDropdown.cpp384 int32_t row_no = top / _dropdown_item_height; in DropdownIndexFromPoint() local
385 if (row_no >= _dropdown_num_rows) in DropdownIndexFromPoint()
390 dropdown_index = column_no * _dropdown_num_rows + row_no; in DropdownIndexFromPoint()
392 dropdown_index = row_no * _dropdown_num_columns + column_no; in DropdownIndexFromPoint()
/dports/databases/spatialite/libspatialite-5.0.1/test/
H A Dcheck_virtualelem.c85 int row_no = 0; in test_table() local
129 switch (row_no) in test_table()
138 table, row_no, id, name, count); in test_table()
149 table, row_no, id, name, count); in test_table()
160 table, row_no, id, name, count); in test_table()
166 row_no, table); in test_table()
172 row_no++; in test_table()
/dports/editors/poke/poke-1.0/jitter/example-vms/jitterlisp/
H A Djitterlisp-reader.c92 int row_no, column_no; member
124 sstate->row_no ++; in jitterlisp_scanner_advance()
188 sstate->row_no = 1; in jitterlisp_initialize_scanner_state()
620 (int) pstate->scanner_state.row_no, in jitterlisp_parse_error()
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/widget/
H A DmContainer_layout.c664 int cw,ch,rows,top,left,left_start,row_no,col_no,maxh; in __mLayoutGrid() local
686 for(p = container->wg.first, row_no = 0; p; row_no++) in __mLayoutGrid()
731 tmp = info_row->cell_size[row_no]; in __mLayoutGrid()
742 h = (row_no == info_row->expand_last_no)? info_row->expand_w_last: info_row->expand_w_each; in __mLayoutGrid()
787 if(info_row->cell_size[row_no] & GRID_CELL_ADD_SEP) top += container->ct.gridSepRow; in __mLayoutGrid()
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/widget/
H A DmContainer_layout.c664 int cw,ch,rows,top,left,left_start,row_no,col_no,maxh; in __mLayoutGrid() local
686 for(p = container->wg.first, row_no = 0; p; row_no++) in __mLayoutGrid()
731 tmp = info_row->cell_size[row_no]; in __mLayoutGrid()
742 h = (row_no == info_row->expand_last_no)? info_row->expand_w_last: info_row->expand_w_each; in __mLayoutGrid()
787 if(info_row->cell_size[row_no] & GRID_CELL_ADD_SEP) top += container->ct.gridSepRow; in __mLayoutGrid()
/dports/math/lis/lis-2.0.30/src/fortran/amg/
H A Dlis_s_data_creation_AMGCG.F901050 INTEGER(kind=kint) :: row_no, row_size, A_row, A_col, P_col local
1078 row_no = aggregates_result(i)
1079 Temp_int(row_no) = k
1242 DO row_no = 1, N
1243 P_col = Temp_int(row_no)
1245 DO j = 1, Temp_P_row_size(row_no)
1246 IF(P_col == Temp_P(j, row_no) % column) EXIT
1248 IF(j > Temp_P_row_size(row_no)) STOP 'unexpected error : smooth_aggregate()'
1249 Temp_P(j, row_no) % value = Temp_P(j, row_no) % value + omega2
H A Dlis_m_data_creation_AMGCG.F903536 row_no = aggregates_result(i)
3537 Temp_int(row_no) = k
3548 row_no = aggregates_result(i)
3560 Temp_P_row_size(row_no) = j
3569 Temp_P(j, row_no) % column = k
3746 DO row_no = 1,N
3747 P_col = Temp_int(row_no)
3757 DO j = 1, Temp_P_row_size(row_no)
3763 IF(j > Temp_P_row_size(row_no)) then
3764 write(*,*)row_no,"3"
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/linalg/
H A Dludecom.red259 symbolic procedure row_vec(in_mat,row_no,length_of);
267 for i:=1:length_of do putv(row_vec,i,getmat(in_mat,row_no,i));
450 symbolic procedure cx_row_vec(in_mat,row_no,length_of);
453 % complex elements of row (row_no).
459 for i:=1:length_of do putv(cx_row_vec,i,getmat(in_mat,row_no,2*i));
465 symbolic procedure re_row_vec(in_mat,row_no,length_of);
468 % real elements of row (row_no).
475 putv(re_row_vec,i,getmat(in_mat,row_no,2*i-1));
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Ddocqual.cpp213 int16_t row_no = 0; in doc_and_block_rejection() local
287 row_no = 0; in doc_and_block_rejection()
290 row_no++; in doc_and_block_rejection()
302 tprintf("REJECTING ROW %d #chars: %d; #Rejects: %d\n", row_no, in doc_and_block_rejection()
344 tprintf("NOT REJECTING ROW %d #chars: %d # Rejects: %d; \n", row_no, in doc_and_block_rejection()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dcode1.c41 void horiz(struct zint_symbol *symbol, int row_no, int full) { in horiz() argument
46 set_module(symbol, row_no, i); in horiz()
50 set_module(symbol, row_no, i); in horiz()
85 void spigot(struct zint_symbol *symbol, int row_no) { in spigot() argument
89 if (module_is_set(symbol, row_no, i - 1)) { in spigot()
90 set_module(symbol, row_no, i); in spigot()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dcode1.c45 static void horiz(struct zint_symbol *symbol, const int row_no, const int full) { in horiz() argument
50 set_module(symbol, row_no, i); in horiz()
54 set_module(symbol, row_no, i); in horiz()
93 static void spigot(struct zint_symbol *symbol, const int row_no) { in spigot() argument
97 if (module_is_set(symbol, row_no, i - 1)) { in spigot()
98 set_module(symbol, row_no, i); in spigot()

12345