Home
last modified time | relevance | path

Searched refs:Help (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/third_party/rust/crates/clap/src/builder/
Daction.rs246 Help, enumerator
287 Self::Help => false, in takes_values()
299 Self::Help => None, in default_value()
311 Self::Help => None, in default_missing_value()
323 Self::Help => None, in default_value_parser()
338 Self::Help => None, in value_type_id()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts197 export class Help {
234 longestSubcommandTermLength(cmd: Command, helper: Help): number;
236 longestOptionTermLength(cmd: Command, helper: Help): number;
238 longestGlobalOptionTermLength(cmd: Command, helper: Help): number;
240 longestArgumentTermLength(cmd: Command, helper: Help): number;
242 padWidth(cmd: Command, helper: Help): number;
251 formatHelp(cmd: Command, helper: Help): string;
253 export type HelpConfiguration = Partial<Help>;
437 createHelp(): Help;
/third_party/node/test/fixtures/postject-copy/node_modules/commander/
Dindex.js4 const { Help } = require('./lib/help.js');
24 exports.Help = Help;
Desm.mjs15 Help
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dflag_test.cc178 EXPECT_EQ(absl::GetFlagReflectionHandle(f1).Help(), "literal help"); in TestConstructionFor()
185 EXPECT_EQ(absl::GetFlagReflectionHandle(f2).Help(), "dynamic help"); in TestConstructionFor()
282 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_01).Help(), in TEST_F()
291 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_02).Help(), in TEST_F()
300 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_03).Help(), in TEST_F()
309 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_04).Help(), in TEST_F()
318 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_05).Help(), in TEST_F()
327 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_06).Help(), in TEST_F()
336 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_07).Help(), in TEST_F()
345 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_08).Help(), in TEST_F()
[all …]
/third_party/skia/third_party/externals/libwebp/examples/
Dgif2webp.c65 static void Help(void) { in Help() function
152 Help(); in main()
159 Help(); in main()
218 Help(); in main()
244 Help(); in main()
251 Help(); in main()
271 Help(); in main()
Danim_diff.c195 static void Help(void) { in Help() function
248 Help(); in main()
271 Help(); in main()
276 Help(); in main()
282 Help(); in main()
Danim_dump.c26 static void Help(void) { in Help() function
49 Help(); in main()
75 Help(); in main()
Ddwebp.c77 static void Help(void) { in Help() function
206 Help(); in main()
295 Help(); in main()
302 Help(); in main()
309 Help(); in main()
Dvwebp.c458 static void Help(void) { in Help() function
502 Help(); in main()
534 Help(); in main()
541 Help(); in main()
548 Help(); in main()
/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs87 .push((SuggestionKind::Help, msg, Some(span_range))); in span_range_help()
145 self.suggestions.push((SuggestionKind::Help, msg, None)); in help()
277 Help, enumerator
285 SuggestionKind::Help => "help", in name()
/third_party/rust/crates/codespan/codespan-reporting/src/
Ddiagnostic.rs31 Help, enumerator
42 Severity::Help => 1, in to_cmp_int()
183 Diagnostic::new(Severity::Help) in help()
/third_party/rust/crates/clap/tests/builder/
Dhidden_args.rs235 .arg(arg!(-h - -help).action(ArgAction::Help).hide(true)) in hide_opt_args_only()
255 .arg(arg!(-h - -help).action(ArgAction::Help).hide(true)) in hide_pos_args_only()
275 .arg(arg!(-h - -help).action(ArgAction::Help).hide(true)) in hide_subcmds_only()
/third_party/mesa3d/src/tool/pps/
Dpps_config.cc40 Help, enumerator
87 Mode mode = Mode::Help; in main()
134 if (mode == Mode::Help) { in main()
/third_party/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs51 (SuggestionKind::Help, Some(span_range)) => { in emit_diagnostic()
55 (SuggestionKind::Help, None) => res.help(msg), in emit_diagnostic()
/third_party/python/Lib/idlelib/
DNEWS2x.txt118 wheel now works in ACW. Added AutoComplete instructions to IDLE Help.
535 - Improved formatting in IDLE Help.
560 - Removed the File Path from the Additional Help Sources scrolled list.
562 - Add capability to access Additional Help Sources on the web if the
563 Help File Path begins with //http or www. (Otherwise local path is
566 - Additional Help Sources were not being posted on the Help menu in the
570 - Add Browse button to New Help Source dialog. Arrange to start in
573 - Put the Additional Help Sources directly on the Help menu instead of in
574 an Extra Help cascade menu. Rearrange the Help menu so the Additional
575 Help Sources come last. Update help.txt appropriately.
[all …]
DREADME.txt5 is available in IDLE by selecting Help => IDLE Help. This README documents
58 macosx.py # Help IDLE run on Macs (nim).
103 help.html # copy of idle.html in docs, displayed by IDLE Help
208 Help
211 IDLE Help # eEW.help_dialog, helpshow_idlehelp
/third_party/node/deps/npm/lib/commands/
Dhelp.js24 class Help extends BaseCommand { class
113 module.exports = Help
/third_party/ltp/lib/
Dparse_opts.c575 int Help = 0; variable
585 {"h", &Help, NULL}, /* -h option */
589 {"missingarg:", &Help, NULL}, /* error */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp96 static void Help(ArrayRef<SubtargetSubTypeKV> CPUTable, in Help() function
167 Help(ProcDesc, ProcFeatures); in getFeatures()
187 Help(ProcDesc, ProcFeatures); in getFeatures()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dhelp.js14 class Help { class
461 exports.Help = Help;
/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dconfig.rs141 Severity::Help => &self.header_help, in header()
152 (LabelStyle::Primary, Severity::Help) => &self.primary_label_help, in label()
/third_party/python/Tools/msi/
Dbuild.bat14 if "%~1" EQU "-h" goto Help
72 :Help label
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.cpp39 struct Help { typedef bool ValueType; }; argument
102 addOption(Option<Help>("h", "help", "Show this help")); in Parser()
151 DE_ASSERT(!dst->m_options.get<Help>()); in parse()
239 if (dst->m_options.get<Help>()) in parse()
/third_party/curl/docs/cmdline-opts/
Dremote-time.d5 Help: Set the remote file's time on the local output

12345678910>>...21