Searched refs:instanceOf (Results 1 – 2 of 2) sorted by relevance
| /template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/ |
| H A D | PseudoClass.php | 18 if ($this->parameter instanceOf Ast\Node) {
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 470 win=win.parent){if(!win.parent||win==win.parent||!this.instanceOf(win.parent,"Window")){return win 898 this.isElement=function(o){try{return o&&this.instanceOf(o,"Element") 1261 this.instanceOf=function(object,className){if(!object||typeof object!="object"){return false function 1303 }}}try{if(this.instanceOf(object,"Window")){return domMemberCache.Window 1304 }else{if(this.instanceOf(object,"Document")||this.instanceOf(object,"XMLDocument")){return domMembe… 1305 }else{if(this.instanceOf(object,"Location")){return domMemberCache.Location 1306 }else{if(this.instanceOf(object,"HTMLImageElement")){return domMemberCache.HTMLImageElement 1307 }else{if(this.instanceOf(object,"HTMLAnchorElement")){return domMemberCache.HTMLAnchorElement 1308 }else{if(this.instanceOf(object,"HTMLInputElement")){return domMemberCache.HTMLInputElement 1309 }else{if(this.instanceOf(object,"HTMLButtonElement")){return domMemberCache.HTMLButtonElement [all …]
|