Lines Matching defs:query
3121 function highlightString(label, query) { argument
3128 $.fn.highlightMatches = function(query) { argument
4910 window.metadata.query = (function($) { function
5046 function parseResourceQuery(query) { argument
5100 function search(query) { argument
5109 function findDocsMatches(query, data) { argument
5124 function findResourceMatches(query) { argument
5272 function rankAutocompleteApiResults(query, matches) { argument
5477 function customSearch(query, start) { argument
5561 $.fn.customSearch = function(query, searchAppliance) { argument
5574 $.fn.dacSearchRenderHero = function(resources, query) { argument
5592 $.fn.dacSearchRenderReferences = function(results, query) { argument
5594 referenceCard.data('searchreferences.dac', {results: results, query: query}); property
5623 function buildSuggestion(match, query) { argument
5632 function buildResults(results, query) { argument
5638 function renderAndroidResults(list, gMatches, query) { argument
5655 function renderGoogleDocsResults(list, gGoogleMatches, query) { argument
5668 function renderResults(referenceCard, results, query, expanded) { argument
5727 function highlightPage(query, page) { argument
5731 $.fn.dacSearchRenderResources = function(gDocsMatches, query) { argument
5778 this.customSearch = $.fn.debounce(function(query) { argument
5922 Search.prototype.render = function(query) { argument
5954 Search.prototype.addQueryToUrl = function(query) { argument