/third_party/boost/tools/build/src/options/ |
D | help.jam | 7 # This module is the plug-in handler for the --help and --help-.* 11 import doc : do-scan set-option set-output set-output-file print-help-usage print-help-top ; 26 # The help system options are parsed here and handed off to the doc 30 # --help-disable-<option> 31 # --help-doc-options 32 # --help-enable-<option> 33 # --help-internal 34 # --help-options 35 # --help-usage 36 # --help-output <type> [all …]
|
/third_party/python/Lib/test/libregrtest/ |
D | cmdline.py | 199 help='show this help message and exit') 201 help='dump the traceback and exit if a test takes ' 205 help='wait for user input, e.g., allow a debugger ' 209 help='the name of the test at which to start.' + 214 help='run tests in verbose mode with output to stdout') 216 help='re-run failed tests in verbose mode') 218 help='display test output on failure') 220 help='no output unless one or more tests fail') 222 help='print the slowest 10 tests') 224 help='print header with interpreter info') [all …]
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
D | xmlwf_helpgen.py | 59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [… 60 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing') 61 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]… 62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie… 63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document… 64 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages… 65 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal f… 66 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep … 69 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d… 71 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica… [all …]
|
/third_party/expat/xmlwf/ |
D | xmlwf_helpgen.py | 59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [… 60 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing') 61 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]… 62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie… 63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document… 64 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages… 65 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal f… 66 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep … 69 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d… 71 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica… [all …]
|
/third_party/jerryscript/tools/ |
D | build.py | 41 help='show help with all options ' 59 help='specify build directory (default: %(default)s)') 61 help='clean build') 63 help='add custom argument to CMake') 65 help='add custom compile flag') 67 default='MinSizeRel', help='debug build') 69 help='install after build (default: don\'t install; ' 72 help='number of parallel build jobs (default: %(default)s)') 74 help='add custom library to be linked') 76 help='add custom linker flag') [all …]
|
/third_party/node/ |
D | configure.py | 86 help='select the install prefix [default: %default]') 91 help='Build node with code coverage enabled') 96 help='also build debug build') 101 help='build the Node.js part of the binary with debugging symbols') 107 help='CPU architecture to build for ({0})'.format(', '.join(valid_arch))) 113 help='force build to be considered as cross compiled') 118 help='force build to be considered as NOT cross compiled') 124 help='operating system to build for ({0})'.format(', '.join(valid_os))) 129 help='Turn compiler warnings into errors for node core sources.') 134 help='add gdb support') [all …]
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-help-search.md | 3 title: npm-help-search 4 description: Search npm help documentation 7 # npm-help-search(1) 9 ## Search npm help documentation 14 npm help-search <text> 22 If only one result is found, then it will show that help topic. 24 If the argument to `npm help` is not a known help topic, then it will 25 call `help-search`. It is rarely if ever necessary to call this 35 If true, the "long" flag will cause help-search to output context around 38 If false, then help-search will just list out the help topics found. [all …]
|
D | npm-help.md | 3 title: npm-help 4 description: Get help on npm 7 # npm-help(1) 9 ## Get help on npm 14 npm help <term> [<terms..>] 22 the `help-search` command to find a match. Note that, if `help-search` 23 finds a single subject, then it will run `help` on that topic, so unique 33 The program to use to view help content. 35 Set to `"browser"` to view html help content in the default web browser. 44 * [npm help-search](/cli-commands/npm-help-search)
|
/third_party/node/deps/npm/node_modules/sshpk/bin/ |
D | sshpk-verify | 16 help: 'Hash algorithm (sha1, sha256, sha384, sha512)' 21 help: 'Display verbose info about key and hash used' 26 help: 'Path to (public) key to use' 31 help: 'Input filename' 36 help: 'Signature format (asn1, ssh, raw)' 41 help: 'base64-encoded signature data' 46 help: 'Shows this help text' 62 if (opts.help || opts._args.length > 1) { 63 var help = parser.help({}).trimRight(); 65 console.error(help); [all …]
|
D | sshpk-sign | 16 help: 'Hash algorithm (sha1, sha256, sha384, sha512)' 21 help: 'Display verbose info about key and hash used' 26 help: 'Path to key to use' 31 help: 'Input filename' 36 help: 'Output filename' 41 help: 'Signature format (asn1, ssh, raw)' 46 help: 'Output raw binary instead of base64' 51 help: 'Shows this help text' 69 if (opts.help || opts._args.length > 1) { 70 var help = parser.help({}).trimRight(); [all …]
|
D | sshpk-conv | 18 help: 'Output format' 23 help: 'Input format' 28 help: 'Input file name (default stdin)' 33 help: 'Output file name (default stdout)' 38 help: 'Produce a private key as output' 43 help: 'Output a new key derived from this one, with given algo' 48 help: 'Print key metadata instead of converting' 53 help: 'Set key comment, if output format supports' 58 help: 'Shows this help text' 74 if (opts.help || opts._args.length > 1) { [all …]
|
/third_party/toybox/scripts/ |
D | config2help.c | 118 struct double_list *help; member 144 char *dlist_zap(struct double_list **help) in dlist_zap() argument 146 struct double_list *dd = dlist_pop(help); in dlist_zap() 154 int zap_blank_lines(struct double_list **help) in zap_blank_lines() argument 158 while (*help) { in zap_blank_lines() 161 s = skip_spaces((*help)->data); in zap_blank_lines() 165 free(dlist_zap(help)); in zap_blank_lines() 181 char **grab_dashlines(struct double_list **help, struct double_list **from, in grab_dashlines() argument 189 zap_blank_lines(help); in grab_dashlines() 190 *from = *help; in grab_dashlines() [all …]
|
/third_party/skia/tools/skpbench/ |
D | skpbench.py | 33 help="path to the skpbench binary") 35 action='store_true', help="execute skpbench over adb") 37 help="The name of the adb binary to use.") 39 help="if using adb, ID of the specific device to target " 43 help="initial max allowable relative standard deviation") 45 help="suffix to append on config (e.g. '_before', '_after')") 47 help="directory to save .png proofs to disk.") 49 type=int, default=1, help="level of verbosity (0=none to 5=debug)") 51 type=int, help="number of milliseconds to run each benchmark") 53 type=int, help="duration of a sample (minimum)") [all …]
|
/third_party/python/Tools/peg_generator/pegen/ |
D | __main__.py | 77 argparser.add_argument("-q", "--quiet", action="store_true", help="Don't print the parsed grammar") 83 help="Print timing stats; repeat for more debug output", 85 subparsers = argparser.add_subparsers(help="target language for the generated code") 87 c_parser = subparsers.add_parser("c", help="Generate C code for inclusion into CPython") 89 c_parser.add_argument("grammar_filename", help="Grammar description") 90 c_parser.add_argument("tokens_filename", help="Tokens description") 92 "-o", "--output", metavar="OUT", default="parse.c", help="Where to write the generated parser" 97 help="Compile generated C code into an extension module", 100 "--optimized", action="store_true", help="Compile the extension in optimized mode" 103 "--skip-actions", action="store_true", help="Suppress code emission for rule actions", [all …]
|
/third_party/toybox/ |
D | Config.in | 15 help 16 usage: toybox [--long | --help | --version | [command] [arguments...]] 30 --help Show command help (only) 45 help 56 help 62 help 69 help 75 help 83 help 89 help [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/shaders/ |
D | bin2array.py | 77 parser.add_argument("-i", "--input", help="the file to be converted") 78 parser.add_argument("--output", help="c source file location") 79 parser.add_argument("--header-output", help="c header file location") 80 parser.add_argument("--linebreak", type=int, help="add linebreak after every N element") 81 …parser.add_argument("--linebreak-value", default="\n", help="use what sequence to break lines, def… 82 …parser.add_argument("--separator", default=", ", help="use what to separate elements, defaults to … 83 parser.add_argument("--array-name", default="array_data", help="name of the resulting array") 84 parser.add_argument("--element-type", default="char", help="C type for the array") 85 parser.add_argument("--element-size", type=int, default=1, help="how many bytes per element") 86 …parser.add_argument("--element-prefix", default="0x", help="string to be added to the head of elem… [all …]
|
/third_party/flutter/skia/infra/bots/assets/ |
D | assets.py | 55 subs = parser.add_subparsers(help='Commands:') 57 prs_add = subs.add_parser('add', help='Add a new asset.') 59 prs_add.add_argument('asset_name', help='Name of the asset.') 62 prs_remove = subs.add_parser('remove', help='Remove an asset.') 64 prs_remove.add_argument('asset_name', help='Name of the asset.') 68 'download', help='Download the current version of an asset.') 70 prs_download.add_argument('asset_name', help='Name of the asset.') 75 'upload', help='Upload a new version of an asset.') 77 prs_upload.add_argument('asset_name', help='Name of the asset.') 83 help='Additional tags for the CIPD package, "key:value"')
|
/third_party/python/Lib/json/ |
D | tool.py | 26 help='a JSON file to be validated or pretty-printed', 30 help='write the output of infile to outfile', 33 help='sort the output of dictionaries alphabetically by key') 35 help='disable escaping of non-ASCII characters') 37 help='parse input using the JSON Lines format. ' 41 help='separate items with newlines and use this number ' 44 const='\t', help='separate items with newlines and use ' 48 help='separate items with spaces rather than newlines') 50 help='suppress all whitespace separation (most compact)')
|
/third_party/flutter/skia/tools/skpbench/ |
D | skpbench.py | 33 help="path to the skpbench binary") 35 action='store_true', help="execute skpbench over adb") 37 help="The name of the adb binary to use.") 39 help="if using adb, ID of the specific device to target " 43 help="initial max allowable relative standard deviation") 45 help="suffix to append on config (e.g. '_before', '_after')") 47 help="directory to save .png proofs to disk.") 49 type=int, default=1, help="level of verbosity (0=none to 5=debug)") 51 type=int, help="number of milliseconds to run each benchmark") 53 type=int, help="duration of a sample (minimum)") [all …]
|
/third_party/libinput/completion/zsh/ |
D | _libinput | 36 '--help[Show help and exit]' \ 43 '--help[Show debug-events help and exit]' \ 87 '--help[Show debug-gui help and exit]' \ 97 '--help[Show debug-tablet help and exit]' \ 115 '--help[Print help and exit]' \ 136 '--help[Show help message and exit]' \ 143 '--help[Show help message and exit]' \ 152 '--help[Show help message and exit]' \ 161 '--help[Show help message and exit]' \ 175 '--help[Print help and exit]' \ [all …]
|
/third_party/glib/gio/gdbus-2.0/codegen/ |
D | codegen_main.py | 177 "files", metavar="FILE", nargs="+", help="D-Bus introspection XML file" 184 help=argparse.SUPPRESS, 190 help="String to strip from D-Bus interface names for code and docs", 196 help="The namespace to use for generated C code", 201 help="Generate a GDBusObjectManagerClient subclass when generating C code", 207 help="Generate autocleanup support", 212 help="Generate Docbook in OUTFILES-org.Project.IFace.xml", 217 help='Use "pragma once" as the inclusion guard', 224 help="Add annotation (may be used several times)", 229 help="Minimum version of GLib to be supported by the outputted code " [all …]
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | trigger.py | 29 parser.add_argument('gn_path', help='path to GN. (e.g. out/Release)') 30 parser.add_argument('test', help='test name. (e.g. angle_end2end_tests)') 31 parser.add_argument('os_dim', help='OS dimension. (e.g. Windows-10)') 32 parser.add_argument('-s', '--shards', default=1, help='number of shards', type=int) 34 '-p', '--pool', default=DEFAULT_POOL, help='swarming pool, default is %s.' % DEFAULT_POOL) 35 parser.add_argument('-g', '--gpu', help='GPU dimension. (e.g. intel-hd-630-win10-stable)') 36 parser.add_argument('-t', '--device-type', help='Android device type (e.g. bullhead)') 37 parser.add_argument('-o', '--device-os', help='Android OS.') 42 help='Log level. Default is %s.' % DEFAULT_LOG_LEVEL) 44 '--gold', action='store_true', help='Use swarming arguments for Gold tests.') [all …]
|
/third_party/mesa3d/.gitlab-ci/ |
D | report-flakes.py | 75 help='IRC server hostname', required=True) 77 help='IRC server port', required=True) 79 help='results.csv file from deqp-runner or piglit-runner', required=True) 81 … help='*-flakes.txt file passed to deqp-runner or piglit-runner', required=True) 83 help='Known flakes report channel', required=True) 85 help='$CI_JOB_URL', required=True) 87 help='$CI_RUNNER_DESCRIPTION', required=True) 89 help='optional branch name') 91 help='optional branch title') 93 help='$CI_JOB_ID', required=True) [all …]
|
/third_party/python/Lib/test/ |
D | test_argparse.py | 1923 prefix_chars[0] * 2 + 'foo', action='store_true', help='foo help') 1928 '--foo', action='store_true', help='foo help') 1930 'bar', type=float, help='bar help') 1949 parser1.add_argument('-w', type=int, help='w help') 1950 parser1.add_argument('x', choices='abc', help='x help') 1957 parser2.add_argument('-y', choices='123', help='y help') 1958 parser2.add_argument('z', type=complex, nargs='*', help='z help') 1965 parser3.add_argument('t', type=int, help='t help') 1966 parser3.add_argument('u', nargs='...', help='u help') 2135 help='help message containing non-breaking spaces shall not ' [all …]
|
/third_party/ltp/testcases/lib/ |
D | tst_checkpoint.c | 47 goto help; in main() 53 goto help; in main() 58 goto help; in main() 61 goto help; in main() 65 goto help; in main() 70 goto help; in main() 85 help: in main()
|