Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js115_hash,_undeep){var tmp={};for(var key in _hash){if(!_undeep&&pi.util.IsArray(_hash[key])){tmp[key]… argument
116_hash,_source,_undeep){for(var key in _source){var value=_source[key];if(!_undeep&&pi.util.IsArray… argument
119 …pi.util.IsHash(_hash[key])){value=pi.util.Hash.merge(_hash[key],_source[key]);}else{value=pi.util.…
120 value=_hash[key];_hash[key]=value;};return _hash;}},String:{format:function(_str){var values=Array.…
H A Dfirebug-lite-1.2.js2159 clone:function(_hash,_undeep){ argument
2161 for(var key in _hash){
2162 if( !_undeep&&pi.util.IsArray( _hash[key] ) ){
2163 tmp[key] = pi.util.Array.clone( _hash[key] );
2164 } else if( !_undeep&&pi.util.IsHash( _hash[key] ) ){
2165 tmp[ key ] = pi.util.Hash.clone(_hash[key]);
2167 tmp[key] = _hash[key];
2172 merge:function(_hash,_source,_undeep){ argument
2176 if(pi.util.IsArray( _hash[key] )){
2177 Array.prototype.push.apply( _source[key], _hash[key] )
[all …]