Home
last modified time | relevance | path

Searched refs:get_option_value (Results 1 – 25 of 130) sorted by relevance

123456

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/module_utils/
H A Dsops.py130 def _add_options(command, env, get_option_value, options): argument
131 if get_option_value is None:
134 v = get_option_value(option)
139 def get_sops_binary(get_option_value): argument
140 cmd = get_option_value('sops_binary') if get_option_value else None
149 command = [Sops.get_sops_binary(get_option_value)]
151 Sops._add_options(command, env, get_option_value, GENERAL_OPTIONS)
186 …def encrypt(data, display=None, cwd=None, input_type=None, output_type=None, get_option_value=None… argument
188 command = [Sops.get_sops_binary(get_option_value)]
190 Sops._add_options(command, env, get_option_value, GENERAL_OPTIONS)
[all …]
/dports/audio/siren/siren-0.9/
H A Dconfigure163 get_option_value()
270 get_option_value enable_debug "$arg"
273 get_option_value enable_aac "$arg"
279 get_option_value enable_flac "$arg"
282 get_option_value enable_mad "$arg"
288 get_option_value enable_opus "$arg"
300 get_option_value enable_alsa "$arg"
303 get_option_value enable_ao "$arg"
306 get_option_value enable_oss "$arg"
312 get_option_value enable_pulse "$arg"
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/src/
H A Dct_slave.erl87 get_option_value(Key, OptionList, Default) -> function
97 UserName = get_option_value(username, Options, []),
98 Password = get_option_value(password, Options, []),
99 BootTimeout = get_option_value(boot_timeout, Options, 3),
100 InitTimeout = get_option_value(init_timeout, Options, 1),
103 Monitor = get_option_value(monitor_master, Options, false),
105 ErlFlags = get_option_value(erl_flags, Options, []),
106 EnvVars = get_option_value(env, Options, []),
107 SSHPort = get_option_value(ssh_port, Options, []),
108 SSHOpts = get_option_value(ssh_opts, Options, []),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_slave.erl87 get_option_value(Key, OptionList, Default) -> function
97 UserName = get_option_value(username, Options, []),
98 Password = get_option_value(password, Options, []),
99 BootTimeout = get_option_value(boot_timeout, Options, 3),
100 InitTimeout = get_option_value(init_timeout, Options, 1),
103 Monitor = get_option_value(monitor_master, Options, false),
105 ErlFlags = get_option_value(erl_flags, Options, []),
106 EnvVars = get_option_value(env, Options, []),
107 SSHPort = get_option_value(ssh_port, Options, []),
108 SSHOpts = get_option_value(ssh_opts, Options, []),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/src/
H A Dct_slave.erl87 get_option_value(Key, OptionList, Default) -> function
97 UserName = get_option_value(username, Options, []),
98 Password = get_option_value(password, Options, []),
99 BootTimeout = get_option_value(boot_timeout, Options, 3),
100 InitTimeout = get_option_value(init_timeout, Options, 1),
103 Monitor = get_option_value(monitor_master, Options, false),
105 ErlFlags = get_option_value(erl_flags, Options, []),
106 EnvVars = get_option_value(env, Options, []),
107 SSHPort = get_option_value(ssh_port, Options, []),
108 SSHOpts = get_option_value(ssh_opts, Options, []),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_slave.erl87 get_option_value(Key, OptionList, Default) -> function
97 UserName = get_option_value(username, Options, []),
98 Password = get_option_value(password, Options, []),
99 BootTimeout = get_option_value(boot_timeout, Options, 3),
100 InitTimeout = get_option_value(init_timeout, Options, 1),
103 Monitor = get_option_value(monitor_master, Options, false),
105 ErlFlags = get_option_value(erl_flags, Options, []),
106 EnvVars = get_option_value(env, Options, []),
107 SSHPort = get_option_value(ssh_port, Options, []),
108 SSHOpts = get_option_value(ssh_opts, Options, []),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_slave.erl87 get_option_value(Key, OptionList, Default) -> function
97 UserName = get_option_value(username, Options, []),
98 Password = get_option_value(password, Options, []),
99 BootTimeout = get_option_value(boot_timeout, Options, 3),
100 InitTimeout = get_option_value(init_timeout, Options, 1),
103 Monitor = get_option_value(monitor_master, Options, false),
105 ErlFlags = get_option_value(erl_flags, Options, []),
106 EnvVars = get_option_value(env, Options, []),
107 SSHPort = get_option_value(ssh_port, Options, []),
108 SSHOpts = get_option_value(ssh_opts, Options, []),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/src/
H A Dct_slave.erl87 get_option_value(Key, OptionList, Default) -> function
97 UserName = get_option_value(username, Options, []),
98 Password = get_option_value(password, Options, []),
99 BootTimeout = get_option_value(boot_timeout, Options, 3),
100 InitTimeout = get_option_value(init_timeout, Options, 1),
103 Monitor = get_option_value(monitor_master, Options, false),
105 ErlFlags = get_option_value(erl_flags, Options, []),
106 EnvVars = get_option_value(env, Options, []),
107 SSHPort = get_option_value(ssh_port, Options, []),
108 SSHOpts = get_option_value(ssh_opts, Options, []),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_slave.erl87 get_option_value(Key, OptionList, Default) -> function
97 UserName = get_option_value(username, Options, []),
98 Password = get_option_value(password, Options, []),
99 BootTimeout = get_option_value(boot_timeout, Options, 3),
100 InitTimeout = get_option_value(init_timeout, Options, 1),
103 Monitor = get_option_value(monitor_master, Options, false),
105 ErlFlags = get_option_value(erl_flags, Options, []),
106 EnvVars = get_option_value(env, Options, []),
107 SSHPort = get_option_value(ssh_port, Options, []),
108 SSHOpts = get_option_value(ssh_opts, Options, []),
[all …]
/dports/graphics/drawing/drawing-0.8.4/src/tools/classic_tools/
H A Dtool_line.py45 state_as_string = self.get_option_value('line_shape')
55 self._use_outline = self.get_option_value('pencil-outline')
56 self._dashes_type = self.get_option_value('dashes-type')
57 self._arrow_type = self.get_option_value('arrow-type')
58 self._use_gradient = self.get_option_value('use_gradient')
59 self._ortholock = self.get_option_value('line-ortholock')
H A Dtool_arc.py49 state_as_string = self.get_option_value('line_shape')
59 self._use_outline = self.get_option_value('pencil-outline')
60 self._dashes_type = self.get_option_value('dashes-type')
61 self._arrow_type = self.get_option_value('arrow-type')
H A Dtool_pencil.py41 state_as_string = self.get_option_value('line_shape')
55 self._dashes_type = self.get_option_value('dashes-type')
57 self._use_outline = self.get_option_value('pencil-outline')
H A Dtool_paint.py38 paint_algo = self.get_option_value('paint_algo')
58 if self.get_option_value('paint_algo') == 'fill':
60 elif self.get_option_value('paint_algo') == 'replace':
73 'algo': self.get_option_value('paint_algo'),
H A Dtool_highlight.py36 self._bg_type = self.get_option_value('highlight-bg')
37 self._force_alpha = self.get_option_value('highlight-alpha')
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/modules/
H A Dsops_encrypt.py188 def get_option_value(argument_name): function
199 get_option_value=get_option_value, module=module,
213 get_option_value=get_option_value, module=module,
/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dtest-file-selector.cc34 get_option_value () in get_option_value() function
120 int option = get_option_value (); in do_scan_file()
132 if ( PISA_OP_ADF != get_option_value () in do_scan_file()
133 && PISA_OP_ADFDPLX != get_option_value () in do_scan_file()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/filter/
H A Ddecrypt.py33 def get_option_value(argument_name): function
57 input_type=input_type, output_type=output_type, get_option_value=get_option_value)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/lookup/
H A Dsops.py136 def get_option_value(argument_name): function
153 … input_type=input_type, output_type=output_type, get_option_value=get_option_value)
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_GetLongOpt.h82 INT get_option_value(const char *option_txt, INT default_value) in get_option_value() function
94 DBL get_option_value(const char *option_txt, DBL default_value) in get_option_value() function
104 std::string get_option_value(const char *option_txt, const std::string &default_value) in get_option_value() function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/action/
H A Dload_vars.py27 def get_option_value(argument_name): function
30 output = Sops.decrypt(filename, display=display, get_option_value=get_option_value)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/vars/
H A Dsops.py98 def get_option_value(argument_name): function
145 … file_content = Sops.decrypt(found, display=display, get_option_value=get_option_value)
/dports/net/sngrep/sngrep-1.4.9/src/
H A Doption.c145 get_option_value(const char *opt) in get_option_value() function
160 if ((value = get_option_value(opt))) { in get_option_int_value()
173 if (!get_option_value(opt)) { in set_option_value()
/dports/textproc/diffutils/diffutils-3.8/man/
H A Dhelp2man212 sub get_option_value;
215 my $help_text = get_option_value $ARGV[0], $help_option;
216 $version_text ||= get_option_value $ARGV[0], $version_option;
634 sub get_option_value
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/unittest/
H A D010_misc.py17 from asrun.parser import get_option_value
121 val = get_option_value(["-g"], "-g", action="store_true")
123 val = get_option_value(["--verbose"], "-g", action="store_true")
125 val = get_option_value(["--rcdir=REFE"], "--rcdir")
127 val = get_option_value(["--bad=ERROR"], "--rcdir")
129 …val = get_option_value(["--bad=ERROR", "--rcdir=REFE", "-g", "-a", "3", "--bad2=ERROR"], "--rcdir")
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/unittest/
H A D010_misc.py17 from asrun.parser import get_option_value
121 val = get_option_value(["-g"], "-g", action="store_true")
123 val = get_option_value(["--verbose"], "-g", action="store_true")
125 val = get_option_value(["--rcdir=REFE"], "--rcdir")
127 val = get_option_value(["--bad=ERROR"], "--rcdir")
129 …val = get_option_value(["--bad=ERROR", "--rcdir=REFE", "-g", "-a", "3", "--bad2=ERROR"], "--rcdir")

123456