/plugin/findologicxmlexport/vendor/symfony/yaml/ |
H A D | Dumper.php | 62 $dumpAsMap = Inline::isHash($input);
|
H A D | Inline.php | 213 public static function isHash($value): bool function in Symfony\\Component\\Yaml\\Inline 241 if (($value || Yaml::DUMP_EMPTY_ARRAY_AS_SEQUENCE & $flags) && !self::isHash($value)) {
|
/plugin/combo/vendor/symfony/yaml/ |
H A D | Dumper.php | 64 $dumpAsMap = Inline::isHash($input);
|
H A D | Inline.php | 208 public static function isHash($value): bool function in Symfony\\Component\\Yaml\\Inline 234 if (($value || Yaml::DUMP_EMPTY_ARRAY_AS_SEQUENCE & $flags) && !self::isHash($value)) {
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/ |
H A D | InlineTest.php | 293 $this->assertSame($expected, Inline::isHash($array));
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | prototype.js | 227 function isHash(object) { function 258 isHash: isHash, 1116 this._object = Object.isHash(object) ? object.toObject() : Object.clone(object); 1375 else if (Object.isHash(this.options.parameters))
|
/plugin/issuetracker/ |
H A D | prototype.js | 322 function isHash(object) { function 357 isHash: isHash, 1228 this._object = Object.isHash(object) ? object.toObject() : Object.clone(object); 1485 if (Object.isHash(this.options.parameters))
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.2.js | 1178 var isArray = false, isHash, isElement = false, vtype=typeof _value, result=[]; variable 1194 isHash = lib.util.IsHash(_value); 1253 else if(isArray||isHash){
|
H A D | firebug-lite-1.2-compressed.js | 38 …unction(_value,_inObject,_inArray,_link){with(firebug){var isArray=false,isHash,isElement=false,vt… variable 39 try{isArray=lib.util.IsArray(_value);isHash=lib.util.IsHash(_value);isElement=_value!=undefined&&Bo… 46 else if(isArray||isHash){if(isArray){if(_inObject){result.push("<span class='Gray Italic'>["+_value…
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.2-compressed.js | 49 parentElement.environment.addStyle({"display":"block"});}}},highlight:function(_value,_inObject,_inArray,_link){with(firebug){var isArray=false,isHash,isElement=false,vtype=typeof _value,result=[];if(vtype=="object"){if(Object.prototype.toString.call(_value)==="[object Date]"){vtype="date";}else if(Object.prototype.toString.call(_value)==="[object String]"){vtype="string";}else if(Object.prototype.toString.call(_value)==="[object Boolean]"){vtype="boolean";}else if(Object.prototype.toString.call(_value)==="[object RegExp]"){vtype="regexp";}} variable 50 try{isArray=lib.util.IsArray(_value);isHash=lib.util.IsHash(_value);isElement=_value!=undefined&&Boolean(_value.nodeName)&&Boolean(_value.nodeType);if(_value==null||vtype=="number"||vtype=="string"||vtype=="boolean"||(vtype=="function"&&_value.nodeName!="OBJECT")||vtype=="regexp"||vtype=="date"){if(_value==null){if(_value===undefined){result.push("<span class='Null'>undefined</span>");}else{result.push("<span class='Null'>null</span>");}}else if(vtype=="regexp"){result.push("<span class='Maroon'>"+_value+"</span>");}else if(vtype=="date"){result.push("<span class='DarkBlue'>'"+_value+"'</span>");}else if(vtype=="boolean"||vtype=="number"){result.push("<span class='DarkBlue'>"+_value+"</span>");}else if(vtype=="function"){result.push("<span class='"+(_inObject?"Italic Gray":"Green")+"'>function()</span>");}else{result.push("<span class='Red'>\""+(!_inObject&&!_inArray?_value:_value.substring(0,35)+(_value.length>35?" ...":"")).replace(/\n/g,"\\n").replace(/\s/g," ").replace(/>/g,">").replace(/</g,"<")+"\"</span>");}} 57 else if(isArray||isHash){if(isArray){if(_inObject){result.push("<span class='Gray Italic'>["+_value.length+"]</span>");}else{result.push("<span class='Strong'>[ ");for(var i=0,len=_value.length;i<len;i++){if((_inObject||_inArray)&&i>3){result.push(", <span class='Strong Gray'>"+(len-4)+" More...</span>");break;}
|
H A D | firebug-lite-1.2.js | 1189 var isArray = false, isHash, isElement = false, vtype=typeof _value, result=[]; variable 1205 isHash = lib.util.IsHash(_value); 1264 else if(isArray||isHash){
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 178 isHash: function(object) { 997 this._object = Object.isHash(object) ? object.toObject() : Object.clone(object); 1174 else if (Object.isHash(this.options.parameters))
|