• Home
  • Raw
  • Download

Lines Matching refs:text

316         $('.topic-start-link').text($nextLink.text().toUpperCase());
763 .text($("div#header .logo img").attr('alt'));
1370 $link.text($link.attr(lang+"-lang"))
1556 go(parseInt($(this).text()));
1976 var text = search.value.replace(/(^ +)|( +$)/g, '');
1983 if (text != '') {
2110 if (text.length != 0 &&
2111 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) {
2116 rank_autocomplete_api_results(text, gMatches);
2125 if (text.length != 0 &&
2126 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) {
2131 rank_autocomplete_api_results(text, gGoogleMatches);
2136 highlight_autocomplete_result_labels(text);
2141 if (text.length >= 2) {
2143 var textRegex = new RegExp("\\b" + text.toLowerCase(), "g");
2403 rank_autocomplete_doc_results(text, gDocsMatches);
2942 function new_node(me, mom, text, link, children_data, api_level) argument
2986 node.label = document.createTextNode(text);
3170 function new_google_node(me, mom, text, link, children_data, api_level) argument
3213 node.label = document.createTextNode(text);
3399 if ( (expand == null && a.text() == "[Expand]") || expand ) {
3403 a.text("[Collapse]");
3404 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
3408 a.text("[Expand]");
3418 if (a.text() == "[Expand All]") {
3422 a.text("[Collapse All]");
3427 a.text("[Expand All]");
3438 $("#toggleAllClassInherited").text("[Collapse All]");
3620 .append($('<a>').addClass('slideshow-prev').text('Prev'))
3621 .append($('<a>').addClass('slideshow-next').text('Next'));
4039 .append($('<div>').addClass('section').text(section))
4116 .text('More')))