Lines Matching refs:result
2 Provides pre-built result highlighters for AutoComplete.
17 Highlights any individual query character that occurs anywhere in a result.
33 return YArray.map(results, function (result) {
34 return Highlight.all(result.text, queryChars, {
54 Highlights the complete query as a phrase anywhere within a result. Case-
67 return YArray.map(results, function (result) {
68 return Highlight.all(result.text, [query], {
88 Highlights the complete query as a phrase at the beginning of a result.
101 return YArray.map(results, function (result) {
102 return Highlight.all(result.text, [query], {
124 whole words or parts of words in the result. Non-word characters like
141 return YArray.map(results, function (result) {
142 return Highlight.all(result.text, queryWords, {
175 return YArray.map(results, function (result) {
176 return Highlight.words(result.text, query, {