Searched refs:isPartStrNotTag (Results 1 – 5 of 5) sorted by relevance
/plugin/jquery/ |
H A D | jquery-1.4.2.js | 2933 isPartStrNotTag = isPartStr && !isTag; variable 2943 checkSet[i] = isPartStrNotTag || elem && elem.nodeName.toLowerCase() === part ? 2949 if ( isPartStrNotTag ) {
|
/plugin/issuetracker/ |
H A D | prototype.js | 4256 isPartStrNotTag = isPartStr && !isTag; variable 4266 checkSet[i] = isPartStrNotTag || elem && elem.nodeName === part ? 4272 if ( isPartStrNotTag ) {
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 3221 …r isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!i… 3225 …){while((elem=elem.previousSibling)&&elem.nodeType!==1){}checkSet[i]=isPartStrNotTag||elem&&elem.n… 3226 }}if(isPartStrNotTag){Sizzle.filter(part,checkSet,true)
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 12939 isPartStrNotTag = isPartStr && !isTag; 12949 checkSet[i] = isPartStrNotTag || elem && elem.nodeName === part ? 12955 if ( isPartStrNotTag ) {
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 3232 }},relative:{"+":function(checkSet,part,isXML){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag; 3236 i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}checkSet[i]=isPartStrNotTag||elem&&elem.nodeName===part?elem||false:elem===part 3237 }}if(isPartStrNotTag){Sizzle.filter(part,checkSet,true)
|