/third_party/rust/crates/clap/clap_bench/benches/ |
D | 06_rustup.rs | 27 .about("The Rust toolchain installer") in build_cli() 38 .about("Show the active and installed toolchains") in build_cli() 43 .about("Update Rust toolchains") in build_cli() 50 .about("Update Rust toolchains") in build_cli() 63 .about("Set the default toolchain") in build_cli() 69 .about("Modify or query the installed toolchains") in build_cli() 71 .subcommand(Command::new("list").about("List installed toolchains")) in build_cli() 74 .about("Install or update a given toolchain") in build_cli() 79 .about("Uninstall a toolchain") in build_cli() 84 .about("Create a custom toolchain by symlinking to a directory") in build_cli() [all …]
|
D | 04_new_help.rs | 14 .about("Does awesome things") in app_example1() 25 .about("does testing things") in app_example1() 34 .about("Does awesome things") in app_example2() 67 .about("Parses an input file to do awesome things") in app_example4() 148 Command::new("myapp").about("does awesome things").arg( in app_example10()
|
/third_party/rust/crates/clap/clap_complete/tests/ |
D | common.rs | 18 clap::Command::new("test").about("Subcommand").arg( in basic_command() 30 .about("Tests completions") in feature_sample_command() 47 clap::Command::new("test").about("tests things").arg( in feature_sample_command() 60 .about("tests other things") in special_commands_command() 115 clap::Command::new("cmd-single-quotes").about("Can be 'always', 'auto', or 'never'"), in quoting_command() 117 .about("Can be \"always\", \"auto\", or \"never\""), in quoting_command() 118 clap::Command::new("cmd-backticks").about("For more information see `echo test`"), in quoting_command() 119 clap::Command::new("cmd-backslash").about("Avoid '\\n'"), in quoting_command() 120 clap::Command::new("cmd-brackets").about("List packages [filter]"), in quoting_command() 121 clap::Command::new("cmd-expansions").about("Execute the shell command with $SHELL"), in quoting_command() [all …]
|
/third_party/rust/crates/clap/clap_complete_fig/tests/ |
D | common.rs | 16 clap::Command::new("test").about("Subcommand").arg( in basic_command() 28 .about("Tests completions") in feature_sample_command() 45 clap::Command::new("test").about("tests things").arg( in feature_sample_command() 58 .about("tests other things") in special_commands_command() 113 clap::Command::new("cmd-single-quotes").about("Can be 'always', 'auto', or 'never'"), in quoting_command() 115 .about("Can be \"always\", \"auto\", or \"never\""), in quoting_command() 116 clap::Command::new("cmd-backticks").about("For more information see `echo test`"), in quoting_command() 117 clap::Command::new("cmd-backslash").about("Avoid '\\n'"), in quoting_command() 118 clap::Command::new("cmd-brackets").about("List packages [filter]"), in quoting_command() 119 clap::Command::new("cmd-expansions").about("Execute the shell command with $SHELL"), in quoting_command() [all …]
|
/third_party/rust/crates/clap/tests/builder/ |
D | template_help.rs | 106 .about("Does awesome things") in template_empty() 116 .about("Does awesome things") in template_notag() 126 .about("Does awesome things") in template_unknowntag() 137 .about("Does awesome things") in template_author_version() 144 .about("Does awesome things") in template_author_version() 161 .about("Does awesome things") in get_app() 176 .about("does testing things") in get_app()
|
D | hidden_args.rs | 21 .about("tests stuff") in hide_args() 47 .about("hides short args") in hide_short_args() 90 .about("hides short args") in hide_short_args_long_help() 129 .about("hides long args") in hide_long_args() 164 .about("hides long args") in hide_long_args_short_help()
|
D | help.rs | 10 .about("tests stuff") in setup() 47 .about("tests things") in help_subcommand() 62 .about("tests subcommands") in help_multi_subcommand_error() 252 .about("tests clap library") in after_and_before_help_output() 292 .about("tests clap library") in after_and_before_long_help_output() 318 .about("tests subcommands") in multi_level_sc_help() 939 .about("bar") in issue_702_multiple_values() 996 .about("bar") in long_about() 1207 .about("Show how the about text is not wrapped") in issue_777_wrap_all_things() 1393 .subcommand(Command::new("test").about("some")); in last_arg_mult_usage_req_with_sc() [all …]
|
D | derive_order.rs | 275 .about("blah b1") in subcommand_sorted_display_order() 278 .about("blah a1") in subcommand_sorted_display_order() 307 .about("blah b1") in subcommand_derived_display_order() 310 .about("blah a1") in subcommand_derived_display_order()
|
/third_party/rust/crates/clap/clap_mangen/tests/ |
D | common.rs | 18 clap::Command::new("test").about("Subcommand").arg( in basic_command() 30 .about("Tests completions") in feature_sample_command() 47 clap::Command::new("test").about("tests things").arg( in feature_sample_command() 60 .about("tests other things") in special_commands_command() 111 clap::Command::new("cmd-single-quotes").about("Can be 'always', 'auto', or 'never'"), in quoting_command() 113 .about("Can be \"always\", \"auto\", or \"never\""), in quoting_command() 114 clap::Command::new("cmd-backticks").about("For more information see `echo test`"), in quoting_command() 115 clap::Command::new("cmd-backslash").about("Avoid '\\n'"), in quoting_command() 116 clap::Command::new("cmd-brackets").about("List packages [filter]"), in quoting_command() 117 clap::Command::new("cmd-expansions").about("Execute the shell command with $SHELL"), in quoting_command() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | excessiveStackDepthFlatArray.types | 65 …es.map((category) => ( <li key={category}>{category}</li> // Error about 'key' only ))… 74 …es.map((category) => ( <li key={category}>{category}</li> // Error about 'key' only ))… 77 …es.map((category) => ( <li key={category}>{category}</li> // Error about 'key' only ))… 86 >categories.map((category) => ( <li key={category}>{category}</li> // Error about 'key' only… 90 >(category) => ( <li key={category}>{category}</li> // Error about 'key' only ) : (cate… 92 >( <li key={category}>{category}</li> // Error about 'key' only ) : any 94 <li key={category}>{category}</li> // Error about 'key' only
|
D | declFileMethods.types | 10 public fooWithParameters(/** this is comment about a*/a: string, 59 private privateFooWithParameters(/** this is comment about a*/a: string, 107 static staticFooWithParameters(/** this is comment about a*/a: string, 155 private static privateStaticFooWithParameters(/** this is comment about a*/a: string, 204 fooWithParameters(/** this is comment about a*/a: string, 235 public fooWithParameters(/** this is comment about a*/a: string, 284 private privateFooWithParameters(/** this is comment about a*/a: string, 332 static staticFooWithParameters(/** this is comment about a*/a: string, 380 private static privateStaticFooWithParameters(/** this is comment about a*/a: string, 429 fooWithParameters(/** this is comment about a*/a: string,
|
/third_party/rust/crates/clap/examples/ |
D | git.rs | 8 .about("A fictional versioning CLI") in cli() 14 .about("Clones repos") in cli() 20 .about("Compare two commits") in cli() 35 .about("pushes things") in cli() 41 .about("adds things") in cli()
|
D | pacman.rs | 5 .about("package manager utility") in main() 17 .about("Query the package database.") in main() 44 .about("Synchronize packages.") in main()
|
D | multicall-hostname.rs | 9 .subcommand(Command::new("hostname").about("show hostname part of FQDN")) in main() 10 .subcommand(Command::new("dnsdomainname").about("show domain name part of FQDN")); in main()
|
/third_party/rust/crates/clap/clap_mangen/src/ |
D | render.rs | 11 pub(crate) fn about(roff: &mut Roff, cmd: &clap::Command) { in about() function 13 Some(about) => format!("{} - {}", cmd.get_name(), about), in about() 20 if let Some(about) = cmd.get_long_about().or_else(|| cmd.get_about()) { in description() 21 for line in about.to_string().lines() { in description() 234 if let Some(about) = sub.get_about().or_else(|| sub.get_long_about()) { in subcommands() 235 for line in about.to_string().lines() { in subcommands() 252 if let Some(about) = cmd.get_after_long_help().or_else(|| cmd.get_after_help()) { in after_help() 253 for line in about.to_string().lines() { in after_help()
|
/third_party/protobuf/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 3 about: Suggest an idea for this project 9 If it's about generated code change, what programming language? 18 Add any other context or screenshots about the feature request here.
|
/third_party/libsnd/src/GSM610/ |
D | COPYRIGHT | 10 As a matter of courtesy, the authors request to be informed about uses 11 this software has found, about bugs in this software, and about any
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_name_gen_delete.txt | 199 After the paragraphs talking about 'DeleteBuffers' insert: 210 Modify the paragraphs talking about 'GenBuffers': 243 Modify the paragraphs talking about 'GenVertexArrays': 264 After the paragraphs talking about 'DeleteVertexArrays' insert: 294 Add after the paragraphs talking about 'DeleteTransformFeedbacksEXT': 305 Modify the paragraphs talking about 'GenTransformFeedbacksEXT': 346 After the paragraphs talking about 'DeleteTextures' insert: 357 Modify the paragraphs talking about 'GenTextures': 381 After the paragraphs talking about 'GenSamplers' insert: 391 After the paragraphs talking about 'DeleteSamplers' insert: [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_name_gen_delete.txt | 199 After the paragraphs talking about 'DeleteBuffers' insert: 210 Modify the paragraphs talking about 'GenBuffers': 243 Modify the paragraphs talking about 'GenVertexArrays': 264 After the paragraphs talking about 'DeleteVertexArrays' insert: 294 Add after the paragraphs talking about 'DeleteTransformFeedbacksEXT': 305 Modify the paragraphs talking about 'GenTransformFeedbacksEXT': 346 After the paragraphs talking about 'DeleteTextures' insert: 357 Modify the paragraphs talking about 'GenTextures': 381 After the paragraphs talking about 'GenSamplers' insert: 391 After the paragraphs talking about 'DeleteSamplers' insert: [all …]
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.1.rst | 128 * Add warning about duplicate initializers 135 * Teach sparse about the __COUNTER__ predefined macro 171 * unssa: update comment about the unneeded copies 177 * C11: teach sparse about '_Thread_local' 178 * C11: teach sparse about '_Noreturn' 179 * C11: teach sparse about '_Alignof()' 180 * C11: teach sparse about '_Alignas()' 181 * C11: teach sparse about '--std={c11,gnu11}' 259 * add test case for warnings about overlapping initializers 274 * teach sparse about -Waddress [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | README.md | 9 - [About Abseil](#about) 18 <a name="about"></a> 41 contains information about setting up your development environment, downloading 123 management](https://abseil.io/about/releases) document for more details. 132 For more information about Abseil: 134 * Consult our [Abseil Introduction](https://abseil.io/about/intro) 135 * Read [Why Adopt Abseil](https://abseil.io/about/philosophy) to understand our 138 [Abseil Compatibility Guarantees](https://abseil.io/about/compatibility) to
|
/third_party/abseil-cpp/ |
D | README.md | 9 - [About Abseil](#about) 16 <a name="about"></a> 39 contains information about setting up your development environment, downloading 107 For more information about Abseil: 109 * Consult our [Abseil Introduction](https://abseil.io/about/intro) 110 * Read [Why Adopt Abseil](https://abseil.io/about/philosophy) to understand our 113 [Abseil Compatibility Guarantees](https://abseil.io/about/compatibility) to
|
/third_party/cef/cmake/ |
D | cef_variables.cmake.in | 94 -Wno-missing-field-initializers # Don't warn about missing field initializers 95 -Wno-unused-parameter # Don't warn about unused parameters 96 -Wno-error=comment # Don't warn about code in comments 97 -Wno-comment # Don't warn about code in comments 98 -Wno-deprecated-declarations # Don't warn about using deprecated methods 109 -Wsign-compare # Warn about mixed signed/unsigned type comparisons 151 -Wno-undefined-var-template # Don't warn about potentially uninstantiated static members 158 -Wno-unused-local-typedefs # Don't warn about unused local typedefs 165 -Wno-literal-suffix # Don't warn about invalid suffixes on literals 172 -Wno-narrowing # Don't warn about type narrowing [all …]
|
/third_party/gn/src/gn/format_test_data/ |
D | 049.gn | 3 # Comment about function arg. 11 # Comment about function arg.
|
/third_party/libabigail/doc/manuals/ |
D | libabigail-concepts.rst | 53 ABI artifacts to avoid emitting change reports about. 66 If we want to ensure that only change reports about structures named 80 Or, we could want to suppress change reports about all struct which 155 still mention statistics about the number of changed ABI artifacts 165 change about the matched ABI artifact is going to be mentioned in the 166 ABI change report and no statistic about the number of suppressed ABI 270 This directive suppresses report messages about a type change. 291 Suppresses change reports about ABI artifacts that are defined in a 301 Suppresses change reports about ABI artifacts that are defined in a 312 Suppresses change reports about ABI artifacts that are defined in a [all …]
|