Lines Matching refs:slice

1181           if (name.charAt(0) === "t" && hasOwn.call(this, name) && !isNaN(+name.slice(1))) {
2047 var p2 = Util.applyTransform(r.slice(2, 4), m);
2076 var r = rect.slice(0);
2550 …return $startsWith ? $startsWith.call(that, search, index) : that.slice(index, index + search.leng…
3025 return toString.call(it).slice(8, -1);
3118 …return $endsWith ? $endsWith.call(that, search, end) : that.slice(end - search.length, end) === se…
3333 … 1)) < 0xdc00 || b > 0xdfff ? TO_STRING ? s.charAt(i) : a : TO_STRING ? s.slice(i, i + 2) : (a - 0…
4427 if (!promise._a) promise._a = promise._c.slice();
6247 return windowNames.slice();
6322 if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);
6567 return elements.slice();
6666 return O.slice();
9512 var remainder = pullIntoDescriptor.buffer.slice(end - remainderSize, end);
10444 this._path = base._path.slice();
10458 this._path = base._path.slice();
10466 this._path = base._path.slice();
10481 this._path = base._path.slice();
10874 value = value.slice(1);
10892 value = value.slice(1);
11077 value = value.slice();
16354 var TRUNCATED_SIGNATURE = ENDSTREAM_SIGNATURE.slice(0, end);
23614 tile.COC = context.COC.slice(0);
23616 tile.QCC = context.QCC.slice(0);
30947 fontArgs = fontArgs.slice();
32007 textState.textMatrix = textState.textLineMatrix.slice();
32014 textState.textMatrix = textState.textLineMatrix.slice();
32049 textState.textMatrix = _util.IDENTITY_MATRIX.slice();
32050 textState.textLineMatrix = _util.IDENTITY_MATRIX.slice();
32329 properties.defaultEncoding = (0, _encodings.getEncoding)(baseEncodingName).slice();
32376 var encoding = properties.defaultEncoding.slice();
33132 this.textMatrix = _util.IDENTITY_MATRIX.slice();
33133 this.textLineMatrix = _util.IDENTITY_MATRIX.slice();
33214 this.textMatrix = this.textLineMatrix.slice();
33218 clone.textMatrix = this.textMatrix.slice();
33219 clone.textLineMatrix = this.textLineMatrix.slice();
33220 clone.fontMatrix = this.fontMatrix.slice();
34618 cMap.codespaceRanges[i] = useCodespaceRanges[i].slice();
38388 state.seac = stack.slice(stackSize, stackSize + 4);
39217 var matrix = base.slice(0);
47338 var contour = points.slice(startPoint, endPoint + 1);
47870 args: fontMatrix.slice()
48393 return Array.prototype.slice.call(decrypted, discardNumber, j);
53472 this.stack = !initialStack ? [] : Array.prototype.slice.call(initialStack, 0);
55997 var readers = this._rangeRequestReaders.slice(0);