| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/ |
| D | SearchUserActivityResponse.php | 33 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/ |
| D | TableDataList.php | 40 public $totalRows; variable in Google\\Service\\Bigquery\\TableDataList 101 public function setTotalRows($totalRows) argument 103 $this->totalRows = $totalRows; 110 return $this->totalRows;
|
| D | GetQueryResultsResponse.php | 62 public $totalRows; variable in Google\\Service\\Bigquery\\GetQueryResultsResponse 221 public function setTotalRows($totalRows) argument 223 $this->totalRows = $totalRows; 230 return $this->totalRows;
|
| D | QueryResponse.php | 62 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/ |
| D | Google_BigqueryService.php | 742 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/ |
| D | jquery.tablesorter.js | 254 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/ |
| D | editor.js | 550 var totalRows = this.countRows(); 553 var missingRows = (startRow + pasteData.length) - totalRows;
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 7038 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 D | js.js | 1 …totalRows=this.instance.countRows();var section='';if(this.row<this.instance.getSettings().fixedRo…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 29 …totalRows: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…
|