Home
last modified time | relevance | path

Searched refs:numCols (Results 1 – 6 of 6) sorted by relevance

/plugin/prosemirror/parser/
DTableNode.php10 protected $numCols; variable in dokuwiki\\plugin\\prosemirror\\parser\\TableNode
30 $this->numCols = $this->tableRows[0]->countCols();
40 return $this->numCols;
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/js/
DdataTables.fixedColumns.js197 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());
/plugin/tablelayout/script/
Dtablelayout_functions.js58 var numCols = exports.getNumberOfTableCols($table);
60 for (var i = 0; i < numCols; i += 1) {
69 if (colwidths.length === numCols) {
/plugin/table2csv/
DgetTableData.php38 $numCols = $numHeadings;
47 $csv_data .= strput2csv($mycells[$row_index], $numCols-1);
/plugin/lvhpacket/
Dsyntax.php205 $numCols = ($packetSize)*8;
396 …= array($state, $this->name, $nameRow, $descriptionRow, $sizeRow, $formatRows, $details, $numCols);
/plugin/sqlraw/
Dsyntax.php507 $numCols = $numHeadings;
508 $numCols = $colCount;
534 $csv_data .= $this->_strputcsv($mycells[$row_index], $numCols-1);