Searched refs:colCount (Results 1 – 7 of 7) sorted by relevance
| /plugin/sqlraw/ |
| D | test2.php | 28 $colCount = 0; 45 if ($tempColCount > $colCount) $colCount = $tempColCount; 54 array_push($mdTable, array_fill(0, $colCount, NULL));
|
| D | syntax.php | 29 var $colCount = 0; variable in syntax_plugin_sqlraw 286 global $colCount; 367 $colCount=0; 372 $colCount++; 417 global $colCount; 468 $csv_data .= $this->_strputcsv($row, $colCount-1); 508 $numCols = $colCount; 563 global $colCount; 565 $colCount = 0; 593 if ($tempColCount > $colCount) $colCount = $tempColCount; [all …]
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 5807 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), 5821 this.createParent(this.createVertex(null, null, '', 0, 0, colCount * w, h, rowStyle), 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); 5884 var row = this.createVertex(null, null, '', 0, t, colCount * w + t, h, rowStyle); 5886 '', t, 0, w, h, firstCellStyle), colCount, w, 0)); 5894 colCount, w, 0), rowCount - 1, 0, h);
|
| /plugin/prosemirror/lib/ |
| D | bundle.js | 1 …colCount=function(e){for(var t=0;t<this.map.length;t++)if(this.map[t]==e)return t%this.width;throw…
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 1243 var colCount = arr[0].length; 1246 for (var j = 0; j < colCount; j++) { 14383 var colCount = instance.countCols(); 14385 if (rowCount === 0 || colCount === 0) { 14413 if (fromCol > colCount - 1) { 14414 fromCol = colCount - 1; 14420 } else if (toCol > colCount - 1) { 14421 toCol = colCount - 1; 17559 var colCount = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 4; 17568 for (j = 0; j < colCount; j++) { [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …colCount=arr[0].length;for(var i=0;i<rowCount;i++){for(var j=0;j<colCount;j++){if(!pivotedArr[j]){…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …colCount:v.filter(y.isVisible).length,dimensions:v,tickDistance:m.tickDistance,unitToColor:S(p),li…
|