Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
Dfirebug-lite-1.2.js1194 isHash = lib.util.IsHash(_value);
2015 IsHash:function(_object){ method
2153 } else if( !_undeep&&pi.util.IsHash( _hash[key] ) ){
2171 else if (!_undeep&&pi.util.IsHash(_source[key])) {
2172 if (pi.util.IsHash(_hash[key])) {
2213 if( pi.util.IsHash(this[key]) ){
2249 if (pi.util.IsHash(_p[name])){
2267 if (pi.util.IsHash(_object[name])){
Dfirebug-lite-1.2-compressed.js39 try{isArray=lib.util.IsArray(_value);isHash=lib.util.IsHash(_value);isElement=_value!=undefined&&Bo…
96 return true};},IsHash:function(_object){return _object&&typeof _object=="object"&&(_object==window|… method
104 …y])){tmp[key]=pi.util.Array.clone(_hash[key]);}else if(!_undeep&&pi.util.IsHash(_hash[key])){tmp[k…
108 else if(!_undeep&&pi.util.IsHash(_source[key])){if(pi.util.IsHash(_hash[key])){value=pi.util.Hash.m…
110 if(pi.util.IsHash(this[key])){this[key]=pi.util.Hash.clone(this[key],function(_key,_object){this[_k…
113 if(pi.util.IsHash(_p[name])){_branch[name]._parent_=_branch;if(!_branch[name])
116 if(pi.util.IsHash(_object[name])){_branch[name]={};this.movePrivateMembers(_object[name],_branch[na…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js50 try{isArray=lib.util.IsArray(_value);isHash=lib.util.IsHash(_value);isElement=_value!=undefined&&Bo…
107 return true};},IsHash:function(_object){return _object&&typeof _object=="object"&&(_object==window|… method
115 …y])){tmp[key]=pi.util.Array.clone(_hash[key]);}else if(!_undeep&&pi.util.IsHash(_hash[key])){tmp[k…
119 else if(!_undeep&&pi.util.IsHash(_source[key])){if(pi.util.IsHash(_hash[key])){value=pi.util.Hash.m…
121 if(pi.util.IsHash(this[key])){this[key]=pi.util.Hash.clone(this[key],function(_key,_object){this[_k…
124 if(pi.util.IsHash(_p[name])){_branch[name]._parent_=_branch;if(!_branch[name])
127 if(pi.util.IsHash(_object[name])){_branch[name]={};this.movePrivateMembers(_object[name],_branch[na…
H A Dfirebug-lite-1.2.js1205 isHash = lib.util.IsHash(_value);
2026 IsHash:function(_object){ method
2164 } else if( !_undeep&&pi.util.IsHash( _hash[key] ) ){
2182 else if (!_undeep&&pi.util.IsHash(_source[key])) {
2183 if (pi.util.IsHash(_hash[key])) {
2224 if( pi.util.IsHash(this[key]) ){
2260 if (pi.util.IsHash(_p[name])){
2278 if (pi.util.IsHash(_object[name])){