Searched refs:endCol (Results 1 – 10 of 10) sorted by relevance
37 public $endCol = null, $endLine = null, $endArmor = array(); variable in HTMLPurifier_Node_Element53 …$end = new HTMLPurifier_Token_End($this->name, array(), $this->endLine, $this->endCol, $this->endA…
202 var endCol = selection[3];203 return startRow === endRow && startCol === endCol;
24 $r->endCol = $token->col;
7670 var emptyCellsUntil = function (endCol) {7671 while (col < endCol) {13732 function emptyCellsUntil(endCol) {13733 while (col < endCol) {13991 var endCol = seg.rightCol + 1;14010 trEl.append(seg.el.attr('colspan', endCol - startCol));14011 if (endCol < colCnt) {14014 new Array(colCnt - endCol + 1).join('<td></td>'));
15447 …this.populateFromArray = function (row, col, input, endRow, endCol, source, method, direction, del…15453 c = typeof endRow === 'number' ? new _src.CellCoords(endRow, endCol) : null;15673 this.getCopyableText = function (startRow, startCol, endRow, endCol) {15674 …amap.getCopyableText(new _src.CellCoords(startRow, startCol), new _src.CellCoords(endRow, endCol));17114 this.selectCell = function (row, col, endRow, endCol, scrollToCell, changeListener) {17129 if (typeof endCol !== 'number' || endCol < 0 || endCol >= instance.countCols()) {17143 selection.setRangeEnd(new _src.CellCoords(endRow, endCol), scrollToCell);34328 var endCol = Math.max(start.col, end.col);34336 newRow = row.slice(startCol, endCol + 1);34340 (0, _number.rangeEach)(startCol, endCol, function (column) {[all …]
1 …endCol,source,method,direction,deltas){var c;if(!((typeof input==='undefined'?'undefined':_typeof(…
35 …endCol,function(e){-1===r.indexOf(e)&&r.push(e)})}),(0,a.arrayEach)(o,function(e){var o=[];(0,a.ar…
1 …endCol = Math.max(a.col, b.col);\n for(let i = startLine; i <= endLine; i++){\n …