Searched refs:totalRows (Results 1 – 8 of 8) sorted by relevance
33 public $totalRows; variable in Google\\Service\\AnalyticsReporting\\SearchUserActivityResponse74 public function setTotalRows($totalRows) argument76 $this->totalRows = $totalRows;83 return $this->totalRows;
40 public $totalRows; variable in Google\\Service\\Bigquery\\TableDataList101 public function setTotalRows($totalRows) argument103 $this->totalRows = $totalRows;110 return $this->totalRows;
62 public $totalRows; variable in Google\\Service\\Bigquery\\GetQueryResultsResponse221 public function setTotalRows($totalRows) argument223 $this->totalRows = $totalRows;230 return $this->totalRows;
62 public $totalRows; variable in Google\\Service\\Bigquery\\QueryResponse235 public function setTotalRows($totalRows) argument237 $this->totalRows = $totalRows;244 return $this->totalRows;
742 public $totalRows; variable in Google_GetQueryResultsResponse792 public function setTotalRows( $totalRows) { argument793 $this->totalRows = $totalRows;796 return $this->totalRows;1648 public $totalRows; variable in Google_QueryResponse1698 public function setTotalRows( $totalRows) { argument1699 $this->totalRows = $totalRows;1702 return $this->totalRows;1821 public $totalRows; variable in Google_TableDataList1848 $this->totalRows = $totalRows;[all …]
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) {
550 var totalRows = this.countRows();553 var missingRows = (startRow + pasteData.length) - totalRows;
14864 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 …]