Lines Matching refs:slice

453     var args = [].slice.call(arguments, 1);;
941 method.apply(util.global, [].slice.call(arguments, 1));
1312 stack = stack.slice(i);
2270 this._stack.split("\n").slice(1, -7).join("\n")
2353 var args = [].slice.call(arguments);;
2632 var args = [].slice.call(arguments, 1);;
5763 runIfPresent(+event.data.slice(messagePrefix.length));
6019 var args = optimizer.get_arguments_hash(Array.prototype.slice.call(argumentsArray));
9047 url = url + (url.slice(-1) === "/" ? "" : "/") + rowId;
9052 url = url + (url.slice(-1) === "/" ? "" : "/") + rowId;
9062 var updatedRows = this.updatedRows.slice();
9178 var updated = dp.updatedRows.slice();
9340 this.serverProcessor = url + (url.slice(-1) === "/" ? "" : "/") + mode;
10211 return mapTo.callEvent(targetEvent, Array.prototype.slice.call(arguments));
10758 tbranch = tbranch.slice(0, tindex).concat([ sid ]).concat(tbranch.slice(tindex));
11479 return this.$data.tasksStore.getSiblings(id).slice();
11499 return this.$data.tasksStore.getChildren(id).slice();
11586 var res = tryCall.call(this, getTimeline, "dateFromPos", Array.prototype.slice.call(arguments));
12496 return gantt.config.columns.slice();
12563 var checkboxes = Array.prototype.slice.call(node.querySelectorAll("input[type=checkbox]"));
12576 …return helpers.arrayMap(Array.prototype.slice.call(node.querySelectorAll("input[type=checkbox]:che…
12946 options = options.slice(0);
13363 collection = collection.slice(0);
14624 this.serverList[name] = array.slice(0);
14751 var values = [].slice.apply(arguments, [0]);
18958 return config.columns.slice();
22890 filter_methods = Array.prototype.slice.call(arguments, 0);
25310 scales = scaleConfig.scales.slice(1);
25457 cfg.trace_x_ascending = cfg.trace_x.slice();
27624 var calendars = Array.prototype.slice.call(arguments, 0);
28874 t.className = t.className.slice(0, indx);
29135 var staticArray = handlers.slice();
29251 var nodesArray = Array.prototype.slice.call(nodes, 0);
29631 var workArray = arr.slice();
29642 var workArray = arr.slice();
29769 var args = Array.prototype.slice.call(arguments);