Searched refs:startCol (Results 1 – 11 of 11) sorted by relevance
| /plugin/edittable/script/ |
| D | contextmenu.js | 200 var startCol = selection[1]; 203 return startRow === endRow && startCol === endCol;
|
| D | editor.js | 549 var startCol = coords[0].startCol; 554 var missingCols = (startCol + pasteData[0].length) - totalCols;
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn4web.js | 1228 var startCol = PieceCol[MoveColor][thisPiece]+stepCol; 1230 while ((startCol != mvToCol) || (startRow != mvToRow)) { 1231 if (Board[startCol][startRow] !== 0) { return false; } 1232 startCol += stepCol;
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …startCol,endRow,endCol){return datamap.getCopyableText(new _src.CellCoords(startRow,startCol),new …
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 15673 this.getCopyableText = function (startRow, startCol, endRow, endCol) { 15674 …return datamap.getCopyableText(new _src.CellCoords(startRow, startCol), new _src.CellCoords(endRow… 34326 var startCol = Math.min(start.col, end.col); 34336 newRow = row.slice(startCol, endCol + 1); 34340 (0, _number.rangeEach)(startCol, endCol, function (column) { 41413 var startCol = topLeft.col; 41417 var finalEndCol = Math.min(endCol, startCol + this.columnsLimit - 1); 41423 startCol: startCol, property 41435 …this.hot.runHooks('afterCopyLimit', endRow - startRow + 1, endCol - startCol + 1, this.rowsLimit, … 41463 (0, _number.rangeEach)(range.startCol, range.endCol, function (column) { [all …]
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 13990 var startCol = seg.leftCol; 14005 if (startCol > 0) { 14008 new Array(startCol + 1).join('<td></td>')); 14010 trEl.append(seg.el.attr('colspan', endCol - startCol));
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 35 …startCol,e.endCol,function(e){-1===r.indexOf(e)&&r.push(e)})}),(0,a.arrayEach)(o,function(e){var o…
|
| /plugin/codemirror/dist/ |
| D | scripts.min.js.map | 1 …startCol","posCol","oldRange","ranges$1","bidiSimplify","editorSize","counter","curCount","move","…
|
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js.map | 1 …startCol = Math.min(a.col, b.col), endCol = Math.max(a.col, b.col);\n for(let i = startLine…
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js.map | 1 …startCol = Math.min(a.col, b.col), endCol = Math.max(a.col, b.col);\n for(let i = startLine…
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js.map | 1 …startCol = Math.min(a.col, b.col), endCol = Math.max(a.col, b.col);\n for(let i = startLine…
|