Lines Matching refs:Expr

3142 }}if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posP…
3143 }else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);
3145 if(Expr.relative[selector]){selector+=parts.shift()
3147 …(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.mat…
3154 if(!Expr.relative[cur]){cur=""
3157 }Expr.relative[cur](checkSet,pop,contextXML)
3184 }for(var i=0,l=Expr.order.length;
3186 i++){var type=Expr.order[i],match;
3187 if((match=Expr.leftMatch[type].exec(expr))){var left=match[1];
3279 }}else{if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true
3310 }},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];
3338 },ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](el…
3340 },POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];
3343 var origPOS=Expr.match.POS;
3344 for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\…
3345 Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source)
3390 if(!!document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getE…
3393 Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAt…
3401 if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=contex…
3410 …ld.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=fun…
3429 }Expr.order.splice(1,0,"CLASS");
3430 Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined…
3474 while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];
3475 selector=selector.replace(Expr.match.PSEUDO,"")
3476 }selector=Expr.relative[selector]?selector+"*":selector;