Home
last modified time | relevance | path

Searched refs:suggestions (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dno-non-null-assertion.test.ts26 suggestions: undefined,
37 suggestions: [
53 suggestions: undefined,
64 suggestions: [
80 suggestions: [
96 suggestions: [
112 suggestions: [
128 suggestions: [
144 suggestions: [
162 suggestions: undefined,
[all …]
Dprefer-optional-chain.test.ts137 suggestions: [
189 suggestions: [
191 ...c.errors[0].suggestions![0],
192 output: `${c.errors[0].suggestions![0].output} && bing`,
204 suggestions: [
206 ...c.errors[0].suggestions![0],
207 output: `${c.errors[0].suggestions![0].output} && bing.bong`,
237 suggestions: [
246 suggestions: [
263 suggestions: [
[all …]
Dno-non-null-asserted-optional-chain.test.ts31 suggestions: [
45 suggestions: [
59 suggestions: [
73 suggestions: [
87 suggestions: [
101 suggestions: [
115 suggestions: [
129 suggestions: [
143 suggestions: [
157 suggestions: [
Dno-confusing-non-null-assertion.test.ts31 suggestions: [
47 suggestions: [
63 suggestions: [
79 suggestions: [
95 suggestions: [
111 suggestions: [
127 suggestions: [
143 suggestions: [
Dprefer-nullish-coalescing.test.ts156 suggestions: [
184 suggestions: [
210 suggestions: [
236 suggestions: [
262 suggestions: [
288 suggestions: [
317 suggestions: [
347 suggestions: [
366 suggestions: [
397 suggestions: [
[all …]
Dno-explicit-any.test.ts439 suggestions: [
454 suggestions: [
858 suggestions: [
873 suggestions: [
893 suggestions: [
908 suggestions: [
928 suggestions: [
945 suggestions: [
962 suggestions: [
1008 suggestions: [
[all …]
Dprefer-enum-initializers.test.ts45 suggestions: [
86 suggestions: [
120 suggestions: [
164 suggestions: [
208 suggestions: [
Dswitch-exhaustiveness-check.test.ts443 suggestions: [
475 suggestions: [
509 suggestions: [
546 suggestions: [
583 suggestions: [
Dno-confusing-void-expression.test.ts222 suggestions: [
239 suggestions: [
256 suggestions: [
281 suggestions: [
Dno-implicit-any-catch.test.ts40 suggestions: [
65 suggestions: [
Dprefer-as-const.test.ts82 suggestions: [
99 suggestions: [
Dreturn-await.test.ts326 suggestions: [
351 suggestions: [
/third_party/python/Python/
Dsuggestions.c190 PyObject *suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_attribute_error() local
192 return suggestions; in offer_suggestions_for_attribute_error()
229 PyObject *suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_name_error() local
231 if (suggestions != NULL) { in offer_suggestions_for_name_error()
232 return suggestions; in offer_suggestions_for_name_error()
239 suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_name_error()
241 if (suggestions != NULL) { in offer_suggestions_for_name_error()
242 return suggestions; in offer_suggestions_for_name_error()
249 suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_name_error()
252 return suggestions; in offer_suggestions_for_name_error()
/third_party/typescript_eslint/packages/eslint-plugin-internal/tests/rules/
Dno-poorly-typed-ts-props.test.ts44 suggestions: [
76 suggestions: [
108 suggestions: [
/third_party/cef/libcef_dll/cpptoc/
Dcontext_menu_params_cpptoc.cc286 cef_string_list_t suggestions) { in context_menu_params_get_dictionary_suggestions() argument
295 DCHECK(suggestions); in context_menu_params_get_dictionary_suggestions()
296 if (!suggestions) in context_menu_params_get_dictionary_suggestions()
301 transfer_string_list_contents(suggestions, suggestionsList); in context_menu_params_get_dictionary_suggestions()
309 cef_string_list_clear(suggestions); in context_menu_params_get_dictionary_suggestions()
310 transfer_string_list_contents(suggestionsList, suggestions); in context_menu_params_get_dictionary_suggestions()
/third_party/cef/libcef/browser/
Dcontext_menu_params_impl.cc113 std::vector<CefString>& suggestions) { in GetDictionarySuggestions() argument
116 if (!suggestions.empty()) in GetDictionarySuggestions()
117 suggestions.clear(); in GetDictionarySuggestions()
125 suggestions.push_back(*it); in GetDictionarySuggestions()
/third_party/node/deps/npm/lib/
Drun-script.js153 let suggestions = didYouMean(cmd, Object.keys(pkg.scripts))
154 suggestions = suggestions ? '\n' + suggestions : ''
155 return cb(new Error('missing script: ' + cmd + suggestions))
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dsearch_demo.dart157 final Iterable<int> suggestions = query.isEmpty
163 suggestions: suggestions.map<String>((int i) => '$i').toList(),
260 const _SuggestionList({this.suggestions, this.query, this.onSelected});
262 final List<String> suggestions;
270 itemCount: suggestions.length,
272 final String suggestion = suggestions[i];
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dsearch.dart59 delegate._currentBody = _SearchBody.suggestions;
77 /// and should be used to build the suggestions and results.
80 /// and you can go back to showing the suggestions by calling
110 /// Widget buildSuggestions(BuildContext context) => Text("suggestions");
130 /// The suggestions should be based on the current [query] string. If the query
172 /// clear the query and show the suggestions again (via [showSuggestions]) if
216 /// Transition from the suggestions returned by [buildSuggestions] to the
226 /// * [showSuggestions] to show the search suggestions again.
233 /// the suggestions returned by [buildSuggestions].
239 /// to showing the search suggestions.
[all …]
/third_party/glib/gio/completion/
Dgdbus12 local suggestions=$(gdbus complete "${COMP_LINE}" ${COMP_POINT})
13 COMPREPLY=($(compgen -W "$suggestions" -- "$cur"))
Dgio23 # Check whether the suggestions have common prefix (i.e. suggestions won't be
92 # Workaround to show suggestions as basenames only
96 # Workaround to prevent overwriting suggestions, it adds empty
/third_party/cef/libcef_dll/ctocpp/
Dcontext_menu_params_ctocpp.cc290 std::vector<CefString>& suggestions) { in GetDictionarySuggestions() argument
303 transfer_string_list_contents(suggestions, suggestionsList); in GetDictionarySuggestions()
310 suggestions.clear(); in GetDictionarySuggestions()
311 transfer_string_list_contents(suggestionsList, suggestions); in GetDictionarySuggestions()
/third_party/boost/libs/container_hash/doc/
Dthanks.qbk10 Joaquín M López Muñoz made many useful suggestions and contributed fixes.
18 The implementation of the hash function for pointers is based on suggestions
/third_party/typescript_eslint/tests/integration/fixtures/markdown/
Dtest.js.snap32 "suggestions": Array [
89 "suggestions": Array [
135 "suggestions": Array [
181 "suggestions": Array [
/third_party/flutter/flutter/packages/flutter/test/material/
Dsearch_test.dart108 testWidgets('Requests suggestions', (WidgetTester tester) async {
173 testWidgets('Can switch between results and suggestions', (WidgetTester tester) async {
182 // Showing suggestions
209 // Tapping search field to go back to suggestions
349 suggestions: 'Nested Suggestions',
414 suggestions: 'Nested Suggestions',
695 this.suggestions = 'Suggestions',
702 final String suggestions;
736 child: Text(suggestions),

12345678910>>...16