Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
Dfirebug-lite-1.2.js1926 clone:function(_array,_undeep){ argument
1930 if(_item instanceof Array&&!_undeep)
2148 clone:function(_hash,_undeep){ argument
2151 if( !_undeep&&pi.util.IsArray( _hash[key] ) ){
2153 } else if( !_undeep&&pi.util.IsHash( _hash[key] ) ){
2161 merge:function(_hash,_source,_undeep){ argument
2164 if (!_undeep&&pi.util.IsArray(_source[key])) {
2171 else if (!_undeep&&pi.util.IsHash(_source[key])) {
Dfirebug-lite-1.2-compressed.js88 …,_undeep){var tmp=[];Array.prototype.push.apply(tmp,_array);pi.util.Array.forEach(tmp,function(_it… argument
104 …hash,_undeep){var tmp={};for(var key in _hash){if(!_undeep&&pi.util.IsArray(_hash[key])){tmp[key]=… argument
105 return tmp;},merge:function(_hash,_source,_undeep){for(var key in _source){var value=_source[key];i… argument
108 else if(!_undeep&&pi.util.IsHash(_source[key])){if(pi.util.IsHash(_hash[key])){value=pi.util.Hash.m…
/plugin/combo/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])) {