Home
last modified time | relevance | path

Searched refs:help (Results 226 – 250 of 85645) sorted by relevance

12345678910>>...3426

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/build/arg/
H A Dpossible_value.rs28 pub struct PossibleValue<'help> {
29 name: &'help str,
30 help: Option<&'help str>, field
35 impl<'help> PossibleValue<'help> {
75 pub fn help(mut self, help: &'help str) -> Self { in help() method
76 self.help = Some(help); in help()
138 impl<'help> PossibleValue<'help> {
148 self.help in get_help()
199 impl<'help> From<&'help str> for PossibleValue<'help> {
205 impl<'help> From<&'help &'help str> for PossibleValue<'help> {
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/clap/src/build/arg/
H A Dpossible_value.rs28 pub struct PossibleValue<'help> {
29 pub(crate) name: &'help str,
30 pub(crate) help: Option<&'help str>, field
35 impl<'help> PossibleValue<'help> {
75 pub fn help(mut self, help: &'help str) -> Self { in help() method
76 self.help = Some(help); in help()
138 impl<'help> PossibleValue<'help> {
148 self.help in get_help()
199 impl<'help> From<&'help str> for PossibleValue<'help> {
205 impl<'help> From<&'help &'help str> for PossibleValue<'help> {
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/
H A DGraalOptions.java68 @Option(help = "", type = OptionType.Expert)
75 @Option(help = "", type = OptionType.Debug)
78 @Option(help = "", type = OptionType.Debug)
81 @Option(help = "", type = OptionType.Debug)
84 @Option(help = "", type = OptionType.Debug)
93 @Option(help = "", type = OptionType.Debug)
96 @Option(help = "", type = OptionType.Debug)
99 @Option(help = "", type = OptionType.Debug)
102 @Option(help = "", type = OptionType.Debug)
105 @Option(help = "", type = OptionType.Debug)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Ddotest_args.py23 optstr, help=helpstr, action='store_true', **kwargs)
98 help='The path to LLDB.framework')
102 help='The path to the lldb executable')
106 help='The path to the debug server executable to use')
117 help='Override the DWARF version.')
146 help='Repeat the test suite for a specified number of times')
158 help='The codesigning identity to use')
182 help='The name of a remote platform to use')
192 help='The directory to use on the remote platform.')
242 help=('Specify an option to pass to the formatter. '
[all …]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/depth/
H A Doptions.py13 help="path to the training data",
18 help="log directory",
57 help="input image height",
61 help="input image width",
69 help="minimum depth",
73 help="maximum depth",
81 help="frames to load",
87 help="batch size",
91 help="learning rate",
95 help="number of epochs",
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/gluon/style_transfer/
H A Doption.py28 help="parser for training arguments")
39 help="path to style-folder")
49 help="random seed for training")
55 help="learning rate, default is 0.001")
59 help="resume if needed")
69 help="path to style-image")
75 help="path for saving the output image")
83 help="learning rate, default is 0.001")
94 help="path to style-image")
100 help="path to style-folder")
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/gluon/style_transfer/
H A Doption.py28 help="parser for training arguments")
39 help="path to style-folder")
49 help="random seed for training")
55 help="learning rate, default is 0.001")
59 help="resume if needed")
69 help="path to style-image")
75 help="path for saving the output image")
83 help="learning rate, default is 0.001")
94 help="path to style-image")
100 help="path to style-folder")
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/talos/talos/
H A Dcmdline.py13 default=argparse.SUPPRESS, help=None): argument
19 help=help)
61 help="Title of the test run")
72 help="disable e10s")
74 help="do not run tests as chrome")
94 help="Run tp tests as tp_fast")
111 help="DEPRECATED")
119 help="manifest file to test")
129 help="length of the pageloader delay")
143 help="print available tests")
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/
H A Dcli.py186 help='display more output')
231 help=argparse.SUPPRESS)
268 help=argparse.SUPPRESS)
301 help='show diff output')
420 help='unit tests')
442 help=argparse.SUPPRESS)
448 help='sanity tests')
472 help='list available tests')
580 help='show environment on stdout')
584 help='dump environment to disk')
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/backup/
H A D_params.py56 job_name_type = CLIArgumentType(help='Name of the job.', options_list=['--name', '-n'])
57 rp_name_type = CLIArgumentType(help='Name of the recovery point.', options_list=['--rp-name', '-r'])
65 resource_id_type = CLIArgumentType(help=resource_id_help, options_list=['--resource-id'])
70 diskslist_type = CLIArgumentType(nargs='+', help=diskslist_help)
91 c.argument('force', action='store_true', help='Force completion of the requested action.')
206 c.argument('name', options_list=['--name', '-n'], help='Name of the Policy.')
228 c.argument('end_date', type=datetime_type, help='The end date of the range in UTC (d-m-Y).')
266 c.argument('vm', help='Name or ID of the Virtual Machine to be protected.')
277 c.argument('backup_type', help=backup_type_help, options_list=['--backup-type'])
280 c.argument('retain_until', type=datetime_type, help=retain_until_help)
[all …]
/dports/net-mgmt/py-opn-cli/opn-cli-0.8.1/opnsense_cli/commands/plugin/haproxy/
H A Dacl.py299 help=(
325 help=('None'),
392 help=(
546 help=(
627 help=(
636 help=(
985 help=(
1068 help=(
1206 help=(
1278 help=(
[all …]
H A Dfrontend.py122 help=(
158 help=(
169 help=(
231 help=(
245 help=(
282 help=(
360 help=(
370 help=(
383 help=(
446 help=(
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/packages/Python/lldbsuite/test/
H A Ddotest_args.py23 optstr, help=helpstr, action='store_true', **kwargs)
98 help='The path to LLDB.framework')
102 help='The path to the lldb executable')
106 help='The path to the debug server executable to use')
117 help='Override the DWARF version.')
146 help='Repeat the test suite for a specified number of times')
158 help='The codesigning identity to use')
194 help='The name of a remote platform to use')
204 help='The directory to use on the remote platform.')
211 help='The reproducer capture path')
[all …]
/dports/x11/mate-terminal/mate-terminal-1.26.0/
H A DChangeLog18 help/af/af.po | 4 +-
19 help/am/am.po | 4 +-
20 help/ar/ar.po | 4 +-
21 help/as/as.po | 4 +-
22 help/ast/ast.po | 4 +-
23 help/az/az.po | 4 +-
24 help/be/be.po | 4 +-
25 help/bg/bg.po | 4 +-
401 help/mate-terminal.pot | 4 +-
411 help/C/index.docbook | 2 +-
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/test/
H A Ddotest_args.py23 optstr, help=helpstr, action='store_true', **kwargs)
98 help='The path to LLDB.framework')
102 help='The path to the lldb executable')
106 help='The path to the debug server executable to use')
117 help='Override the DWARF version.')
136 help='Repeat the test suite for a specified number of times')
148 help='The codesigning identity to use')
184 help='The name of a remote platform to use')
194 help='The directory to use on the remote platform.')
201 help='The reproducer capture path')
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/test/
H A Ddotest_args.py23 optstr, help=helpstr, action='store_true', **kwargs)
98 help='The path to LLDB.framework')
102 help='The path to the lldb executable')
106 help='The path to the debug server executable to use')
117 help='Override the DWARF version.')
136 help='Repeat the test suite for a specified number of times')
148 help='The codesigning identity to use')
184 help='The name of a remote platform to use')
194 help='The directory to use on the remote platform.')
201 help='The reproducer capture path')
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/dla/
H A D_params.py28 c.argument('top', help='Maximum number of items to return.', type=int)
29 … c.argument('skip', help='The number of items to skip over before returning elements.', type=int)
55 c.argument('suffix', help='the optional suffix for the storage account')
56 c.argument('storage_account_name', help='Name of an existing storage account to link to.')
63 c.argument('pipeline_id', help='Job relationship pipeline GUID.')
64 c.argument('pipeline_name', help='Friendly name of the job relationship pipeline.')
66 c.argument('run_id', help='GUID of the iteration of this pipeline.')
68 … c.argument('recurrence_name', help='Friendly recurrence nae for the correlation between jobs.')
79 c.argument('submitter', help='A filter which returns jobs only by the specified submitter.')
80 c.argument('name', help='A filter which returns jobs only by the specified friendly name.')
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/models/widgets/
H A Dinputs.py78 title = String(default="", help="""
143 accept = String(default="", help="""
282 cols = Int(default=20, help="""
286 rows = Int(default=2, help="""
356 value = List(String, help="""
360 size = Int(default=4, help="""
379 value = List(String, help="""
387 max_items = Nullable(Int, help="""
408 value = Date(help="""
412 min_date = Nullable(Date, help="""
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/lib/Xmd/
H A DHelp.c387 XtFree((char*) help -> help.titles); in Destroy()
498 int spacing = help -> help.spacing; in Layout()
763 help -> help.help_path, in ReadHelpFile()
785 help -> help.num_titles = 0; in ReadHelpFile()
812 if (help -> help.num_titles >= help -> help.allocated_titles) { in ReadHelpFile()
814 help -> help.titles = in ReadHelpFile()
818 help -> help.help_text = in ReadHelpFile()
829 help -> help.titles[help -> help.num_titles] = parse_text(line); in ReadHelpFile()
840 help -> help.titles[help -> help.num_titles]); n++; in ReadHelpFile()
844 help -> help.titles[help -> help.num_titles]); n++; in ReadHelpFile()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/xpcshell/
H A Dxpcshellcommandline.py28 help="Manifest of test directories to use")
31 help="don't create log files")
34 help="Run all tests sequentially")
37 help="Directory to use for temporary files")
64 help="Execute tests in random order")
111 help="Path to xpcshell binary")
128 help="Paths of tests to run.")
150 help="local path to Fennec APK")
153 help="Path to adb")
160 help="local path to library directory")
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qhelpenginecore/
H A Dtst_qhelpenginecore.cpp114 QHelpEngineCore help(m_colFile, 0); in setupData() local
115 QCOMPARE(help.setupData(), true); in setupData()
120 QHelpEngineCore help(m_colFile, 0); in collectionFile() local
130 help.setCollectionFile(col1File); in setCollectionFile()
206 QCOMPARE(help.setupData(), true); in registeredDocumentations()
276 QCOMPARE(help.setupData(), true); in customFilters()
290 QCOMPARE(help.setupData(), true); in removeCustomFilter()
300 QCOMPARE(help.setupData(), true); in addCustomFilter()
310 QCOMPARE(help.setupData(), true); in filterAttributes()
323 QCOMPARE(help.setupData(), true); in currentFilter()
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Mandriva/Command/
H A D_urpmi67 local ret=1 help="--help -h"
77 "($help)--proxy:proxy host:_hosts"
83 "(--help -h -v)-q[quiet mode]"
84 "(--help -h -q)-v[verbose mode]"
139 "($help --distrib): :(with)" \
147 "($help : -)"{--help,-h}"[print usage information]" \
148 "($help :)-a[select all media]" \
159 "($help : -)"{--help,-h}"[print usage information]" \
176 "($help : -)"{--help,-h}"[print usage information]" \
205 "($help)"{,\*}": :_urpmi_rpms" \
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/xpcshell/
H A Dxpcshellcommandline.py15 help="always print stdout and stderr from tests")
26 help="Manifest of test directories to use")
29 help="don't create log files")
32 help="Run all tests sequentially")
35 help="Directory to use for temporary files")
58 help="Execute tests in random order")
104 help="Path to xpcshell binary")
116 help="Paths of tests to run.")
134 help="local path to Fennec APK")
141 help="local path to library directory")
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/core/
H A Dproperty_mixins.py248 fill_alpha = AlphaSpec(help=_alpha_help % "fill paths")
258 fill_alpha = Alpha(help=_alpha_help)
268 hatch_alpha = AlphaSpec(help=_alpha_help % "hatching")
282 hatch_alpha = Alpha(help=_alpha_help % "hatching")
283 hatch_scale = Size(default=12.0, help=_hatch_scale_help)
285 hatch_weight = Size(default=1.0, help=_hatch_weight_help)
296 line_alpha = AlphaSpec(help=_alpha_help % "stroke paths")
312 line_alpha = Alpha(help=_alpha_help % "stroke paths")
313 line_width = Float(default=1, help=_line_width_help)
332 text_alpha = AlphaSpec(help=_alpha_help % "fill text")
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/
H A Drun_web_tests.py98 parser.error('%s: %s' % (opt_str, option.help))
125 help='Run Android web tests on these devices'),
150 help=('Do not log Zircon debug messages.')),
224 help='Alternative driver binary to use'),
250 help='Location of test results'),
254 help='Run just the SmokeTests'),
259 help='Do not run just the SmokeTests'),
376 help=(
439 help=('Equivalent to --skipped=ignore.')),
477 help='Set the timeout for each test'),
[all …]

12345678910>>...3426