Home
last modified time | relevance | path

Searched defs:suggestions (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/clap/src/parser/features/
Dmod.rs1 pub(crate) mod suggestions; module
/third_party/node/deps/npm/lib/
Dcli-entry.js66 const suggestions = await didYouMean(npm.localPrefix, cmd) constant
/third_party/python/Python/
Dsuggestions.c193 PyObject *suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_attribute_error() local
238 PyObject *suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_name_error() local
Dpythonrun.c1109 PyObject *suggestions = _Py_Offer_Suggestions(value); in print_exception_suggestions() local
/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/
Dsub_subcommands.fig.js43 suggestions: [ property
133 suggestions: [ property
Dfeature_sample.fig.js67 suggestions: [ property
Dspecial_commands.fig.js135 suggestions: [ property
Dvalue_hint.fig.js11 suggestions: [ property
/third_party/rust/crates/clap/src/error/
Dformat.rs94 let suggestions = error.get(ContextKind::Suggested); in format_error() localVariable
Dmod.rs663 let mut suggestions = vec![]; in unknown_argument() localVariable
/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs26 pub(crate) suggestions: Vec<(SuggestionKind, String, Option<SpanRange>)>, field