Lines Matching refs:match

162   if (SITE_ROOT.match(/\.\.\//) || SITE_ROOT == '') {
168 var upDirs = (SITE_ROOT.match(/(\.\.\/)+/) || [''])[0].length / 3;
1808 function set_item_values(toroot, $li, match) argument
1811 $link.html(match.__hilabel || match.label);
1812 $link.attr('href',toroot + match.link);
1815 function set_item_values_jd(toroot, $li, match) argument
1818 $link.html(match.title);
1819 $link.attr('href',toroot + match.url);
2158 if (s.keywords[j].toLowerCase().match(textRegex)) {
2168 if (s.title.toLowerCase().match(textRegex)) {
2192 if (s.keywords[j].toLowerCase().match(textRegex)) {
2200 if (s.title.toLowerCase().match(textRegex)) {
2224 if (s.keywords[j].toLowerCase().match(textRegex)) {
2232 if (s.title.toLowerCase().match(textRegex)) {
2256 if (s.keywords[j].toLowerCase().match(textRegex)) {
2264 if (s.title.toLowerCase().match(textRegex)) {
2288 if (s.keywords[j].toLowerCase().match(textRegex)) {
2296 if (s.title.toLowerCase().match(textRegex)) {
2320 if (s.keywords[j].toLowerCase().match(textRegex)) {
2328 if (s.title.toLowerCase().match(textRegex)) {
2352 if (s.keywords[j].toLowerCase().match(textRegex)) {
2360 if (s.title.toLowerCase().match(textRegex)) {
2383 if (s.keywords[j].toLowerCase().match(textRegex)) {
2391 if (s.title.toLowerCase().match(textRegex)) {
2418 var _resultScoreFn = function(match) { argument
2422 if (match.matched_tag > 0) {
2424 score *= 3 / match.matched_tag;
2427 if (match.matched_title > 0) {
2430 } else if (match.matched_title > 0) {
2480 var queryAlnum = (queryLower.match(/\w+/) || [''])[0];
2532 var queryAlnumDot = (queryLower.match(/[\w\.]+/) || [''])[0];
3229 if(linkText.match("^"+"com.google.android")=="com.google.android"){
3268 if(linkText.match("^"+"com.google.android")=="com.google.android"){
3577 var m = $widget.get(0).className.match(/\bcol-(\d+)\b/);
3768 var isStack = cardSize.match(/(\d+)x(\d+)x(\d+)/);