Lines Matching refs:text
256 $('.topic-start-link').text($nextLink.text().toUpperCase());
1110 $link.text($link.attr(lang+"-lang"))
1298 go(parseInt($(this).text()));
1614 var text = search.value.replace(/(^ +)|( +$)/g, '');
1617 if (text != '') {
1684 if (text.length != 0 &&
1685 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) {
1690 rank_autocomplete_results(text, gMatches);
1716 highlight_autocomplete_result_labels(text);
1892 el.append($('<div>').text('No results'));
1913 .append($('<p>').addClass('dac-custom-search-section').text(section))
1915 …$('<a>').text(item.title).attr('href', item.link).wrap('<h2>').parent().addClass('dac-custom-searc…
1918 ….append($('<a>').addClass('dac-custom-search-link').text(item.formattedUrl).attr('href', item.link…
1926 .text('Load more')
1940 loadMoreButton.text('Loading more...');
2208 function new_node(me, mom, text, link, children_data, api_level) argument
2252 node.label = document.createTextNode(text);
2424 function new_google_node(me, mom, text, link, children_data, api_level) argument
2467 node.label = document.createTextNode(text);
2555 if ( (expand == null && a.text() == "[Expand]") || expand ) {
2559 a.text("[Collapse]");
2560 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
2564 a.text("[Expand]");
2574 if (a.text() == "[Expand All]") {
2578 a.text("[Collapse All]");
2583 a.text("[Expand All]");
2594 $("#toggleAllClassInherited").text("[Collapse All]");