| /plugin/prosemirror/parser/ |
| D | TableRowNode.php | 27 for ($colIndex = 1; $colIndex <= $numColsInTable; $colIndex += $colSpan) { 28 if (!empty($rowSpans[$colIndex])) { 30 --$rowSpans[$colIndex]; 41 $rowSpans[$colIndex + $colSpanIndex] = $rowSpan - 1;
|
| /plugin/tablelayout/script/ |
| D | tablelayout_functions.js | 169 var colIndex = 0; 171 colIndex += this.colSpan; 176 if ($rowCells.length === colIndex) { 179 $rowCells.eq(colIndex).before($cell.clone(true, true));
|
| D | script.js | 84 var colIndex = $this.closest('td,th').prevAll('td,th').length; 85 … var sortedRows = window.tablelayout.sortTable($rowsToBeSorted.detach(), colIndex, sortDirection);
|
| /plugin/fckg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 166 colIndex = FCKDragTableHandler._GetResizeBarPosition() ; 169 colIndex-- ; 172 colArray[colIndex].width += deltaX ; 173 colArray[colIndex + 1].width -= deltaX ;
|
| /plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 164 colIndex = FCKDragTableHandler._GetResizeBarPosition() ; 167 colIndex-- ; 170 colArray[colIndex].width += deltaX ; 171 colArray[colIndex + 1].width -= deltaX ;
|
| /plugin/searchtablejs/TableFilter_EN/ |
| D | tablefilter.js | 803 var colIndex = t.tf_colOperation["col"]; 809 && (typeof colIndex).toLowerCase()=="object" 818 for(var k=0; k<colIndex.length; k++)//this retrieves col values 820 colvalues.push( getColValues(id,colIndex[k],true) );
|
| /plugin/searchtablejs/ |
| D | tablefilter.js | 803 var colIndex = t.tf_colOperation["col"]; 809 && (typeof colIndex).toLowerCase()=="object" 818 for(var k=0; k<colIndex.length; k++)//this retrieves col values 820 colvalues.push( getColValues(id,colIndex[k],true) );
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 72427 for (var colIndex = 0; colIndex < row.length; colIndex++) { 72428 var cell = row[colIndex]; 72437 setBorder(rowIndex + rowOffset, colIndex, 0, cell.border[0]); 72442 setBorder(rowIndex + rowOffset, colIndex + colSpan - 1, 2, cell.border[2]); 72449 setBorder(rowIndex, colIndex + colOffset, 1, cell.border[1]); 72454 setBorder(rowIndex + rowSpan - 1, colIndex + colOffset, 3, cell.border[3]); 72462 function setBorder(rowIndex, colIndex, borderIndex, borderValue) { 72463 var cell = body[rowIndex][colIndex]; 72745 var colIndex = xs[i].index; 72748 if (colIndex < body[rowIndex].length) { [all …]
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 13166 var colIndex = colCoordCache.getHorizontalIndex(leftOffset); 13168 if (colIndex != null && slatIndex != null) { 13177 col: colIndex, 13180 left: colCoordCache.getLeftOffset(colIndex), 13181 right: colCoordCache.getRightOffset(colIndex),
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 8053 var upper, lower, colIndex; 8057 colIndex = Math.floor(gantt.columnIndexByDate(date)); 8059 if (!scale.trace_x[colIndex]) { 8060 colIndex -= 1;// end of time scale 8062 colIndex = 0; 8065 lower = new Date(scale.trace_x[colIndex]); 8068 colIndex = Math.floor(gantt.columnIndexByDate(date)); 8071 if (scale.trace_x[colIndex]) { 8072 upper = gantt.date[unit + "_start"](scale.trace_x[colIndex]);// end of time scale
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 47202 for (var colIndex = 0; colIndex < colCount; colIndex++) { 47203 var cellData = instance.getDataAtCell(rowIndex, colIndex); 47204 var cellProperties = instance.getCellMeta(rowIndex, colIndex); 47212 col: colIndex, 47220 cellCallback(instance, rowIndex, colIndex, cellData, testResult);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …colIndex=0;colIndex<colCount;colIndex++){var cellData=instance.getDataAtCell(rowIndex,colIndex);va…
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| D | dmn-modeler.production.min.js | 191 …colIndex:o},key:i.id,row:e,col:n[o]}))),this.slotFills({type:"cell",context:{cellType:"after-rule-… property
|
| D | dmn-viewer.production.min.js | 16 …=>this.slotFill({type:"cell",context:{cellType:"rule",cell:i,rowIndex:t,colIndex:r},key:i.id,row:e… property
|
| D | dmn-navigated-viewer.production.min.js | 16 …=>this.slotFill({type:"cell",context:{cellType:"rule",cell:i,rowIndex:t,colIndex:r},key:i.id,row:e… property
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 3817 value: function getColumn(colIndex) { 3818 var column = this.table.columns[colIndex]; 3819 return new Column(this, column, colIndex); 3823 value: function addColumn(column, values, colIndex) { 3828 if (colIndex === undefined) { 3834 this.table.columns.splice(colIndex, 0, column); 3836 row.splice(colIndex, 0, values[i]); 3842 value: function removeColumns(colIndex) { 3846 this.table.columns.splice(colIndex, count); 3848 row.splice(colIndex, count);
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 16927 var colIndex = xs[i].index; 16928 var fillColor= this.tableNode.table.body[rowIndex][colIndex].fillColor; 16930 var wBorder = this.layout.vLineWidth(colIndex, this.tableNode);
|
| D | pdfmake.min.js.map | 1 …colIndex","wBorder","xf","yf","hLineWhenBroken","headerRepeatable","PDFDocument","PDFObject","PDFP…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js.map | 1 …colIndex","steps","correctTaskWorkTime","work_time","correct_work_time","getClosestWorkTime","cale…
|