Lines Matching refs:text
123 Search.dots.text(dotString);
141 $('#search-progress').text(_('Preparing search...'));
306 Search.title.text(_('Search Results'));
308 …Search.status.text(_('Your search did not match any documents. Please make sure that all words are…
310 …Search.status.text(_('Search finished, found %s page(s) matching the search query.').replace('%s',…
503 var text = Search.htmlToText(htmlText);
504 if (text == "") {
507 var textLower = text.toLowerCase();
516 $.trim(text.substr(start, 240)) +
517 ((start + 240 - text.length) ? '...' : '');
518 var rv = $('<p class="context"></p>').text(excerpt);