Lines Matching refs:title
202 // The function takes a result array [filename, title, anchor, descr, score]
221 // query found in title
222 title: 15,
299 this.title = $('<h2>' + _('Searching') + '</h2>').appendTo(this.out);
300 this.dots = $('<span></span>').appendTo(this.title);
364 // array of [filename, title, anchor, descr, score]
377 .concat(this.performTermsSearch(searchterms, excluded, titleterms, Scorer.title));
451 // no source available, just display title
458 // search finished, update title and status message
461 Search.title.text(_('Search Results'));
500 var title = titles[match[0]];
502 // found in the name/title/description
505 objname + ' ' + title).toLowerCase();
517 var descr = objname + _(', in ') + title;