Home
last modified time | relevance | path

Searched refs:_undeep (Results 1 – 2 of 2) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js99 …,_undeep){var tmp=[];Array.prototype.push.apply(tmp,_array);pi.util.Array.forEach(tmp,function(_it… argument
115 …hash,_undeep){var tmp={};for(var key in _hash){if(!_undeep&&pi.util.IsArray(_hash[key])){tmp[key]=… argument
116 return tmp;},merge:function(_hash,_source,_undeep){for(var key in _source){var value=_source[key];i… argument
119 else if(!_undeep&&pi.util.IsHash(_source[key])){if(pi.util.IsHash(_hash[key])){value=pi.util.Hash.m…
H A Dfirebug-lite-1.2.js1937 clone:function(_array,_undeep){ argument
1941 if(_item instanceof Array&&!_undeep)
2159 clone:function(_hash,_undeep){ argument
2162 if( !_undeep&&pi.util.IsArray( _hash[key] ) ){
2164 } else if( !_undeep&&pi.util.IsHash( _hash[key] ) ){
2172 merge:function(_hash,_source,_undeep){ argument
2175 if (!_undeep&&pi.util.IsArray(_source[key])) {
2182 else if (!_undeep&&pi.util.IsHash(_source[key])) {