Lines Matching +defs:match +defs:end

1709 },navigateToNextDocument:function(match,reverse){var self=this;  argument
3231 var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLA… property
3258 }},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){v… argument
3260 }},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[]… argument
3265 }},TAG:function(match,context){return context.getElementsByTagName(match[1]) argument
3266 }},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\… argument
3273 },ID:function(match){return match[1].replace(/\\/g,"") argument
3274 },TAG:function(match,curLoop){for(var i=0; argument
3277 },CHILD:function(match){if(match[1]=="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]=="eve… argument
3282 },ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,""); argument
3286 },PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])… argument
3292 },POS:function(match){match.unshift(true); argument
3301 },has:function(elem,i,match){return !!Sizzle(match[3],elem).length argument
3314 },last:function(elem,i,match,array){return i===array.length-1 argument
3317 },lt:function(elem,i,match){return i<match[3]-0 argument
3318 },gt:function(elem,i,match){return i>match[3]-0 argument
3319 },nth:function(elem,i,match){return match[3]-0==i argument
3320 },eq:function(elem,i,match){return match[3]-0==i argument
3321 }},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name]; argument
3329 }}}},CHILD:function(elem,match){var type=match[1],node=elem; argument
3346 }}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match argument
3347 },TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName===match argument
3348 },CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(m… argument
3349 },ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](el… argument
3351 },POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name]; argument
3401 if(!!document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getE… argument
3404 Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAt… argument
3412 if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=contex… argument
3441 Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined… argument
4789 if(!range||range.type!="int"){range={start:0,end:value.length-1} property
4894 if(!range){range={start:0,end:parsed.length-1} property
6725 CssParser=(function(){function rule(start,body_start,end){return{start:start||0,body_start:body_sta… argument