/third_party/python/Python/ |
D | suggestions.c | 190 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/ |
D | diagnostic.rs | 26 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/ |
D | sub_subcommands.fig.js | 43 suggestions: [ property 133 suggestions: [ property
|
D | feature_sample.fig.js | 67 suggestions: [ property
|
D | special_commands.fig.js | 135 suggestions: [ property
|
D | value_hint.fig.js | 11 suggestions: [ property
|
/third_party/node/deps/npm/lib/ |
D | cli-entry.js | 66 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/ |
D | delegate.rs | 29 suggestions, in emit_diagnostic() 46 for (kind, msg, span) in suggestions { in emit_diagnostic()
|
/third_party/rust/crates/clap/src/error/ |
D | mod.rs | 23 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()
|
D | format.rs | 94 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/ |
D | BUILD.gn | 40 "suggestions", 70 "suggestions",
|
/third_party/rust/crates/clap/src/parser/features/ |
D | mod.rs | 1 pub(crate) mod suggestions; module
|
/third_party/node/deps/npm/lib/commands/ |
D | run-script.js | 93 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/ |
D | CODEOWNERS | 1 # The owners of this repository. In order of suggestions as reviewers.
|
/third_party/typescript/tests/baselines/reference/ |
D | maximum10SpellingSuggestions.symbols | 3 // the last two bobs should not have did-you-mean spelling suggestions
|
D | maximum10SpellingSuggestions.types | 3 // the last two bobs should not have did-you-mean spelling suggestions
|
/third_party/python/Lib/test/decimaltestdata/ |
D | dqLogB.decTest | 15 -- Please send comments, suggestions, and corrections to the author: -- 122 -- suggestions from Ilan Nehama
|
D | ddLogB.decTest | 15 -- Please send comments, suggestions, and corrections to the author: -- 121 -- suggestions from Ilan Nehama
|
D | logb.decTest | 15 -- Please send comments, suggestions, and corrections to the author: -- 123 -- suggestions from Ilan Nehama
|
D | decSingle.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | AUTHORS | 22 Patches and suggestions:
|
/third_party/e2fsprogs/ |
D | README | 17 suggestions of what sort of information to include when submitting bug
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/ |
D | README.txt | 25 suggestions.
|
/third_party/rust/crates/cxx/gen/cmd/ |
D | Cargo.toml | 24 …4", default-features = false, features = ["error-context", "help", "std", "suggestions", "usage"] }
|
/third_party/python/Doc/howto/ |
D | cporting.rst | 16 suggestions with supporting code.
|