• Home
  • Raw
  • Download

Lines Matching refs:match

147   if (SITE_ROOT.match(/\.\.\//) || SITE_ROOT == '') {
153 var upDirs = (SITE_ROOT.match(/(\.\.\/)+/) || [''])[0].length / 3;
1623 function set_item_values(toroot, $li, match) argument
1626 $link.html(match.__hilabel || match.label);
1627 $link.attr('href',toroot + match.link);
1630 function set_item_values_jd(toroot, $li, match) argument
1633 $link.html(match.title);
1634 $link.attr('href',toroot + match.url);
1969 if (s.keywords[j].toLowerCase().match(textRegex)) {
1979 if (s.title.toLowerCase().match(textRegex)) {
2003 if (s.keywords[j].toLowerCase().match(textRegex)) {
2011 if (s.title.toLowerCase().match(textRegex)) {
2035 if (s.keywords[j].toLowerCase().match(textRegex)) {
2043 if (s.title.toLowerCase().match(textRegex)) {
2067 if (s.keywords[j].toLowerCase().match(textRegex)) {
2075 if (s.title.toLowerCase().match(textRegex)) {
2099 if (s.keywords[j].toLowerCase().match(textRegex)) {
2107 if (s.title.toLowerCase().match(textRegex)) {
2131 if (s.keywords[j].toLowerCase().match(textRegex)) {
2139 if (s.title.toLowerCase().match(textRegex)) {
2163 if (s.keywords[j].toLowerCase().match(textRegex)) {
2171 if (s.title.toLowerCase().match(textRegex)) {
2194 if (s.keywords[j].toLowerCase().match(textRegex)) {
2202 if (s.title.toLowerCase().match(textRegex)) {
2229 var _resultScoreFn = function(match) { argument
2233 if (match.matched_tag > 0) {
2235 score *= 3 / match.matched_tag;
2238 if (match.matched_title > 0) {
2241 } else if (match.matched_title > 0) {
2291 var queryAlnum = (queryLower.match(/\w+/) || [''])[0];
2343 var queryAlnumDot = (queryLower.match(/[\w\.]+/) || [''])[0];
3023 if(linkText.match("^"+"com.google.android")=="com.google.android"){
3062 if(linkText.match("^"+"com.google.android")=="com.google.android"){
3371 var m = $widget.get(0).className.match(/\bcol-(\d+)\b/);
3528 var isStack = cardSize.match(/(\d+)x(\d+)x(\d+)/);