Home
last modified time | relevance | path

Searched refs:totalRows (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
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/
DTableDataList.php40 public $totalRows; variable in Google\\Service\\Bigquery\\TableDataList
101 public function setTotalRows($totalRows) argument
103 $this->totalRows = $totalRows;
110 return $this->totalRows;
DGetQueryResultsResponse.php62 public $totalRows; variable in Google\\Service\\Bigquery\\GetQueryResultsResponse
221 public function setTotalRows($totalRows) argument
223 $this->totalRows = $totalRows;
230 return $this->totalRows;
DQueryResponse.php62 public $totalRows; variable in Google\\Service\\Bigquery\\QueryResponse
235 public function setTotalRows($totalRows) argument
237 $this->totalRows = $totalRows;
244 return $this->totalRows;
/plugin/authgoogle/google/contrib/
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
1847 public function setTotalRows( $totalRows) { argument
[all …]
/plugin/rater/scripts/
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) {
/plugin/edittable/script/
Deditor.js550 var totalRows = this.countRows();
553 var missingRows = (startRow + pasteData.length) - totalRows;
/plugin/edittable/lib/
Dhandsontable.full.js7038 var totalRows = this.instance.countRows();
7047 …} else if (this.instance.getSettings().fixedRowsBottom && this.row >= totalRows - this.instance.ge…
14284 var totalRows = instance.countRows();
14291 if (fixedRowsBottom && index >= totalRows - fixedRowsBottom) {
14864 totalRows,
14870 totalRows = instance.countRows();
14874 if (priv.selRange.highlight.row + rowDelta > totalRows - 1) {
14875 …minSpareRows > 0 && !(fixedRowsBottom && priv.selRange.highlight.row >= totalRows - fixedRowsBotto…
14876 instance.alter('insert_row', totalRows);
14877 totalRows = instance.countRows();
[all …]
/plugin/zwidoku/files/
H A Djs.js1totalRows=this.instance.countRows();var section='';if(this.row<this.instance.getSettings().fixedRo…
/plugin/jsontable/script/
Dhandsontable.full.min.js29totalRows:o,rowHeightFn:r,overrideFn:a,onlyFullyVisible:s,horizontalScrollbarHeight:l}),this.count… property
35 …w},stretchH:function(){return n.settings.stretchH},data:e.getDataAtCell,totalRows:function(){retur…