Lines Matching refs:match

33 this.browserVersion=(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1];
148 }var m=path&&path.match(/([^\/]+)\/$/)||null;
412 if(text.match){lines=text.match(reSplitLines2)
414 lines=str.match(reSplitLines2)
618 if(r.match(suffix+"$")==suffix||r=="background"){imageRules.push(r)
1698 },navigateToNextDocument:function(match,reverse){var self=this; argument
1715 if(match(object)){this.navigate(object);
2162 var m=cssValue.match(reMeasure);
2948 var match=/<body>\s+<p>([\s\S]+)<\/p>\s+<\/body>$/.exec(source);
2949 if(match){source=match[1]
3147 …&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.match.ID.…
3182 Sizzle.find=function(expr,context,isXML){var set,match;
3186 i++){var type=Expr.order[i],match;
3187 if((match=Expr.leftMatch[type].exec(expr))){var left=match[1];
3188 match.splice(1,1);
3189 if(left.substr(left.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");
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
3252 i++){if(results[i].getAttribute("name")===match[1]){ret.push(results[i])
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
3263 },TAG:function(match,curLoop){for(var i=0; argument
3265 i++){}return curLoop[i]&&isXML(curLoop[i])?match[1]:match[1].toUpperCase()
3266match){if(match[1]=="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]=="even"&&"2n"||match[… argument
3267 match[2]=(test[1]+(test[2]||1))-0;
3268 match[3]=test[3]-0
3269 }match[0]=done++;
3270 return match
3271 },ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,""); argument
3275 …"not"){if((chunker.exec(match[3])||"").length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],nu… argument
3276 }else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);
3279 }}else{if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true
3280 }}return match
3281 },POS:function(match){match.unshift(true); argument
3282 return match
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
3311 if(filter){return filter(elem,i,match,array)
3312 }else{if(name==="contains"){return(elem.textContent||elem.innerText||"").indexOf(match[3])>=0
3313 }else{if(name==="not"){var not=match[3];
3318 }}}},CHILD:function(elem,match){var type=match[1],node=elem; argument
3324 case"nth":var first=match[2],last=match[3];
3326 }var doneName=match[0],parent=elem.parentNode;
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
3338match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null… argument
3340 },POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name]; argument
3341 if(filter){return filter(elem,i,match,array)
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 …xpr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){… argument
3391 return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeVal…
3393 Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAt… argument
3394 return elem.nodeType===1&&node&&node.nodeValue===match
3401 …TagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagN… argument
3402 if(match[1]==="*"){var tmp=[];
3430 …SS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){r… argument
3441 var match=false;
3442 while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];
3446 }if(elem.nodeName===cur){match=elem;
3449 }checkSet[i]=match
3457 var match=false;
3458 while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];
3462 }if(typeof cur!=="string"){if(elem===cur){match=true;
3464 }}else{if(Sizzle.filter(cur,[elem]).length>0){match=elem;
3467 }checkSet[i]=match
3473 var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[conte…
3474 while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];
3475 selector=selector.replace(Expr.match.PSEUDO,"")
5007 var match=text.match(reHeader);
5008 if(match){var name=match[1];
5009 var value=match[2];
5307 var boundary=text.match(/\s*boundary=\s*(.*)/)[1];
5319 }var m=part[0].match(/\s*name=\"(.*)\"(;|$)/);
5343 …k")),reLink:/^(.*)<a>(.*)<\/a>(.*$)/,append:function(obj,parent){var m=obj.text.match(this.reLink);
6059 }var name=f.toString().match(/function\s*([_$\w\d]*)/)[1];
6092 var match=item.match(reChromeStackItem);
6093 if(match){var name=match[1];
6096 }var value=match[2].match(reChromeStackItemValue);
6106 var match=item.match(reFirefoxStackItem);
6107 if(match){var name=match[1];
6108 var value=match[2].match(reFirefoxStackItemValue);
6116 }var name=f.toString().match(/function\s*([_$\w\d]*)/)[1];
6412 }var match=src.match(/\n/g);
6413 var num=match?match.length:0;
6721 while(m=str.match(re)){str=str.substring(m[0].length)
6766 }switch(ch){case"@":if(!in_comment){if(hasStr(i,"@import")){var m=text.substr(i).match(/^@import\s*…
6976 var getCSSRuleSpecificity=function(selector){var match=selector.match(reSelectorTag);
6977 var tagCount=match?match.length:0;
6978 match=selector.match(reSelectorClass);
6979 var classCount=match?match.length:0;
6980 match=selector.match(reSelectorId);
6981 var idCount=match?match.length:0;
6993 do{var matchStyleTag=source.match(reStyleTag);
7001 var matchEndStyleTag=source.match(reEndStyleTag);
7146 }}else{var lines=style.cssText.match(/(?:[^;\(]*(?:\([^\)]*?\))?[^;\(]*)*;?/g);
7699 var match=src.match(/[\n]/g);
7700 var lines=match?match.length:0;
7757 }}}}}}var m=path&&path.match(/([^\/]+)\/$/)||null;
7761 }var match=path&&path.match(/[^\/]+(\?.*)?(#.*)?$/);
7762 return match&&match[0]||path