Lines Matching refs:apply

612 	  return slowToString.apply(this, arguments)
905 return String.fromCharCode.apply(String, codePoints) // avoid extra slice()
912 res += String.fromCharCode.apply(
4120 return setTimeout(function() { func.apply(undefined, baseSlice(args, fromIndex)); }, wait);
4452 result[++index] = func ? func.apply(value, args) : undefined;
4991 push.apply(args, action.args);
4992 result = action.func.apply(action.thisArg, args);
5104 return func.apply(thisArg, arguments);
5282 return (this instanceof wrapper ? Ctor : func).apply(thisArg, arguments);
5331 result = Ctor.apply(thisBinding, arguments);
5450 …return (this instanceof wrapper ? (Ctor || createCtorWrapper(func)) : func).apply(thisBinding, arg…
5509 return (this instanceof wrapper ? Ctor : func).apply(isBind ? thisArg : this, args);
5571 result = createPartialWrapper.apply(null, newData);
5573 result = createHybridWrapper.apply(null, newData);
8851 return func.apply(this, arguments);
8909 result = func.apply(this, arguments);
9254 result = func.apply(thisArg, args);
9271 result = func.apply(thisArg, args);
9298 result = func.apply(thisArg, args);
9312 result = func.apply(thisArg, args);
9398 result = funcs[index].apply(this, arguments);
9443 result = funcs[index].apply(this, arguments);
9511 key = resolver ? resolver.apply(this, arguments) : arguments[0];
9516 var result = func.apply(this, arguments);
9548 return !predicate.apply(this, arguments);
10619 return assign.apply(undefined, args);
12040 … return Function(importsKeys, sourceURL + 'return ' + source).apply(undefined, importsValues);
12498 push.apply(args, arguments);
12499 return func.apply(object, args);
13101 push.apply(otherArgs, args);
13102 return lodashFunc.apply(lodash, otherArgs);
13106 result = func.apply(wrapper, args);
13127 return func.apply(this.value(), args);
13130 return func.apply(value, args);
13333 return font.widthOfString.apply(font, arguments);
13338 return font.lineHeight.apply(font, arguments);
13343 return font.ref.apply(font, arguments);
14025 cb.apply(this, args);
17059 PDFDocument.__super__.constructor.apply(this, arguments);
17500 handler.apply(this, args);
17511 listeners[i].apply(this, args);
17581 listener.apply(this, arguments);
18585 return stream[method].apply(stream, arguments);
18781 this.fun.apply(null, this.array);
20245 __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
23109 return [].concat.apply([], chunks);
26721 return exports.deprecate(fn, msg).apply(this, arguments);
26741 return fn.apply(this, arguments);
26758 var msg = exports.format.apply(exports, arguments);
27205 console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments));
27628 _throws.apply(this, [true].concat(pSlice.call(arguments)));
27633 _throws.apply(this, [false].concat(pSlice.call(arguments)));
27901 color.apply(op);
28291 PDFGradient.prototype.apply = function(op) {
28315 PDFLinearGradient.__super__.constructor.apply(this, arguments);
28347 PDFRadialGradient.__super__.constructor.apply(this, arguments);
28504 this.moveTo.apply(this, points.shift());
28507 this.lineTo.apply(this, point);
28512 SVGPath.apply(this, path);
28637 …var apply, arcToSegments, cx, cy, parameters, parse, px, py, runners, segmentToBezier, solveArc, s…
28641 SVGPath.apply = function(doc, path) {
28644 return apply(commands, doc);
28748 apply = function(commands, doc) {
28782 return doc.bezierCurveTo.apply(doc, a);
28916 bez = segmentToBezier.apply(null, seg);
28917 _results.push(doc.bezierCurveTo.apply(doc, bez));
29940 return NameTable.__super__.constructor.apply(this, arguments);
30210 return HeadTable.__super__.constructor.apply(this, arguments);
30286 return CmapTable.__super__.constructor.apply(this, arguments);
30582 return HmtxTable.__super__.constructor.apply(this, arguments);
30674 return HheaTable.__super__.constructor.apply(this, arguments);
30746 return MaxpTable.__super__.constructor.apply(this, arguments);
30820 return PostTable.__super__.constructor.apply(this, arguments);
30958 return OS2Table.__super__.constructor.apply(this, arguments);
31057 return LocaTable.__super__.constructor.apply(this, arguments);
31151 return GlyfTable.__super__.constructor.apply(this, arguments);
31525 additionalIDs.push.apply(additionalIDs, glyph.glyphIDs);
31849 this.strokeColor.apply(this, this._fillColor);
32156 (_ref = this.document).fillColor.apply(_ref, this.document._fillColor);
65677 key = String.fromCharCode.apply(String, text.slice(0, index));
65678 this.text[key] = String.fromCharCode.apply(String, text.slice(index + 1));
66408 return func.apply(this, arguments);
66534 …}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (mo…