Lines Matching defs:Array
966 d.console.cache.push({ "command":_command, "arg":Array.prototype.slice.call(arguments,1) });
968 d.console.cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));
1936 Array:{
1939 Array.prototype.push.apply(tmp,_array);
1940 pi.util.Array.forEach(tmp,function(_item,_index,_source){
1941 if(_item instanceof Array&&!_undeep)
1942 _source[_index] = pi.util.Array.clone(_source[_index]);
1948 pi.util.Array.forEach(_array,function(){
1978 _array = Array.prototype.push.apply(result,_array.slice(_index+1));
1983 var fn = _fn, scope = _scope||window, args = Array.prototype.slice.call(arguments,2);
1985 return fn.apply(scope,args.concat( Array.prototype.slice.call(arguments,0) ));
2008 if(_object instanceof Array||_object instanceof NodeList||_object instanceof NamedNodeMap||(window.HTMLCollection&&_object instanceof HTMLCollection))
2047 return pi.util.Array.indexOf(pi.util.Element.getClass(_element).split(" "),_class)>-1;
2054 pi.util.Array.remove(names,pi.util.Array.indexOf(names,_class)).join(" ")
2163 tmp[key] = pi.util.Array.clone( _hash[key] );
2177 Array.prototype.push.apply( _source[key], _hash[key] )
2180 value = pi.util.Array.clone(_source[key]);
2197 var values = Array.prototype.slice.call(arguments,1);
2222 this[key] = pi.util.Array.clone( this[key] );
2540 if(pi.util.Array.indexOf(callback[i].readyState,readyState)>-1){