Home
last modified time | relevance | path

Searched refs:param_opts (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/hci/commands/
H A Dparam_cmd.c96 static struct option_descriptor param_opts[] = { variable
103 COMMAND_DESC ( struct param_options, param_opts, 1, MAX_ARGUMENTS,
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/hci/commands/
H A Dparam_cmd.c96 static struct option_descriptor param_opts[] = { variable
103 COMMAND_DESC ( struct param_options, param_opts, 1, MAX_ARGUMENTS,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/hci/commands/
H A Dparam_cmd.c96 static struct option_descriptor param_opts[] = { variable
103 COMMAND_DESC ( struct param_options, param_opts, 1, MAX_ARGUMENTS,
/dports/net/ipxe/ipxe-2265a65/src/hci/commands/
H A Dparam_cmd.c96 static struct option_descriptor param_opts[] = { variable
103 COMMAND_DESC ( struct param_options, param_opts, 1, MAX_ARGUMENTS,
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/hci/commands/
H A Dparam_cmd.c96 static struct option_descriptor param_opts[] = { variable
103 COMMAND_DESC ( struct param_options, param_opts, 1, MAX_ARGUMENTS,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/hci/commands/
H A Dparam_cmd.c96 static struct option_descriptor param_opts[] = { variable
103 COMMAND_DESC ( struct param_options, param_opts, 1, MAX_ARGUMENTS,
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/hci/commands/
H A Dparam_cmd.c96 static struct option_descriptor param_opts[] = { variable
103 COMMAND_DESC ( struct param_options, param_opts, 1, MAX_ARGUMENTS,
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/hci/commands/
H A Dparam_cmd.c96 static struct option_descriptor param_opts[] = { variable
103 COMMAND_DESC ( struct param_options, param_opts, 1, MAX_ARGUMENTS,
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/engine/
H A Dgx_pluginloader.cpp40 struct param_opts { struct
49 param_opts(const char* tp, const char *id, const char *name);
53 param_opts::param_opts(const char* tp, const char *id, const char *name_) in param_opts() function in gx_engine::param_opts
85 void param_opts::set_common(Parameter *p, const char *tooltip) { in set_common()
106 param_opts opts(tp, id, name); in registerFloatVar_()
147 param_opts opts(tp, id, name); in registerIntVar_()
180 param_opts opts(tp, id, name); in registerBoolVar_()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/click/
H A D_bashcomplete.py250 param_opts = [param_opt for param_opt in param.opts +
252 … completions.extend([(o, param.help) for o in param_opts if o.startswith(incomplete)])
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/Click/click/
H A D_bashcomplete.py250 param_opts = [param_opt for param_opt in param.opts +
252 … completions.extend([(o, param.help) for o in param_opts if o.startswith(incomplete)])
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/Click/click/
H A D_bashcomplete.py250 param_opts = [param_opt for param_opt in param.opts +
252 … completions.extend([(o, param.help) for o in param_opts if o.startswith(incomplete)])
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/Click/click/
H A D_bashcomplete.py250 param_opts = [param_opt for param_opt in param.opts +
252 … completions.extend([(o, param.help) for o in param_opts if o.startswith(incomplete)])
/dports/www/firefox/firefox-99.0/third_party/python/click/click/
H A D_bashcomplete.py302 param_opts = [
308 [(o, param.help) for o in param_opts if o.startswith(incomplete)]
/dports/devel/py-click7/click-7.1.2/src/click/
H A D_bashcomplete.py302 param_opts = [
308 [(o, param.help) for o in param_opts if o.startswith(incomplete)]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/click/
H A D_bashcomplete.py302 param_opts = [
308 [(o, param.help) for o in param_opts if o.startswith(incomplete)]
/dports/net-mgmt/nfsen/nfsen-1.3.8/html/
H A Dnfsen.php172 foreach ( $parse_opts as $varname => $param_opts ) {
222 $err = call_user_func_array($validatefunc, array(&$value, $param_opts));