Lines Matching refs:match
162 if (SITE_ROOT.match(/\.\.\//) || SITE_ROOT == '') {
168 var upDirs = (SITE_ROOT.match(/(\.\.\/)+/) || [''])[0].length / 3;
1798 function set_item_values(toroot, $li, match) argument
1801 $link.html(match.__hilabel || match.label);
1802 $link.attr('href',toroot + match.link);
1805 function set_item_values_jd(toroot, $li, match) argument
1808 $link.html(match.title);
1809 $link.attr('href',toroot + match.url);
2148 if (s.keywords[j].toLowerCase().match(textRegex)) {
2158 if (s.title.toLowerCase().match(textRegex)) {
2182 if (s.keywords[j].toLowerCase().match(textRegex)) {
2190 if (s.title.toLowerCase().match(textRegex)) {
2214 if (s.keywords[j].toLowerCase().match(textRegex)) {
2222 if (s.title.toLowerCase().match(textRegex)) {
2246 if (s.keywords[j].toLowerCase().match(textRegex)) {
2254 if (s.title.toLowerCase().match(textRegex)) {
2278 if (s.keywords[j].toLowerCase().match(textRegex)) {
2286 if (s.title.toLowerCase().match(textRegex)) {
2310 if (s.keywords[j].toLowerCase().match(textRegex)) {
2318 if (s.title.toLowerCase().match(textRegex)) {
2342 if (s.keywords[j].toLowerCase().match(textRegex)) {
2350 if (s.title.toLowerCase().match(textRegex)) {
2373 if (s.keywords[j].toLowerCase().match(textRegex)) {
2381 if (s.title.toLowerCase().match(textRegex)) {
2408 var _resultScoreFn = function(match) { argument
2412 if (match.matched_tag > 0) {
2414 score *= 3 / match.matched_tag;
2417 if (match.matched_title > 0) {
2420 } else if (match.matched_title > 0) {
2470 var queryAlnum = (queryLower.match(/\w+/) || [''])[0];
2522 var queryAlnumDot = (queryLower.match(/[\w\.]+/) || [''])[0];
3219 if(linkText.match("^"+"com.google.android")=="com.google.android"){
3258 if(linkText.match("^"+"com.google.android")=="com.google.android"){
3567 var m = $widget.get(0).className.match(/\bcol-(\d+)\b/);
3758 var isStack = cardSize.match(/(\d+)x(\d+)x(\d+)/);