Home
last modified time | relevance | path

Searched refs:totalRows (Results 1 – 8 of 8) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php742 public $totalRows; variable in Google_GetQueryResultsResponse
792 public function setTotalRows( $totalRows) { argument
793 $this->totalRows = $totalRows;
796 return $this->totalRows;
1648 public $totalRows; variable in Google_QueryResponse
1698 public function setTotalRows( $totalRows) { argument
1699 $this->totalRows = $totalRows;
1702 return $this->totalRows;
1821 public $totalRows; variable in Google_TableDataList
1848 $this->totalRows = $totalRows;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DSearchUserActivityResponse.php33 public $totalRows; variable in Google\\Service\\AnalyticsReporting\\SearchUserActivityResponse
74 public function setTotalRows($totalRows) argument
76 $this->totalRows = $totalRows;
83 return $this->totalRows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DGetQueryResultsResponse.php62 public $totalRows; variable in Google\\Service\\Bigquery\\GetQueryResultsResponse
221 public function setTotalRows($totalRows) argument
223 $this->totalRows = $totalRows;
230 return $this->totalRows;
H A DQueryResponse.php62 public $totalRows; variable in Google\\Service\\Bigquery\\QueryResponse
235 public function setTotalRows($totalRows) argument
237 $this->totalRows = $totalRows;
244 return $this->totalRows;
H A DTableDataList.php40 public $totalRows; variable in Google\\Service\\Bigquery\\TableDataList
101 public function setTotalRows($totalRows) argument
103 $this->totalRows = $totalRows;
110 return $this->totalRows;
/plugin/edittable/lib/
H A Dhandsontable.full.js14864 totalRows,
14929 totalRows,
24659 totalRows: totalRows,
24714 var totalRows = priv.totalRows;
26515 totalRows = _getVariables2.totalRows,
26555 totalRows = _getVariables3.totalRows,
26601 totalRows = _getVariables4.totalRows;
26742 totalRows: totalRows,
32205 if (totalRows) {
33919 var physicRow = (totalRows + index) % totalRows;
[all …]
/plugin/edittable/script/
H A Deditor.js550 var totalRows = this.countRows();
553 var missingRows = (startRow + pasteData.length) - totalRows;
/plugin/rater/scripts/
H A Djquery.tablesorter.js254 var totalRows = (table.tBodies[0] && table.tBodies[0].rows.length) || 0,
262 for (var i = 0; i < totalRows; ++i) {
288 benchmark("Building cache for " + totalRows + " rows:", cacheTime);
331 totalRows = n.length,
337 for (var i = 0; i < totalRows; i++) {
726 … var totalRows = ($this[0].tBodies[0] && $this[0].tBodies[0].rows.length) || 0;
727 if (!this.sortDisabled && totalRows > 0) {