Home
last modified time | relevance | path

Searched refs:rowCount (Results 1 – 25 of 32) sorted by last modified time

12

/plugin/sqlite/
H A DSQLiteDB.php191 $count = $stmt->rowCount();
264 $success = $stm->rowCount();
H A Dhelper.php349 return $res->rowCount();
/plugin/bez/mdl/
H A DThread.php387 if ($r->rowCount() != 1) {
/plugin/sql/
H A DDB.php12 return $this->rowCount();
115 return $statement->rowCount();
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js25820 this.rowCount = 0;
25877 if (this.formatterOptions.alwaysWriteHeaders && this.rowCount === 0) {
25970 var rowCount = this.rowCount;
25971 this.rowCount += 1;
25973 if (rowCount) {
26273 _this.rowCount = 0;
26406 _this2.rowCount += 1;
26408 var nextRowCount = _this2.rowCount;
26411 _this2.rowCount -= 1;
26468 _this3.rowCount -= 1;
[all …]
/plugin/sql2wiki/action/
H A Dsqlite.php109 if ($event->data['stmt']->rowCount() == 0) return; // ignore select queries
/plugin/edittable/lib/
H A Dhandsontable.full.js1242 var rowCount = arr.length;
1245 for (var i = 0; i < rowCount; i++) {
14382 var rowCount = instance.countRows();
14397 if (fromRow > rowCount - 1) {
14398 fromRow = rowCount - 1;
14405 toRow = rowCount - 1;
27998 while (rowCount) {
27999 rowCount--;
46641 var rowCount = this.countRows();
46643 for (var r = 0; r < rowCount; r++) {
[all …]
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php150 echo "Total records found: " . $result->rowCount() . "\n";
152 $total = $result->rowCount();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php176 return $stmt->rowCount() === 1;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php400 return $stmt->rowCount() === 1;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DSecondDerivativeElevationGrid.php25 public $rowCount; variable in Google\\Service\\SemanticTile\\SecondDerivativeElevationGrid
51 public function setRowCount($rowCount) argument
53 $this->rowCount = $rowCount;
57 return $this->rowCount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDoubleclicksearch.php92 'rowCount' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DPivotHeader.php28 public $rowCount; variable in Google\\Service\\AnalyticsData\\PivotHeader
47 public function setRowCount($rowCount) argument
49 $this->rowCount = $rowCount;
56 return $this->rowCount;
H A DRunReportResponse.php42 public $rowCount; variable in Google\\Service\\AnalyticsData\\RunReportResponse
149 public function setRowCount($rowCount) argument
151 $this->rowCount = $rowCount;
158 return $this->rowCount;
H A DRunRealtimeReportResponse.php40 public $rowCount; variable in Google\\Service\\AnalyticsData\\RunRealtimeReportResponse
133 public function setRowCount($rowCount) argument
135 $this->rowCount = $rowCount;
142 return $this->rowCount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReport.php42 public $rowCount; variable in Google\\Service\\Doubleclicksearch\\Report
129 public function setRowCount($rowCount) argument
131 $this->rowCount = $rowCount;
138 return $this->rowCount;
H A DReportRequest.php54 public $rowCount; variable in Google\\Service\\Doubleclicksearch\\ReportRequest
199 public function setRowCount($rowCount) argument
201 $this->rowCount = $rowCount;
208 return $this->rowCount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DSpriteSheet.php49 public $rowCount; variable in Google\\Service\\Transcoder\\SpriteSheet
154 public function setRowCount($rowCount) argument
156 $this->rowCount = $rowCount;
163 return $this->rowCount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DReportData.php42 public $rowCount; variable in Google\\Service\\AnalyticsReporting\\ReportData
129 public function setRowCount($rowCount) argument
131 $this->rowCount = $rowCount;
138 return $this->rowCount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2TableDataProfile.php92 public $rowCount; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2TableDataProfile
381 public function setRowCount($rowCount) argument
383 $this->rowCount = $rowCount;
390 return $this->rowCount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DGridProperties.php45 public $rowCount; variable in Google\\Service\\Sheets\\GridProperties
124 public function setRowCount($rowCount) argument
126 $this->rowCount = $rowCount;
133 return $this->rowCount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/Resource/
H A DConversion.php43 * @param int $rowCount The number of conversions to return per call.
56 …public function get($agencyId, $advertiserId, $engineAccountId, $endDate, $rowCount, $startDate, $… argument
58 …neAccountId' => $engineAccountId, 'endDate' => $endDate, 'rowCount' => $rowCount, 'startDate' => $…
/plugin/strata/driver/
H A Dmysql.php30 return $this->_db->query("SHOW TABLES LIKE 'data'")->rowCount() != 0;
H A Dpgsql.php33 return $this->_db->query("SELECT * FROM pg_tables WHERE schemaname = 'public' AND tablename = 'data'")->rowCount() != 0;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js5807 Graph.prototype.createTable = function(rowCount, colCount, w, h, title, startSize, tableStyle, rowS… argument
5820 0, 0, colCount * w, rowCount * h + ((title != null) ? startSize : 0), tableStyle),
5823 colCount, w, 0), rowCount, 0, h);
5860 Graph.prototype.createCrossFunctionalSwimlane = function(rowCount, colCount, w, h, title, tableStyl… argument
5878 colCount * w, rowCount * h, tableStyle);
5888 if (rowCount > 1)
5894 colCount, w, 0), rowCount - 1, 0, h);

12