Home
last modified time | relevance | path

Searched refs:totalRows (Results 151 – 175 of 574) sorted by relevance

12345678910>>...23

/dports/net/grpcurl/grpcurl-1.8.5/vendor/cloud.google.com/go/bigquery/
H A Diterator.go154 it.TotalRows = res.totalRows
164 totalRows uint64 member
219 totalRows: uint64(res.TotalRows),
/dports/sysutils/terraform/google-cloud-go-storage-v1.10.0/bigquery/
H A Diterator.go154 it.TotalRows = res.totalRows
164 totalRows uint64 member
219 totalRows: uint64(res.TotalRows),
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_table.cpp1504 int totalRows = grid.size(); in calcRowHeight() local
1507 rowPos.resize(totalRows + 1); in calcRowHeight()
1614 int totalRows = grid.size(); in layoutRows() local
1626 if (toAdd && totalRows && (rowPos[totalRows] || !nextSibling())) { in layoutRows()
1692 if (dh > totalRows) { in layoutRows()
1817 m_height = rowPos[totalRows]; in layoutRows()
1965 if (totalRows >= 8) { in findRowCover()
1990 if (endrow > totalRows) { in findRowCover()
1991 endrow = totalRows; in findRowCover()
2188 rowPos[totalRows] += dy; in addSpaceAt()
[all …]
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/EditRowPlugin/
H A DTable.pm138 if ( $heads < $this->totalRows() ) {
144 if ( $tails < $this->totalRows() ) {
257 if ( $editing && $this->totalRows() == 0 ) {
543 my $end = $this->totalRows() - $this->getFooterRows();
668 $this->addRow( $this->totalRows() );
684 : $this->totalRows() + $urps->{erp_row};
796 my $sz = $this->totalRows();
H A DTableParser.pm55 if ( !$t->totalRows() ) {
76 while ($i < $t->totalRows()
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Controllers/Database/
H A DCentralColumnsController.php157 $totalRows = (int) $params['total_rows'];
159 $totalRows = $this->centralColumns->getCount($this->db);
169 $totalRows,
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DPerformanceEvaluation.java397 int jump = opts.totalRows / opts.presplitRegions; in getSplits()
528 int perClientRows = (opts.totalRows / opts.numClientThreads); in writeInputFile()
592 int totalRows = DEFAULT_ROWS_PER_GB; field in PerformanceEvaluation.TestOptions
633 this.totalRows = that.totalRows; in TestOptions()
743 public void setTotalRows(int totalRows) { in setTotalRows() argument
744 this.totalRows = totalRows; in setTotalRows()
848 return totalRows; in getTotalRows()
983 everyN = (int) (opts.totalRows / (opts.totalRows * opts.sampleRate)); in Test()
1387 byte[] row = getRandomRow(this.rand, opts.totalRows); in testRow()
2085 opts.totalRows = (int) opts.size * rowsPerGB; in parseOpts()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Documentation/markdown/ReadingSpreadsheetFiles/
H A D07-Helper-Methods.md39 echo 'Rows: ', $worksheet['totalRows'],
42 $worksheet['lastColumnLetter'], $worksheet['totalRows'];
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Documentation/markdown/ReadingSpreadsheetFiles/
H A D07-Helper-Methods.md39 echo 'Rows: ', $worksheet['totalRows'],
42 $worksheet['lastColumnLetter'], $worksheet['totalRows'];
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DNormalization.php927 $totalRows = $totalRowsRes[0];
951 $totalRows
992 * @param integer $totalRows total distinct rows count of the table
1002 $totalRows argument
1013 if ($totalRows && $totalRows == $pkCnt) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/SegmentPlugin/
H A DDAO.php202 $totalRows = $this->dbCommand->queryOne('SELECT FOUND_ROWS()');
204 return [$totalRows, $subscribers];
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/liner/
H A Dline.go159 totalRows := (totalColumns + s.columns - 1) / s.columns
161 if totalRows > s.maxRows {
162 s.maxRows = totalRows
200 totalRows++
201 if totalRows > s.maxRows {
202 s.maxRows = totalRows
208 if s.cursorRows > 0 && totalRows-cursorRows > 0 {
209 s.moveUp(totalRows - cursorRows)
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/pgmodel/ingestor/
H A Ddispatcher.go246 totalRows := uint64(len(metadata))
252 if totalRows != insertedRows {
253 …"failed to insert all metadata: inserted %d rows out of %d rows in total", insertedRows, totalRows)
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DNormalization.php1002 $totalRows = $totalRowsRes[0];
1029 $totalRows
1072 * @param int $totalRows total distinct rows count of the table
1082 $totalRows argument
1094 return $totalRows && $totalRows == $pkCnt;
/dports/www/moodle311/moodle/lib/google/src/Google/Service/
H A DBigquery.php1474 public $totalRows; variable in Google_Service_Bigquery_GetQueryResultsResponse
1557 public function setTotalRows($totalRows) argument
1559 $this->totalRows = $totalRows;
1563 return $this->totalRows;
2834 public $totalRows; variable in Google_Service_Bigquery_QueryResponse
2909 public function setTotalRows($totalRows) argument
2911 $this->totalRows = $totalRows;
2915 return $this->totalRows;
3284 public $totalRows; variable in Google_Service_Bigquery_TableDataList
3321 $this->totalRows = $totalRows;
[all …]
/dports/www/moodle310/moodle/lib/google/src/Google/Service/
H A DBigquery.php1474 public $totalRows; variable in Google_Service_Bigquery_GetQueryResultsResponse
1557 public function setTotalRows($totalRows) argument
1559 $this->totalRows = $totalRows;
1563 return $this->totalRows;
2834 public $totalRows; variable in Google_Service_Bigquery_QueryResponse
2909 public function setTotalRows($totalRows) argument
2911 $this->totalRows = $totalRows;
2915 return $this->totalRows;
3284 public $totalRows; variable in Google_Service_Bigquery_TableDataList
3321 $this->totalRows = $totalRows;
[all …]
/dports/www/moodle39/moodle/lib/google/src/Google/Service/
H A DBigquery.php1474 public $totalRows; variable in Google_Service_Bigquery_GetQueryResultsResponse
1557 public function setTotalRows($totalRows) argument
1559 $this->totalRows = $totalRows;
1563 return $this->totalRows;
2834 public $totalRows; variable in Google_Service_Bigquery_QueryResponse
2909 public function setTotalRows($totalRows) argument
2911 $this->totalRows = $totalRows;
2915 return $this->totalRows;
3284 public $totalRows; variable in Google_Service_Bigquery_TableDataList
3321 $this->totalRows = $totalRows;
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/peterh/liner/
H A Dline.go165 totalRows := (totalColumns + s.columns - 1) / s.columns
167 if totalRows > s.maxRows {
168 s.maxRows = totalRows
206 totalRows++
207 if totalRows > s.maxRows {
208 s.maxRows = totalRows
214 if s.cursorRows > 0 && totalRows-cursorRows > 0 {
215 s.moveUp(totalRows - cursorRows)
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/vendor/github.com/peterh/liner/
H A Dline.go159 totalRows := (totalColumns + s.columns - 1) / s.columns
161 if totalRows > s.maxRows {
162 s.maxRows = totalRows
200 totalRows++
201 if totalRows > s.maxRows {
202 s.maxRows = totalRows
208 if s.cursorRows > 0 && totalRows-cursorRows > 0 {
209 s.moveUp(totalRows - cursorRows)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/peterh/liner/
H A Dline.go165 totalRows := (totalColumns + s.columns - 1) / s.columns
167 if totalRows > s.maxRows {
168 s.maxRows = totalRows
206 totalRows++
207 if totalRows > s.maxRows {
208 s.maxRows = totalRows
214 if s.cursorRows > 0 && totalRows-cursorRows > 0 {
215 s.moveUp(totalRows - cursorRows)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/peterh/liner/
H A Dline.go159 totalRows := (totalColumns + s.columns - 1) / s.columns
161 if totalRows > s.maxRows {
162 s.maxRows = totalRows
200 totalRows++
201 if totalRows > s.maxRows {
202 s.maxRows = totalRows
208 if s.cursorRows > 0 && totalRows-cursorRows > 0 {
209 s.moveUp(totalRows - cursorRows)
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dtestutils_test.go118 func withExactRowCount(totalRows int64) constraintOption {
123 expectedValue: totalRows,
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dtestutils_test.go118 func withExactRowCount(totalRows int64) constraintOption {
123 expectedValue: totalRows,
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dtestutils_test.go118 func withExactRowCount(totalRows int64) constraintOption {
123 expectedValue: totalRows,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dlogs_panel.ts91 private totalRows():
110 const {isStale, total, offset, count} = this.totalRows();

12345678910>>...23