Home
last modified time | relevance | path

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

12345678910>>...12

/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/rust/crates/proc-macro-error/src/
Ddiagnostic.rs26 pub(crate) suggestions: Vec<(SuggestionKind, String, Option<SpanRange>)>, field
75 suggestions: vec![], in spanned_range()
86 self.suggestions in span_range_help()
92 self.suggestions in span_range_note()
145 self.suggestions.push((SuggestionKind::Help, msg, None)); in help()
166 self.suggestions.push((SuggestionKind::Note, msg, None)); in note()
231 suggestions: &[(SuggestionKind, String, Option<SpanRange>)], in to_tokens()
237 let message = if suggestions.is_empty() { in to_tokens()
244 for (kind, note, _span) in suggestions { in to_tokens()
265 &self.suggestions, in to_tokens()
/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/node/deps/npm/lib/
Dcli-entry.js66 const suggestions = await didYouMean(npm.localPrefix, cmd) constant
67 npm.output(`Unknown command: "${cmd}"${suggestions}\n`)
/third_party/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs29 suggestions, in emit_diagnostic()
46 for (kind, msg, span) in suggestions { in emit_diagnostic()
/third_party/rust/crates/clap/src/error/
Dmod.rs23 use crate::parser::features::suggestions;
401 let suggestion = suggestions::did_you_mean(&bad_val, good_vals.iter()).pop(); in invalid_value()
663 let mut suggestions = vec![]; in unknown_argument() localVariable
672 suggestions.push(styled_suggestion); in unknown_argument()
690 suggestions.push(styled_suggestion); in unknown_argument()
700 if !suggestions.is_empty() { in unknown_argument()
703 ContextValue::StyledStrs(suggestions), in unknown_argument()
Dformat.rs94 let suggestions = error.get(ContextKind::Suggested); in format_error() localVariable
95 if let Some(ContextValue::StyledStrs(suggestions)) = suggestions { in format_error()
99 for suggestion in suggestions { in format_error()
/third_party/rust/crates/clap/
DBUILD.gn40 "suggestions",
70 "suggestions",
/third_party/rust/crates/clap/src/parser/features/
Dmod.rs1 pub(crate) mod suggestions; module
/third_party/node/deps/npm/lib/commands/
Drun-script.js93 const suggestions = await didYouMean(path, event)
95 `Missing script: "${event}"${suggestions}\n\nTo see a list of scripts, run:\n npm run`
/third_party/libsnd/
DCODEOWNERS1 # The owners of this repository. In order of suggestions as reviewers.
/third_party/typescript/tests/baselines/reference/
Dmaximum10SpellingSuggestions.symbols3 // the last two bobs should not have did-you-mean spelling suggestions
Dmaximum10SpellingSuggestions.types3 // the last two bobs should not have did-you-mean spelling suggestions
/third_party/python/Lib/test/decimaltestdata/
DdqLogB.decTest15 -- Please send comments, suggestions, and corrections to the author: --
122 -- suggestions from Ilan Nehama
DddLogB.decTest15 -- Please send comments, suggestions, and corrections to the author: --
121 -- suggestions from Ilan Nehama
Dlogb.decTest15 -- Please send comments, suggestions, and corrections to the author: --
123 -- suggestions from Ilan Nehama
DdecSingle.decTest15 -- Please send comments, suggestions, and corrections to the author: --
/third_party/node/tools/inspector_protocol/jinja2/
DAUTHORS22 Patches and suggestions:
/third_party/e2fsprogs/
DREADME17 suggestions of what sort of information to include when submitting bug
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DREADME.txt25 suggestions.
/third_party/rust/crates/cxx/gen/cmd/
DCargo.toml24 …4", default-features = false, features = ["error-context", "help", "std", "suggestions", "usage"] }
/third_party/python/Doc/howto/
Dcporting.rst16 suggestions with supporting code.

12345678910>>...12