Home
last modified time | relevance | path

Searched refs:isPartStr (Results 1 – 5 of 5) sorted by relevance

/plugin/jquery/
H A Djquery-1.4.2.js2931 var isPartStr = typeof part === "string", variable
2932 isTag = isPartStr && !/\W/.test(part),
2933 isPartStrNotTag = isPartStr && !isTag;
2954 var isPartStr = typeof part === "string"; variable
2956 if ( isPartStr && !/\W/.test(part) ) {
2970 checkSet[i] = isPartStr ?
2976 if ( isPartStr ) {
/plugin/issuetracker/
H A Dprototype.js4254 var isPartStr = typeof part === "string", variable
4255 isTag = isPartStr && !/\W/.test(part),
4256 isPartStrNotTag = isPartStr && !isTag;
4277 var isPartStr = typeof part === "string"; variable
4279 if ( isPartStr && !/\W/.test(part) ) {
4293 checkSet[i] = isPartStr ?
4299 if ( isPartStr ) {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3221 …tion(checkSet,part,isXML){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),i…
3227 }},">":function(checkSet,part,isXML){var isPartStr=typeof part==="string";
3228 if(isPartStr&&!/\W/.test(part)){part=isXML?part:part.toUpperCase();
3237 if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part
3238 }}if(isPartStr){Sizzle.filter(part,checkSet,true)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js12937 var isPartStr = typeof part === "string",
12938 isTag = isPartStr && !/\W/.test(part),
12939 isPartStrNotTag = isPartStr && !isTag;
12960 var isPartStr = typeof part === "string";
12962 if ( isPartStr && !/\W/.test(part) ) {
12976 checkSet[i] = isPartStr ?
12982 if ( isPartStr ) {
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3232 }},relative:{"+":function(checkSet,part,isXML){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag;
3238 }},">":function(checkSet,part,isXML){var isPartStr=typeof part==="string";
3239 if(isPartStr&&!/\W/.test(part)){part=isXML?part:part.toUpperCase();
3248 if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part
3249 }}if(isPartStr){Sizzle.filter(part,checkSet,true)