Home
last modified time | relevance | path

Searched refs:help (Results 676 – 700 of 149133) sorted by relevance

1...<<21222324252627282930>>...5966

/dports/emulators/mess/mame-mame0226/scripts/minimaws/
H A Dminimaws.py88 subparser = subparsers.add_parser('listfull', help='list short names and full names')
89 subparser.add_argument('pattern', nargs='?', metavar='<pat>', help='short name glob pattern')
91 subparser = subparsers.add_parser('listsource', help='list short names and source files')
92 subparser.add_argument('pattern', nargs='?', metavar='<pat>', help='short name glob pattern')
94 subparser = subparsers.add_parser('listclones', help='show clones')
103 subparser = subparsers.add_parser('romident', help='identify ROM dump(s)')
106 subparser = subparsers.add_parser('serve', help='serve over HTTP')
108 subparser.add_argument('--host', metavar='<host>', default='', help='server TCP hostname')
110 subparser = subparsers.add_parser('load', help='load machine information')
112 group.add_argument('--executable', metavar='<exe>', help='emulator executable')
[all …]
/dports/emulators/mame/mame-mame0226/scripts/minimaws/
H A Dminimaws.py88 subparser = subparsers.add_parser('listfull', help='list short names and full names')
89 subparser.add_argument('pattern', nargs='?', metavar='<pat>', help='short name glob pattern')
91 subparser = subparsers.add_parser('listsource', help='list short names and source files')
92 subparser.add_argument('pattern', nargs='?', metavar='<pat>', help='short name glob pattern')
94 subparser = subparsers.add_parser('listclones', help='show clones')
103 subparser = subparsers.add_parser('romident', help='identify ROM dump(s)')
106 subparser = subparsers.add_parser('serve', help='serve over HTTP')
108 subparser.add_argument('--host', metavar='<host>', default='', help='server TCP hostname')
110 subparser = subparsers.add_parser('load', help='load machine information')
112 group.add_argument('--executable', metavar='<exe>', help='emulator executable')
[all …]
/dports/devel/py-oslo.db/oslo.db-11.1.0/oslo_db/
H A Doptions.py20 help='If True, SQLite uses synchronous mode.'),
25 help='The back end to use for the database.'),
27 help='The SQLAlchemy connection string to use to connect to '
42 help='The SQL mode to be used for MySQL sessions. '
54 help='Connections which have been present in the connection '
68 help='Maximum number of database connection retries '
84 help='If set, use this value for max_overflow with '
91 help='Verbosity of SQL debugging information: 0=None, '
101 help='If set, use this value for pool_timeout with '
112 help='If True, increases the interval between retries '
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/signalr/
H A D_params.py34 …signalr_name_type = CLIArgumentType(options_list='--signalr-name', help='Name of the SignalR.', id…
43 help='Name of signalr service.')
47 c.argument('sku', help='The sku name of the signalr service. E.g. Standard_S1')
48 c.argument('unit_count', help='The number of signalr service unit count', type=int)
49 …c.argument('service_mode', help='The service mode which signalr service will be working on', choic…
54 c.argument('sku', help='The sku name of the signalr service. E.g. Standard_S1')
55 c.argument('unit_count', help='The number of signalr service unit count', type=int)
56 …c.argument('service_mode', help='The service mode which signalr service will be working on', choic…
62 …c.argument('default_action', arg_type=get_enum_type(['Allow', 'Deny']), help='Default action to ap…
65 … c.argument('key_type', help='The name of access key to regenerate', choices=SIGNALR_KEY_TYPE)
[all …]
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/cli/
H A Dcmdoptions.py138 help='Show help.',
147 help=(
160 help=SUPPRESS_HELP
195 help=(
209 help=(
230 help=SUPPRESS_HELP
269 help=SUPPRESS_HELP,
566 help=dedent("""\
680 help="Disable the cache.",
765 help=SUPPRESS_HELP
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tools/reftest/
H A Dreftestcommandline.py141 help=argparse.SUPPRESS)
145 help=argparse.SUPPRESS)
168 help="run reftests in random order")
197 help="disables content processes")
205 help="defines an extra user preference")
210 help="Path to the reftest extension")
220 help=argparse.SUPPRESS)
422 help="path to adb")
441 help="port of remote device to test")
474 help="name of the pidfile to generate")
[all …]
/dports/devel/py-datadog/datadog-0.42.0/datadog/dogshell/
H A Dmonitor.py24 help="Represent monitor IDs as strings instead of ints in JSON",
30 post_parser = verb_parsers.add_parser("post", help="Create a monitor")
58 help="[Deprecated] optional argument preferred"
83 show_parser.add_argument("monitor_id", help="monitor to show")
89 help="comma separated list of group states to filter by"
95 help="comma separated list indicating what tags, if any, "
100 help="comma separated list indicating what service "
107 delete_parser.add_argument("monitor_id", help="monitor to delete")
119 mute_parser.add_argument("monitor_id", help="monitor to mute")
127 unmute_parser.add_argument("monitor_id", help="monitor to unmute")
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/pubsub/
H A Dflags.py51 'ack_id', nargs='*', help=help_text,
61 help=help_text)
101 help='JSON or YAML file with the IAM policy')
109 help="""\
121 help="""\
163 help='Audience used in the generated Open ID Connect token for '
190 help="""\
198 help="""\
217 help='The name of the project the provided topic belongs to. '
347 help=message_help_text,
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/contrib/cf-remote/cf_remote/
H A Dmain.py33 sp = subp.add_parser("info", help="Get info about the given hosts")
38 help="Enterprise or community packages", type=str)
55 sp.add_argument("--hub", help="Where to uninstall", type=str)
56 sp.add_argument("--hosts", "-H", help="Where to uninstall", type=str)
60 help="Enterprise or community packages", type=str)
65 help="Enterprise or community packages", type=str)
68 sp = subp.add_parser("download", help="Download CFEngine packages")
70 help="Enterprise or community packages", type=str)
86 sp.add_argument("args", help="Arguments", type=str, nargs='*')
88 sp = subp.add_parser("spawn", help="Spawn hosts in the clouds")
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/data/levels/exercises/chapter003/level002/po/
H A Dru.po38 #: ../help/help.E.txt:1
44 #: ../help/help.E.txt:2
54 #: ../help/help.E.txt:5
64 #: ../help/help.E.txt:7
78 #: ../help/help.E.txt:12
88 #: ../help/help.E.txt:14
106 #: ../help/help.E.txt:21
112 #: ../help/help.E.txt:22
118 #: ../help/help.E.txt:23
124 #: ../help/help.E.txt:24
[all …]
/dports/devel/p5-Getopt-Compact-WithCmd/Getopt-Compact-WithCmd-0.22/t/
H A D02_usage.t43 -h, --help This help message
56 -h, --help This help message
69 -h, --help This help message
83 -h, --help This help message
98 -h, --help This help message
113 -h, --help This help message
220 -h, --help This help message
296 -h, --help This help message
315 -h, --help This help message
335 -h, --help This help message
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/
H A Dcli.py91 help="Output project home information.",
97 help="Output virtualenv information.",
119 help="Output completion (to be eval'd).",
153 help=False, argument
322 help="Verbose mode.",
362 help="Update specified packages.",
432 help="Verbose mode.",
501 help="Verbose mode.",
702 help="Verbose mode.",
900 help="Verbose mode.",
[all …]
/dports/devel/py-watermark/watermark-2.2.0/watermark/
H A Dmagic.py31 help='prints author name')
33 help='prints current date as YYYY-mm-dd')
37 help='prints current time as HH-MM-SS')
42 help='appends the local time zone')
44 help='appends a string "Last updated: "')
46 help='prints a valid strftime() string')
48 help='prints Python and IPython version')
52 help='prints the host name')
54 help='prints system and machine info')
56 help='prints current Git commit hash')
[all …]
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dhelp.c30 ConfigItem_help *help; in Find_Help() local
32 for (help = conf_help; help; help = (ConfigItem_help *)help->next) { in Find_Help()
33 if (help->command == NULL) in Find_Help()
34 return help; in Find_Help()
38 for (help = conf_help; help; help = (ConfigItem_help *)help->next) { in Find_Help()
39 if (help->command == NULL) in Find_Help()
41 else if (!stricmp(command,help->command)) in Find_Help()
42 return help; in Find_Help()
47 int parse_help(aClient *sptr, char *name, char *help) in parse_help() argument
51 if (BadPtr(help)) in parse_help()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/inspector/front-end/
H A DhelpScreen.css1 .help-window-outer {
17 .help-window-main {
36 .help-window-caption {
44 .help-window-title {
50 .help-content {
82 .help-close-button {
108 .help-table {
114 .help-table th {
120 .help-table td {
125 .help-key-cell {
[all …]
/dports/textproc/bat/bat-0.18.3/src/bin/bat/
H A Dclap_app.rs91 .help("Highlight lines N through M.") in build_app()
165 .help("Set the tab width to T spaces.") in build_app()
204 .help( in build_app()
301 .help("Alias for '--paging=never'") in build_app()
310 .help("Determine which pager to use.") in build_app()
384 .help( in build_app()
418 .help("Only print the lines from N to M.") in build_app()
433 .help("Display all supported languages.") in build_app()
479 .help("Show bat's cache directory."), in build_app()
534 .help( in build_app()
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/ko/menus/
H A Dhelp.po31 #: src/menus/help/context-help.xml:14(primary)
32 #: src/menus/help/help.xml:11(title) src/menus/help/help.xml:14(primary)
119 #: src/menus/help/context-help.xml:11(title)
127 #: src/menus/help/context-help.xml:18(para)
142 #: src/menus/help/context-help.xml:29(title)
145 #: src/menus/help/help.xml:36(title)
150 #: src/menus/help/context-help.xml:32(para)
159 #: src/menus/help/context-help.xml:41(para)
432 #: src/menus/help/help.xml:17(para)
447 #: src/menus/help/help.xml:27(para)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/tools/scan-build-py/libscanbuild/
H A Darguments.py179 help="""Run the build commands first, intercept compiler
209 help="""Specifies the output directory for analyzer reports.
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
274 help="""Generates visitation statistics for the project.""")
278 help="""Generate internal analyzer statistics.""")
310 help="""Provide options to pass through to the analyzer's
340 help="""Enable specific checker.""")
346 help="""Disable specific checker.""")
386 help="""Perform only the collect phase of ctu.
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/tools/scan-build-py/libscanbuild/
H A Darguments.py179 help="""Run the build commands first, intercept compiler
209 help="""Specifies the output directory for analyzer reports.
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
274 help="""Generates visitation statistics for the project.""")
278 help="""Generate internal analyzer statistics.""")
310 help="""Provide options to pass through to the analyzer's
340 help="""Enable specific checker.""")
346 help="""Disable specific checker.""")
386 help="""Perform only the collect phase of ctu.
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/tools/scan-build-py/libscanbuild/
H A Darguments.py179 help="""Run the build commands first, intercept compiler
209 help="""Specifies the output directory for analyzer reports.
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
274 help="""Generates visitation statistics for the project.""")
278 help="""Generate internal analyzer statistics.""")
310 help="""Provide options to pass through to the analyzer's
340 help="""Enable specific checker.""")
346 help="""Disable specific checker.""")
386 help="""Perform only the collect phase of ctu.
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/scan-build-py/libscanbuild/
H A Darguments.py179 help="""Run the build commands first, intercept compiler
209 help="""Specifies the output directory for analyzer reports.
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
274 help="""Generates visitation statistics for the project.""")
278 help="""Generate internal analyzer statistics.""")
310 help="""Provide options to pass through to the analyzer's
340 help="""Enable specific checker.""")
346 help="""Disable specific checker.""")
386 help="""Perform only the collect phase of ctu.
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/tools/scan-build-py/libscanbuild/
H A Darguments.py179 help="""Run the build commands first, intercept compiler
209 help="""Specifies the output directory for analyzer reports.
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
274 help="""Generates visitation statistics for the project.""")
278 help="""Generate internal analyzer statistics.""")
310 help="""Provide options to pass through to the analyzer's
340 help="""Enable specific checker.""")
346 help="""Disable specific checker.""")
386 help="""Perform only the collect phase of ctu.
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/scan-build-py/libscanbuild/
H A Darguments.py179 help="""Run the build commands first, intercept compiler
209 help="""Specifies the output directory for analyzer reports.
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
274 help="""Generates visitation statistics for the project.""")
278 help="""Generate internal analyzer statistics.""")
310 help="""Provide options to pass through to the analyzer's
340 help="""Enable specific checker.""")
346 help="""Disable specific checker.""")
386 help="""Perform only the collect phase of ctu.
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/scan-build-py/libscanbuild/
H A Darguments.py179 help="""Run the build commands first, intercept compiler
209 help="""Specifies the output directory for analyzer reports.
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
274 help="""Generates visitation statistics for the project.""")
278 help="""Generate internal analyzer statistics.""")
310 help="""Provide options to pass through to the analyzer's
340 help="""Enable specific checker.""")
346 help="""Disable specific checker.""")
386 help="""Perform only the collect phase of ctu.
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/tools/scan-build-py/libscanbuild/
H A Darguments.py179 help="""Run the build commands first, intercept compiler
209 help="""Specifies the output directory for analyzer reports.
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
274 help="""Generates visitation statistics for the project.""")
278 help="""Generate internal analyzer statistics.""")
310 help="""Provide options to pass through to the analyzer's
340 help="""Enable specific checker.""")
346 help="""Disable specific checker.""")
386 help="""Perform only the collect phase of ctu.
[all …]

1...<<21222324252627282930>>...5966