Home
last modified time | relevance | path

Searched refs:last_row (Results 1 – 25 of 1353) sorted by relevance

12345678910>>...55

/dports/www/p5-HTML-Table/HTML-Table-2.08a/lib/HTML/
H A DTable.pm874 if ($self->{tbody}[0]->{last_row}) {
875 …$self->{tbody}[0]->{last_row} = $flags{-rows} if (defined $flags{-rows} && $self->{tbody}[0]->{las…
884 $self->{tbody}[0]->{last_row} = 0;
894 $self->{tbody}[0]->{last_row} = shift || 0;
2692 return $self->{$section}[$section_num]{last_row};
2706 return $last_row;
2740 return $self->{$section}[$section_num]{last_row};
2755 return $last_row;
3507 …$self->{$section}[$section_num]->{last_row} = $count if ($count >$self->{$section}[$section_num]->…
4115 my $last_row = $self->{$section}[$section_num]->{last_row};
[all …]
/dports/x11-toolkits/xbae/xbae-4.60.4/examples/list/
H A Dlist.c90 int last_row; member
114 XbaeMatrixUnhighlightRow(hs->mw, hs->last_row); in cbSelect()
116 hs->last_row = hs->row; in cbSelect()
124 if (0 < hs->last_row) in cbSelect()
125 hs->row = hs->last_row - 1; in cbSelect()
127 else if ((rows-1) > hs->last_row) in cbSelect()
128 hs->row = hs->last_row + 1; in cbSelect()
130 if (hs->row != hs->last_row) in cbSelect()
132 XbaeMatrixUnhighlightRow(hs->mw, hs->last_row); in cbSelect()
134 hs->last_row = hs->row; in cbSelect()
[all …]
H A Dlist2.c95 int last_row; member
119 XbaeMatrixUnhighlightRow(hs->mw, hs->last_row); in cbSelect()
121 hs->last_row = hs->row; in cbSelect()
129 if (0 < hs->last_row) in cbSelect()
130 hs->row = hs->last_row - 1; in cbSelect()
132 else if ((rows-1) > hs->last_row) in cbSelect()
133 hs->row = hs->last_row + 1; in cbSelect()
135 if (hs->row != hs->last_row) in cbSelect()
137 XbaeMatrixUnhighlightRow(hs->mw, hs->last_row); in cbSelect()
139 hs->last_row = hs->row; in cbSelect()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/cuda/
H A Dborder_interpolate.hpp191 return ::min(y, last_row); in idx_row_high()
214 int last_row; member
264 int last_row; member
325 return ::abs(last_row - ::abs(last_row - y)) % (last_row + 1); in idx_row_high()
348 int last_row; member
365 return ::abs(last_row - ::abs(last_row - y)) % (last_row + 1); in idx_row_high()
398 int last_row; member
459 return ::abs(last_row - ::abs(last_row - y) + (y > last_row)) % (last_row + 1); in idx_row_high()
482 int last_row; member
499 return /*::abs*/(last_row - ::abs(last_row - y) + (y > last_row)) /*% (last_row + 1)*/; in idx_row_high()
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/src/mm/
H A Ddbcsr_multiply_api.F42 first_row, last_row, first_column, last_column, first_k, last_k, & argument
50 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
58 first_row, last_row, first_column, last_column, first_k, last_k, &
66 first_row, last_row, first_column, last_column, first_k, last_k, & argument
74 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
106 first_row, last_row, first_column, last_column, first_k, last_k, & argument
114 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
122 first_row, last_row, first_column, last_column, first_k, last_k, &
130 first_row, last_row, first_column, last_column, first_k, last_k, & argument
138 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/mm/
H A Ddbcsr_multiply_api.F42 first_row, last_row, first_column, last_column, first_k, last_k, & argument
50 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
58 first_row, last_row, first_column, last_column, first_k, last_k, &
66 first_row, last_row, first_column, last_column, first_k, last_k, & argument
74 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
109 first_row, last_row, first_column, last_column, first_k, last_k, & argument
117 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
125 first_row, last_row, first_column, last_column, first_k, last_k, &
133 first_row, last_row, first_column, last_column, first_k, last_k, & argument
141 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
[all …]
/dports/textproc/R-cran-readr/readr/src/
H A DReader.cpp95 R_xlen_t last_row = -1; in read() local
134 last_row = t_.row(); in read()
139 if (last_row != -1) { in read()
140 checkColumns(last_row, last_col, collectors_.size()); in read()
151 if (last_row == -1) { in read()
153 } else if ((last_row - first_row) < (n - 1)) { in read()
154 collectorsResize((last_row - first_row) + 1); in read()
157 return last_row - first_row; in read()
218 R_xlen_t last_row = -1; in melt() local
269 last_row = t_.row(); in melt()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dpalm.c284 *last_row, in ReadPALMImage() local
415 last_row=(unsigned char *) NULL; in ReadPALMImage()
426 sizeof(*last_row)); in ReadPALMImage()
488 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
514 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
553 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
733 *last_row, in WritePALMImage() local
878 last_row=(unsigned char *) NULL; in WritePALMImage()
882 sizeof(*last_row)); in WritePALMImage()
894 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in WritePALMImage()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dpalm.c284 *last_row, in ReadPALMImage() local
415 last_row=(unsigned char *) NULL; in ReadPALMImage()
426 sizeof(*last_row)); in ReadPALMImage()
488 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
514 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
553 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
733 *last_row, in WritePALMImage() local
878 last_row=(unsigned char *) NULL; in WritePALMImage()
882 sizeof(*last_row)); in WritePALMImage()
894 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in WritePALMImage()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dpalm.c285 *last_row, in ReadPALMImage() local
423 last_row=(unsigned char *) NULL; in ReadPALMImage()
434 sizeof(*last_row)); in ReadPALMImage()
501 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
524 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
561 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
743 *last_row, in WritePALMImage() local
882 last_row=(unsigned char *) NULL; in WritePALMImage()
886 sizeof(*last_row)); in WritePALMImage()
898 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in WritePALMImage()
[all …]
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dpalm.c285 *last_row, in ReadPALMImage() local
423 last_row=(unsigned char *) NULL; in ReadPALMImage()
434 sizeof(*last_row)); in ReadPALMImage()
501 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
524 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
561 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in ReadPALMImage()
743 *last_row, in WritePALMImage() local
882 last_row=(unsigned char *) NULL; in WritePALMImage()
886 sizeof(*last_row)); in WritePALMImage()
898 last_row=(unsigned char *) RelinquishMagickMemory(last_row); in WritePALMImage()
[all …]
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpage_patedit.c203 int last_row; member
1149 if (selection.last_row < 0) selection.last_row = 0; in normalise_block_selection()
1285 if (selection.last_row >= total_rows)selection.last_row = total_rows-1; in selection_erase()
1314 if (selection.last_row >= total_rows)selection.last_row = total_rows-1; in selection_set_sample()
1353 if (selection.last_row >= total_rows)selection.last_row = total_rows-1; in selection_swap()
1403 if (selection.last_row >= total_rows)selection.last_row = total_rows-1; in selection_set_volume()
1434 if (selection.last_row >= total_rows)selection.last_row = total_rows-1; in selection_slide_volume()
1510 if (selection.last_row >= total_rows)selection.last_row = total_rows-1; in selection_wipe_volume()
1620 if (selection.last_row >= total_rows)selection.last_row = total_rows-1; in selection_vary()
1713 if (selection.last_row >= total_rows)selection.last_row = total_rows-1; in selection_amplify()
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/matrix/
H A Dmatrixcommands.cpp97 int last_row = d_private_obj->rowCount() - 1; in redo() local
107 int last_row = d_private_obj->rowCount() - 1; in undo() local
130 int last_row = d_first + d_count - 1; in redo() local
140 int last_row = d_first + d_count - 1; in undo() local
162 int last_row = d_private_obj->rowCount() - 1; in redo() local
164 d_backups.append(d_private_obj->columnCells(i, 0, last_row)); in redo()
172 int last_row = d_private_obj->rowCount() - 1; in undo() local
174 d_private_obj->setColumnCells(i, 0, last_row, d_backups.at(i)); in undo()
358 int first_row, int last_row, in MatrixSetColumnCellsCmd() argument
364 d_last_row(last_row), in MatrixSetColumnCellsCmd()
[all …]
/dports/databases/p5-DBIx-Skinny-Pager/DBIx-Skinny-Pager-0.11/t/
H A D02-functional.t52 my $last_row;
54 $last_row = $row;
56 is($last_row->name, 10 - 1, "last item name");
80 my $last_row;
82 $last_row = $row;
84 is($last_row->name, 9, "last item name");
108 my $last_row;
110 $last_row = $row;
112 is($last_row->name, 10 - 1, "last item name");
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs/
H A DNGS_ReferenceBlobIterator.c51 int64_t last_row; member
92 ret -> last_row = p_lastRowId; in NGS_ReferenceBlobIteratorMake()
141 return self -> next_row <= self -> last_row; in NGS_ReferenceBlobIteratorHasMore()
158 else if ( self -> next_row <= self -> last_row ) in NGS_ReferenceBlobIteratorNext()
167 …* ret = NGS_ReferenceBlobMake ( ctx, self -> curs, nextRow, self -> ref_start, self -> last_row ) ) in NGS_ReferenceBlobIteratorNext()
183 self -> next_row = self -> last_row + 1; in NGS_ReferenceBlobIteratorNext()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs/
H A DNGS_ReferenceBlobIterator.c51 int64_t last_row; member
92 ret -> last_row = p_lastRowId; in NGS_ReferenceBlobIteratorMake()
141 return self -> next_row <= self -> last_row; in NGS_ReferenceBlobIteratorHasMore()
158 else if ( self -> next_row <= self -> last_row ) in NGS_ReferenceBlobIteratorNext()
167 …* ret = NGS_ReferenceBlobMake ( ctx, self -> curs, nextRow, self -> ref_start, self -> last_row ) ) in NGS_ReferenceBlobIteratorNext()
183 self -> next_row = self -> last_row + 1; in NGS_ReferenceBlobIteratorNext()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_table.c96 *last_row = pd->last_row; in _efl_ui_table_last_position_get()
145 *last_row = row; in _efl_ui_table_last_position_get()
241 pd->last_row = -1; in _efl_ui_table_efl_object_constructor()
575 pd->last_row = -1; in _efl_ui_table_efl_pack_pack_clear()
598 pd->last_row = -1; in _efl_ui_table_efl_pack_unpack_all()
799 int last_col, last_row; in _efl_ui_table_efl_pack_pack() local
811 last_row++; in _efl_ui_table_efl_pack_pack()
813 if (last_row < 0) last_row = 0; in _efl_ui_table_efl_pack_pack()
817 last_row++; in _efl_ui_table_efl_pack_pack()
820 last_row = 0; in _efl_ui_table_efl_pack_pack()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dlscrdec.c45 uint8_t *last_row; member
60 uint8_t *ptr, *last_row; in handle_row() local
64 last_row = s->last_row; in handle_row()
66 last_row = ptr - s->image_linesize; in handle_row()
69 last_row, s->row_size, 3); in handle_row()
188 av_fast_padded_malloc(&s->last_row, &s->last_row_size, s->row_size); in decode_frame_lscr()
189 if (!s->last_row) { in decode_frame_lscr()
239 av_freep(&s->last_row); in lscr_decode_close()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dlscrdec.c45 uint8_t *last_row; member
60 uint8_t *ptr, *last_row; in handle_row() local
64 last_row = s->last_row; in handle_row()
66 last_row = ptr - s->image_linesize; in handle_row()
69 last_row, s->row_size, 3); in handle_row()
188 av_fast_padded_malloc(&s->last_row, &s->last_row_size, s->row_size); in decode_frame_lscr()
189 if (!s->last_row) { in decode_frame_lscr()
239 av_freep(&s->last_row); in lscr_decode_close()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcp_dbcsr_output.F116 IF (PRESENT(last_row)) THEN
117 row2 = MIN(nsgf, last_row)
166 first_row, last_row, first_col, last_col, scale, & argument
220 IF (PRESENT(last_row)) THEN
221 row2 = MIN(dim_row, last_row)
353 INTEGER, INTENT(IN) :: first_row, last_row, first_col, & local
451 IF ((irow >= first_row) .AND. (irow <= last_row)) THEN
466 IF ((irow >= first_row) .AND. (irow <= last_row)) THEN
471 IF ((irow >= first_row) .AND. (irow <= last_row)) THEN
483 IF ((irow >= first_row) .AND. (irow <= last_row)) THEN
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcp_dbcsr_output.F116 IF (PRESENT(last_row)) THEN
117 row2 = MIN(nsgf, last_row)
166 first_row, last_row, first_col, last_col, scale, & argument
220 IF (PRESENT(last_row)) THEN
221 row2 = MIN(dim_row, last_row)
353 INTEGER, INTENT(IN) :: first_row, last_row, first_col, & local
451 IF ((irow >= first_row) .AND. (irow <= last_row)) THEN
466 IF ((irow >= first_row) .AND. (irow <= last_row)) THEN
471 IF ((irow >= first_row) .AND. (irow <= last_row)) THEN
483 IF ((irow >= first_row) .AND. (irow <= last_row)) THEN
[all …]
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/
H A Dcheats.cpp76 return SaveCheat(last_row); in CheckSaveCheat()
144 if (row == last_row) { in OnRowSelected()
148 ui->tableCheats->setCurrentCell(last_row, last_col); in OnRowSelected()
172 last_row = row; in OnRowSelected()
205 last_row = last_col = -1; in OnDeleteCheat()
207 if (last_row >= ui->tableCheats->rowCount()) { in OnDeleteCheat()
208 last_row = ui->tableCheats->rowCount() - 1; in OnDeleteCheat()
210 ui->tableCheats->setCurrentCell(last_row, last_col); in OnDeleteCheat()
212 const auto& current_cheat = cheats[last_row]; in OnDeleteCheat()
248 last_row = row; in OnAddCheat()
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/
H A Dcheats.cpp76 return SaveCheat(last_row); in CheckSaveCheat()
144 if (row == last_row) { in OnRowSelected()
148 ui->tableCheats->setCurrentCell(last_row, last_col); in OnRowSelected()
172 last_row = row; in OnRowSelected()
205 last_row = last_col = -1; in OnDeleteCheat()
207 if (last_row >= ui->tableCheats->rowCount()) { in OnDeleteCheat()
208 last_row = ui->tableCheats->rowCount() - 1; in OnDeleteCheat()
210 ui->tableCheats->setCurrentCell(last_row, last_col); in OnDeleteCheat()
212 const auto& current_cheat = cheats[last_row]; in OnDeleteCheat()
248 last_row = row; in OnAddCheat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_table_rows_collection.cc111 if (HTMLTableRowElement* last_row = in LastRow() local
113 return last_row; in LastRow()
121 if (HTMLTableRowElement* last_row = in LastRow() local
123 return last_row; in LastRow()
131 if (HTMLTableRowElement* last_row = in LastRow() local
133 return last_row; in LastRow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_table_rows_collection.cc111 if (HTMLTableRowElement* last_row = in LastRow() local
113 return last_row; in LastRow()
121 if (HTMLTableRowElement* last_row = in LastRow() local
123 return last_row; in LastRow()
131 if (HTMLTableRowElement* last_row = in LastRow() local
133 return last_row; in LastRow()

12345678910>>...55