Searched refs:slice (Results 1 - 25 of 63) sorted by relevance

123

/yui3/build/anim-curve/
H A Danim-curve-debug.js12 from = from.slice.call(from);
13 to = to.slice.call(to);
/yui3/src/anim/js/
H A Danim-curve.js10 from = from.slice.call(from);
11 to = to.slice.call(to);
/yui3/build/dataschema-text/
H A Ddataschema-text-debug.js142 if (text_in.slice(-resultDelim.length) === resultDelim) {
143 text_in = text_in.slice(0, -resultDelim.length);
/yui3/src/dataschema/js/
H A Ddataschema-text.js140 if (text_in.slice(-resultDelim.length) === resultDelim) {
141 text_in = text_in.slice(0, -resultDelim.length);
/yui3/src/event/js/
H A Dhover.js36 var args = (sub.args) ? sub.args.slice() : [];
H A Dsynthetic.js86 event.details = args.slice();
440 originalArgs = args.slice(),
460 var subArgs = args.slice(),
H A Dmouseentermouseleave.js81 args = args.slice();
/yui3/build/event-hover/
H A Devent-hover-debug.js38 var args = (sub.args) ? sub.args.slice() : [];
/yui3/src/node/js/
H A Dnode-screen.js56 var args = Array.prototype.slice.call(arguments);
/yui3/src/node/tests/
H A Dnodelist-test.js240 'should return nodelist from empty slice': function() {
242 ArrayAssert.itemsAreEqual([], nodelist.slice()._nodes);
250 'should slice the nodes': function() {
252 nodelist2 = nodelist1.slice(1, 4);
253 nodelist3 = nodelist1.slice(0, 3);
255 ArrayAssert.itemsAreEqual(nodelist1._nodes.slice(1, 4), nodelist2._nodes);
256 ArrayAssert.itemsAreEqual(nodelist1._nodes.slice(0, 3), nodelist3._nodes);
/yui3/src/handlebars/js/
H A Dhandlebars-compiler-parser.js265 stack = stack.slice(0,-1*len*2);
266 vstack = vstack.slice(0, -1*len);
267 lstack = lstack.slice(0, -1*len);
313 this._input = this._input.slice(1);
369 this._input = this._input.slice(match[0].length);
411 if(yy_.yytext.slice(-1) !== "\\") this.begin("mu");
412 if(yy_.yytext.slice(-1) === "\\") yy_.yytext = yy_.yytext.substr(0,yy_.yyleng-1), this.begin("emu");
490 exports.main(typeof process !== 'undefined' ? process.argv.slice(1) : require("system").args);
H A Dhandlebars-compiler-ast.js17 this.params = params.slice(1);
H A Dhandlebars-runtime.js33 var args = Array.prototype.slice.call(arguments, 2);
/yui3/build/recordset-base/
H A Drecordset-base-debug.js314 remRecords = this._items.slice(index, (index + range));
354 rec = this._items.slice(index, index + arr.length);
435 handler += type.charAt(0).toUpperCase() + type.slice(1);
/yui3/build/json-parse/
H A Djson-parse-debug.js123 return '\\u'+('0000'+(+(c.charCodeAt(0))).toString(16)).slice(-4);
/yui3/src/json/js/
H A Dparse.js121 return '\\u'+('0000'+(+(c.charCodeAt(0))).toString(16)).slice(-4);
H A Dstringify.js84 _CHAR[c] = '\\u'+('0000'+(+(c.charCodeAt(0))).toString(16)).slice(-4);
149 (space || EMPTY).slice(0,10);
/yui3/src/recordset/js/
H A Drecordset-base.js255 remRecords = this._items.slice(index, (index + range));
295 rec = this._items.slice(index, index + arr.length);
376 handler += type.charAt(0).toUpperCase() + type.slice(1);
/yui3/build/event-synthetic/
H A Devent-synthetic-debug.js88 event.details = args.slice();
442 originalArgs = args.slice(),
462 var subArgs = args.slice(),
/yui3/build/json-stringify/
H A Djson-stringify-debug.js86 _CHAR[c] = '\\u'+('0000'+(+(c.charCodeAt(0))).toString(16)).slice(-4);
151 (space || EMPTY).slice(0,10);
/yui3/build/event-mouseenter/
H A Devent-mouseenter-debug.js83 args = args.slice();
/yui3/build/node-screen/
H A Dnode-screen-debug.js58 var args = Array.prototype.slice.call(arguments);
/yui3/src/yui/js/
H A Dyui-array.js45 // IE throws when trying to slice HTMLElement collections.
47 return Native.slice.call(thing, startIndex);
/yui3/build/handlebars-compiler/
H A Dhandlebars-compiler-debug.js278 stack = stack.slice(0,-1*len*2);
279 vstack = vstack.slice(0, -1*len);
280 lstack = lstack.slice(0, -1*len);
326 this._input = this._input.slice(1);
382 this._input = this._input.slice(match[0].length);
424 if(yy_.yytext.slice(-1) !== "\\") this.begin("mu");
425 if(yy_.yytext.slice(-1) === "\\") yy_.yytext = yy_.yytext.substr(0,yy_.yyleng-1), this.begin("emu");
503 exports.main(typeof process !== 'undefined' ? process.argv.slice(1) : require("system").args);
546 this.params = params.slice(1);
/yui3/build/dataschema-xml/
H A Ddataschema-xml-debug.js205 subloc = location.slice(location.indexOf("[")+1, location.indexOf("]"));

Completed in 93 milliseconds

123