Lines Matching refs:result
4 Provides pre-built result highlighters for AutoComplete.
19 Highlights any individual query character that occurs anywhere in a result.
35 return YArray.map(results, function (result) {
36 return Highlight.all(result.text, queryChars, {
56 Highlights the complete query as a phrase anywhere within a result. Case-
69 return YArray.map(results, function (result) {
70 return Highlight.all(result.text, [query], {
90 Highlights the complete query as a phrase at the beginning of a result.
103 return YArray.map(results, function (result) {
104 return Highlight.all(result.text, [query], {
126 whole words or parts of words in the result. Non-word characters like
143 return YArray.map(results, function (result) {
144 return Highlight.all(result.text, queryWords, {
177 return YArray.map(results, function (result) {
178 return Highlight.words(result.text, query, {