Searched refs:numCols (Results 1 – 6 of 6) sorted by relevance
10 protected $numCols; variable in dokuwiki\\plugin\\prosemirror\\parser\\TableNode30 $this->numCols = $this->tableRows[0]->countCols();40 return $this->numCols;
197 var numCols = this.s.dt.columns().data().toArray().length;209 for (var i = 0; i < numCols; i++) {231 while (prevIdx + 1 < numCols) {290 for (var i = numCols - 1; i >= 0; i--) {306 if (i + rightInvisibles >= numCols - this.c.right) {310 if (i + 1 + rightInvisibles < numCols) {314 while (prevIdx + 1 < numCols) {485 var numCols = _this.s.dt.columns().data().toArray().length;488 var leftMost = $$1(_this.s.dt.column(numCols - _this.c.right).header());
58 var numCols = exports.getNumberOfTableCols($table);60 for (var i = 0; i < numCols; i += 1) {69 if (colwidths.length === numCols) {
38 $numCols = $numHeadings;47 $csv_data .= strput2csv($mycells[$row_index], $numCols-1);
205 $numCols = ($packetSize)*8; 396 …= array($state, $this->name, $nameRow, $descriptionRow, $sizeRow, $formatRows, $details, $numCols);
507 $numCols = $numHeadings;508 $numCols = $colCount;534 $csv_data .= $this->_strputcsv($mycells[$row_index], $numCols-1);