Lines Matching defs:match

1698 },navigateToNextDocument:function(match,reverse){var self=this;  argument
3247 }},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){v… argument
3249 }},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[]… argument
3254 }},TAG:function(match,context){return context.getElementsByTagName(match[1]) argument
3255 }},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\… argument
3262 },ID:function(match){return match[1].replace(/\\/g,"") argument
3263 },TAG:function(match,curLoop){for(var i=0; argument
3266 },CHILD:function(match){if(match[1]=="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]=="eve… argument
3271 },ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,""); argument
3275 },PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])… argument
3281 },POS:function(match){match.unshift(true); argument
3290 },has:function(elem,i,match){return !!Sizzle(match[3],elem).length argument
3303 },last:function(elem,i,match,array){return i===array.length-1 argument
3306 },lt:function(elem,i,match){return i<match[3]-0 argument
3307 },gt:function(elem,i,match){return i>match[3]-0 argument
3308 },nth:function(elem,i,match){return match[3]-0==i argument
3309 },eq:function(elem,i,match){return match[3]-0==i argument
3310 }},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name]; argument
3318 }}}},CHILD:function(elem,match){var type=match[1],node=elem; argument
3335 }}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match argument
3336 },TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName===match argument
3337 },CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(m… argument
3338 },ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](el… argument
3340 },POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name]; argument
3390 if(!!document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getE… argument
3393 Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAt… argument
3401 if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=contex… argument
3430 Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined… argument