• Home
  • Raw
  • Download

Lines Matching refs:text

293         $('.topic-start-link').text($nextLink.text().toUpperCase());
603 .text($("div#header .logo img").attr('alt'));
1216 $link.text($link.attr(lang+"-lang"))
1406 go(parseInt($(this).text()));
1645 ga('send', 'event', 'Suggestion Click', 'clicked: ' + $(link).text(),
1826 var text = search.value.replace(/(^ +)|( +$)/g, '');
1833 if (text != '') {
1960 if (text.length != 0 &&
1961 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) {
1966 rank_autocomplete_api_results(text, gMatches);
1975 if (text.length != 0 &&
1976 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) {
1981 rank_autocomplete_api_results(text, gGoogleMatches);
1986 highlight_autocomplete_result_labels(text);
1991 if (text.length >= 3) {
1993 var textRegex = new RegExp("\\b" + text.toLowerCase(), "g");
2253 rank_autocomplete_doc_results(text, gDocsMatches);
2619 ga('send', 'event', 'Google Click', 'clicked: ' + $(this).text(),
2795 function new_node(me, mom, text, link, children_data, api_level) argument
2839 node.label = document.createTextNode(text);
3023 function new_google_node(me, mom, text, link, children_data, api_level) argument
3066 node.label = document.createTextNode(text);
3252 if ( (expand == null && a.text() == "[Expand]") || expand ) {
3256 a.text("[Collapse]");
3257 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
3261 a.text("[Expand]");
3271 if (a.text() == "[Expand All]") {
3275 a.text("[Collapse All]");
3280 a.text("[Expand All]");
3291 $("#toggleAllClassInherited").text("[Collapse All]");
3473 .append($('<a>').addClass('slideshow-prev').text('Prev'))
3474 .append($('<a>').addClass('slideshow-next').text('Next'));
3892 .append($('<div>').addClass('section').text(section))
3969 .text('More')))