Lines Matching refs:end

5275     end: selRange.getBottomRightCorner()
12739 var end = format.indexOf('}');
12740 if (end === -1) {
12743 prefix = format.slice(1, end);
12744 format = format.slice(end + 1);
14453 …populateFromArray: function populateFromArray(start, input, end, source, method, direction, deltas…
14473 row: end === null ? null : end.row,
14474 col: end === null ? null : end.col
14481 repeatCol = end ? end.col - start.col + 1 : 0;
14482 repeatRow = end ? end.row - start.row + 1 : 0;
14503 repeatCol = end ? end.col - start.col + 1 : 0;
14504 repeatRow = end ? end.row - start.row + 1 : 0;
14530 row: end && start ? end.row - start.row + 1 : 1,
14531 col: end && start ? end.col - start.col + 1 : 1
14550 var rowSelectionLength = end ? end.row - start.row + 1 : 0;
14552 if (end) {
14558 …if (end && current.row > end.row && rowSelectionLength > rowInputLength || !priv.settings.allowIns…
14563 var colSelectionLength = end ? end.col - start.col + 1 : 0;
14565 if (end) {
14583 …if (end && current.col > end.col && colSelectionLength > colInputLength || !priv.settings.allowIns…
22278 var end = endPosition === undefined ? len : Math.min(toLength(endPosition), len);
22281 ? $endsWith.call(that, search, end)
22282 : that.slice(end - search.length, end) === search;
34035 var end = {
34040 if (start.row - end.row === 0 && !this.instance.countSourceRows()) {
34044 return this.getRange(start, end, DataMap.prototype.DESTINATION_RENDERER);
34055 DataMap.prototype.getRange = function (start, end, destination) {
34072 rlen = Math.min(Math.max(maxRows - 1, 0), Math.max(start.row, end.row));
34073 clen = Math.min(Math.max(maxCols - 1, 0), Math.max(start.col, end.col));
34075 for (r = Math.min(start.row, end.row); r <= rlen; r++) {
34079 for (c = Math.min(start.col, end.col); c <= clen; c++) {
34101 DataMap.prototype.getText = function (start, end) {
34102 return _SheetClip2.default.stringify(this.getRange(start, end, this.DESTINATION_RENDERER));
34112 DataMap.prototype.getCopyableText = function (start, end) {
34113 …return _SheetClip2.default.stringify(this.getRange(start, end, this.DESTINATION_CLIPBOARD_GENERATO…
34320 value: function getByRange(start, end) {
34325 var startRow = Math.min(start.row, end.row);
34326 var startCol = Math.min(start.col, end.col);
34327 var endRow = Math.max(start.row, end.row);
34328 var endCol = Math.max(start.col, end.col);
38605 function getDeltas(start, end, data, direction) {
38609 var diffRow = end.row - start.row;
38610 var diffCol = end.col - start.col;
40766 …this.populateFromArray(0, column, [[null]], Math.max(selection.start.row, selection.end.row), colu…
40847 this.alter('insert_col', selection.end.col + 1, 1, 'ContextMenu.columnRight');
40967 var amount = selection.end.col - selection.start.col + 1;
41004 var amount = selection.end.row - selection.start.row + 1;
41075 this.alter('insert_row', selection.end.row + 1, 1, 'ContextMenu.rowBelow');
43066 value: function prepareColumnsToMoving(start, end) {
43069 (0, _number.rangeEach)(start, end, function (i) {
43269 var end = Math.max(from.col, to.col);
43271 if (coords.row < 0 && coords.col >= start && coords.col <= end) {
43278 priv.columnsToMove = this.prepareColumnsToMoving(start, end);
43294 … this.backlight.setSize(this.getColumnsWidth(start, end + 1), wtTable.hider.offsetHeight - topPos);
43903 var end = to.col;
43905 if (start >= end) {
43907 end = from.col;
43910 if (this.currentCol >= start && this.currentCol <= end) {
43911 (0, _number.rangeEach)(start, end, function (i) {
44783 var end = Math.max(from.row, to.row);
44785 (0, _number.rangeEach)(start, end, function (i) {
44992 var end = Math.max(from.row, to.row);
44994 if (coords.col < 0 && coords.row >= start && coords.row <= end) {
45005 … this.backlight.setSize(wtTable.hider.offsetWidth - leftPos, this.getRowsHeight(start, end + 1));
45714 var end = to.row;
45716 if (start >= end) {
45718 end = from.row;
45721 if (this.currentRow >= start && this.currentRow <= end) {
45722 (0, _number.rangeEach)(start, end, function (i) {
46968 _this.hot.selection.setRangeEnd(newRangeCoords.end);
46986 end: null
46997 end: new _src.CellCoords(bottomLeftCorner.row, currentTouch.col)
47002 end: new _src.CellCoords(currentTouch.row, topLeftCorner.col)
47010 end: new _src.CellCoords(currentTouch.row, topLeftCorner.col)
47024 end: bottomLeftCorner
47027 newCoords.end = currentTouch;
47034 end: bottomRightCorner
47037 newCoords.end = currentTouch;
47044 end: topLeftCorner
47047 newCoords.end = currentTouch;
47054 end: topRightCorner
47057 newCoords.end = currentTouch;
47070 end: new _src.CellCoords(bottomLeftCorner.row, currentTouch.col)
47075 end: new _src.CellCoords(currentTouch.row, bottomRightCorner.col)
47086 end: new _src.CellCoords(currentTouch.row, bottomRightCorner.col)
47091 end: new _src.CellCoords(topLeftCorner.row, currentTouch.col)
47099 end: new _src.CellCoords(topLeftCorner.row, currentTouch.col)
47104 end: currentTouch
47118 newCoords.end = currentTouch;
47123 newCoords.end = currentTouch;
47127 end: topLeftCorner
48350 var end = Math.max(from.col, to.col);
48352 doNewSelection = coords.col < start || coords.col > end;
49239 var end = arguments.length > 2 ? arguments[2] : undefined;
49240 var count = Math.min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);
49271 var end = aLen > 2 ? arguments[2] : undefined;
49272 var endPos = end === undefined ? length : toAbsoluteIndex(end, length);