Lines Matching refs:slice

262     queriedParents = Array.prototype.slice.call(document.querySelectorAll(parent), 0);
5398 var result = items.slice(0);
5411 var result = items.slice(0);
5439 var result = items.slice(0);
6670 restFunc = functions.slice(1);
7082 return toString.call(it).slice(8, -1);
7438 arg = arg.slice(0, -2); // Remove trailing comma and space
7444 …warn(msg + '\nArguments: ' + Array.prototype.slice.call(args).join('') + '\n' + (new Error()).stac…
7571 return val.slice(1);
8932 locale = loadLocale(split.slice(0, j).join('-'));
9496 string = string.slice(string.indexOf(parsedInput) + parsedInput.length);
9527 getParsingFlags(config).parsedDateParts = config._a.slice(0);
9673 config._a = map(input.slice(0), function (obj) {
9763 var args = [].slice.call(arguments, 0);
9769 var args = [].slice.call(arguments, 0);
11837 var newValue = value.slice(0, caretPosition) + '\n' + value.slice(caretPosition);
12743 prefix = format.slice(1, end);
12744 format = format.slice(end + 1);
12754 postfix = format.slice(start + 1, -1);
12755 format = format.slice(0, start + 1);
12776 format = format.slice(1, -1);
12914 if (optDec && Number(d.slice(1)) === 0) {
12923 w = w.slice(1);
13215 val = val.slice(0, -1);
13380 var args = Array.prototype.slice.call(arguments);
21935 if (!promise._a) promise._a = promise._c.slice();
22190 output.push(string.slice(lastLastIndex, match.index));
22196 … if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));
22205 } else output.push(string.slice(lastLastIndex));
22206 return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;
22282 : that.slice(end - search.length, end) === search;
22391 : that.slice(index, index + search.length) === search;
29768 return acc.concat(mapCopy.slice(item, item + 1));
31350 if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);
33645 var descendingLogicColumns = logicColumns.slice(0).sort(function (a, b) {
33694 var elements = arguments.length >= 4 ? [].slice.call(arguments, 3) : [];
33697 var removed = colData.slice(index, index + amount);
33698 var after = colData.slice(index + amount);
33721 var elements = arguments.length >= 4 ? [].slice.call(arguments, 3) : [];
33724 var removed = rowData.slice(index, index + amount);
33725 var after = rowData.slice(index + amount);
33823 value = prop(this.dataSource.slice(row, row + 1)[0]);
33901 prop(this.dataSource.slice(row, row + 1)[0], value);
34299 result = prop(this.data.slice(row, row + 1)[0]);
34336 newRow = row.slice(startCol, endCol + 1);
46869 _this.dragged = _this.dragged.slice(0, 1);
46871 _this.dragged = _this.dragged.slice(-1);
49519 return windowNames.slice();
49638 : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
50064 to[prop] = from[prop].slice(0);