Home
last modified time | relevance | path

Searched refs:rowCount (Results 26 – 32 of 32) sorted by relevance

12

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php405 return $stmt->rowCount() === 1;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php400 return $stmt->rowCount() === 1;
/plugin/bez/mdl/
H A DThread.php386 if ($r->rowCount() != 1) {
/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);
/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/imagecarousel/vendor/slick/
H A Dslick.min.js17 …!1,e.hidden="hidden",e.paused=!1,e.positionProp=null,e.respondTo=null,e.rowCount=1,e.shouldClick=!…
/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 …]

12