Home
last modified time | relevance | path

Searched defs:configure (Results 1 – 25 of 4870) sorted by relevance

12345678910>>...195

/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/src/
H A Dorber_env.erl1171 configure(Key, Value) when is_atom(Key) -> function
1173 configure(Key, _) -> function
1222 configure(orbInitRef, undefined, Status) -> function
1225 configure(giop_version, {1, 0}, Status) -> function
1227 configure(giop_version, {1, 1}, Status) -> function
1229 configure(giop_version, {1, 2}, Status) -> function
1232 configure(iiop_timeout, infinity, Status) -> function
1240 configure(iiop_in_keepalive, true, Status) -> function
1242 configure(iiop_in_keepalive, false, Status) -> function
1362 configure(secure, ssl, Status) -> function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/src/
H A Dorber_env.erl1171 configure(Key, Value) when is_atom(Key) -> function
1173 configure(Key, _) -> function
1222 configure(orbInitRef, undefined, Status) -> function
1225 configure(giop_version, {1, 0}, Status) -> function
1227 configure(giop_version, {1, 1}, Status) -> function
1229 configure(giop_version, {1, 2}, Status) -> function
1232 configure(iiop_timeout, infinity, Status) -> function
1240 configure(iiop_in_keepalive, true, Status) -> function
1242 configure(iiop_in_keepalive, false, Status) -> function
1362 configure(secure, ssl, Status) -> function
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/src/
H A Dorber_env.erl1171 configure(Key, Value) when is_atom(Key) -> function
1173 configure(Key, _) -> function
1222 configure(orbInitRef, undefined, Status) -> function
1225 configure(giop_version, {1, 0}, Status) -> function
1227 configure(giop_version, {1, 1}, Status) -> function
1229 configure(giop_version, {1, 2}, Status) -> function
1232 configure(iiop_timeout, infinity, Status) -> function
1240 configure(iiop_in_keepalive, true, Status) -> function
1242 configure(iiop_in_keepalive, false, Status) -> function
1362 configure(secure, ssl, Status) -> function
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/src/
H A Dorber_env.erl1171 configure(Key, Value) when is_atom(Key) -> function
1173 configure(Key, _) -> function
1222 configure(orbInitRef, undefined, Status) -> function
1225 configure(giop_version, {1, 0}, Status) -> function
1227 configure(giop_version, {1, 1}, Status) -> function
1229 configure(giop_version, {1, 2}, Status) -> function
1232 configure(iiop_timeout, infinity, Status) -> function
1240 configure(iiop_in_keepalive, true, Status) -> function
1242 configure(iiop_in_keepalive, false, Status) -> function
1362 configure(secure, ssl, Status) -> function
[all …]
/dports/lang/erlang/corba-5.0.2/lib/orber/src/
H A Dorber_env.erl1171 configure(Key, Value) when is_atom(Key) -> function
1173 configure(Key, _) -> function
1222 configure(orbInitRef, undefined, Status) -> function
1225 configure(giop_version, {1, 0}, Status) -> function
1227 configure(giop_version, {1, 1}, Status) -> function
1229 configure(giop_version, {1, 2}, Status) -> function
1232 configure(iiop_timeout, infinity, Status) -> function
1240 configure(iiop_in_keepalive, true, Status) -> function
1242 configure(iiop_in_keepalive, false, Status) -> function
1362 configure(secure, ssl, Status) -> function
[all …]
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosFileTransfer/src/
H A DcosFileTransferApp.erl239 configure(buffert_size, Value) when is_integer(Value) -> function
241 configure(ssl_port, Value) when is_integer(Value) -> function
243 configure(ssl_server_certfile, Value) when is_list(Value) -> function
245 configure(ssl_server_certfile, Value) when is_atom(Value) -> function
247 configure(ssl_client_certfile, Value) when is_list(Value) -> function
249 configure(ssl_client_certfile, Value) when is_atom(Value) -> function
251 configure(ssl_server_verify, Value) when is_integer(Value) -> function
253 configure(ssl_client_verify, Value) when is_integer(Value) -> function
255 configure(ssl_server_depth, Value) when is_integer(Value) -> function
257 configure(ssl_client_depth, Value) when is_integer(Value) -> function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosFileTransfer/src/
H A DcosFileTransferApp.erl239 configure(buffert_size, Value) when is_integer(Value) -> function
241 configure(ssl_port, Value) when is_integer(Value) -> function
243 configure(ssl_server_certfile, Value) when is_list(Value) -> function
245 configure(ssl_server_certfile, Value) when is_atom(Value) -> function
247 configure(ssl_client_certfile, Value) when is_list(Value) -> function
249 configure(ssl_client_certfile, Value) when is_atom(Value) -> function
251 configure(ssl_server_verify, Value) when is_integer(Value) -> function
253 configure(ssl_client_verify, Value) when is_integer(Value) -> function
255 configure(ssl_server_depth, Value) when is_integer(Value) -> function
257 configure(ssl_client_depth, Value) when is_integer(Value) -> function
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosFileTransfer/src/
H A DcosFileTransferApp.erl239 configure(buffert_size, Value) when is_integer(Value) -> function
241 configure(ssl_port, Value) when is_integer(Value) -> function
243 configure(ssl_server_certfile, Value) when is_list(Value) -> function
245 configure(ssl_server_certfile, Value) when is_atom(Value) -> function
247 configure(ssl_client_certfile, Value) when is_list(Value) -> function
249 configure(ssl_client_certfile, Value) when is_atom(Value) -> function
251 configure(ssl_server_verify, Value) when is_integer(Value) -> function
253 configure(ssl_client_verify, Value) when is_integer(Value) -> function
255 configure(ssl_server_depth, Value) when is_integer(Value) -> function
257 configure(ssl_client_depth, Value) when is_integer(Value) -> function
[all …]
/dports/lang/erlang/corba-5.0.2/lib/cosFileTransfer/src/
H A DcosFileTransferApp.erl239 configure(buffert_size, Value) when is_integer(Value) -> function
241 configure(ssl_port, Value) when is_integer(Value) -> function
243 configure(ssl_server_certfile, Value) when is_list(Value) -> function
245 configure(ssl_server_certfile, Value) when is_atom(Value) -> function
247 configure(ssl_client_certfile, Value) when is_list(Value) -> function
249 configure(ssl_client_certfile, Value) when is_atom(Value) -> function
251 configure(ssl_server_verify, Value) when is_integer(Value) -> function
253 configure(ssl_client_verify, Value) when is_integer(Value) -> function
255 configure(ssl_server_depth, Value) when is_integer(Value) -> function
257 configure(ssl_client_depth, Value) when is_integer(Value) -> function
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosFileTransfer/src/
H A DcosFileTransferApp.erl239 configure(buffert_size, Value) when is_integer(Value) -> function
241 configure(ssl_port, Value) when is_integer(Value) -> function
243 configure(ssl_server_certfile, Value) when is_list(Value) -> function
245 configure(ssl_server_certfile, Value) when is_atom(Value) -> function
247 configure(ssl_client_certfile, Value) when is_list(Value) -> function
249 configure(ssl_client_certfile, Value) when is_atom(Value) -> function
251 configure(ssl_server_verify, Value) when is_integer(Value) -> function
253 configure(ssl_client_verify, Value) when is_integer(Value) -> function
255 configure(ssl_server_depth, Value) when is_integer(Value) -> function
257 configure(ssl_client_depth, Value) when is_integer(Value) -> function
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/host/autostart/
H A Dconfigure.go28 type configure struct { struct
35 cli.Register("host.autostart.configure", &configure{})
38 func (cmd *configure) Register(ctx context.Context, f *flag.FlagSet) {
49 func (cmd *configure) Process(ctx context.Context) error {
56 func (cmd *configure) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/host/autostart/
H A Dconfigure.go28 type configure struct { struct
35 cli.Register("host.autostart.configure", &configure{})
38 func (cmd *configure) Register(ctx context.Context, f *flag.FlagSet) {
49 func (cmd *configure) Process(ctx context.Context) error {
56 func (cmd *configure) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/host/autostart/
H A Dconfigure.go28 type configure struct { struct
35 cli.Register("host.autostart.configure", &configure{})
38 func (cmd *configure) Register(ctx context.Context, f *flag.FlagSet) {
49 func (cmd *configure) Process(ctx context.Context) error {
56 func (cmd *configure) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/math/elpa/elpa-2019.05.002/
H A DINSTALL.md109 ### Choice of building with or without MPI ###
169 ### Enabling GPU support ###
189 ### Enabling OpenMP support ###
209 ### Standard libraries in default installation paths ###
231 ### Non standard paths or non standard libraries ###
260 ### Choice of ELPA2 compute kernels ###
327 ### Doxygen documentation ###
330 ### Some examples ###
/dports/deskutils/just/just-0.10.5/cargo-crates/cradle-0.2.0/src/
H A Dinput.rs161 fn configure(self, config: &mut Config); in configure() method
253 fn configure(self, config: &mut Config) { in configure() function
268 fn configure(self, config: &mut Config) { in configure() method
285 fn configure(self, config: &mut Config) { in configure() method
301 fn configure(self, config: &mut Config) { in configure() method
319 fn configure(self, config: &mut Config) { in configure() method
350 fn configure(self, config: &mut Config) { in configure() method
371 fn configure(self, config: &mut Config) { in configure() method
390 fn configure(self, config: &mut Config) { in configure() method
409 fn configure(self, config: &mut Config) { in configure() method
[all …]
H A Doutput.rs70 fn configure(config: &mut Config); in configure() method
98 fn configure(_config: &mut Config) {} in configure() method
159 fn configure(config: &mut Config) { in configure() method
183 fn configure(config: &mut Config) { in configure() method
224 fn configure(config: &mut Config) { in configure() method
276 fn configure(config: &mut Config) { in configure() method
315 fn configure(config: &mut Config) { in configure() method
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/php/
H A Dmegacli.php132 protected function configure() function in LoginCommand
152 protected function configure() function in LogoutCommand
170 protected function configure() function in LsCommand
223 protected function configure() function in MkdirCommand
248 protected function configure() function in CdCommand
280 protected function configure() function in MvCommand
378 protected function configure() function in PwdCommand
401 protected function configure() function in RmCommand
433 protected function configure() function in GetCommand
471 protected function configure() function in PutCommand
[all …]
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/src/ApiAuth.IS/Options/
H A DIdentityResourceCollection.cs88 public void AddOpenId(Action<IdentityResourceBuilder> configure) in AddOpenId()
105 public void AddProfile(Action<IdentityResourceBuilder> configure) in AddProfile()
122 public void AddAddress(Action<IdentityResourceBuilder> configure) in AddAddress()
139 public void AddEmail(Action<IdentityResourceBuilder> configure) in AddEmail()
156 public void AddPhone(Action<IdentityResourceBuilder> configure) in AddPhone()
H A DClientCollection.cs83 public void AddIdentityServerSPA(string clientId, Action<ClientBuilder> configure) in AddIdentityServerSPA()
95 public void AddSPA(string clientId, Action<ClientBuilder> configure) in AddSPA()
107 public void AddNativeApp(string clientId, Action<ClientBuilder> configure) in AddNativeApp()
119 public void AddWebApplication(string clientId, Action<ClientBuilder> configure) in AddWebApplication()
/dports/sysutils/dnf/dnf-4.9.0/dnf/cli/commands/
H A Dmodule.py82 def configure(self): member in ModuleCommand.ListSubCommand
116 def configure(self): member in ModuleCommand.InfoSubCommand
138 def configure(self): member in ModuleCommand.EnableSubCommand
162 def configure(self): member in ModuleCommand.DisableSubCommand
186 def configure(self): member in ModuleCommand.ResetSubCommand
207 def configure(self): member in ModuleCommand.InstallSubCommand
228 def configure(self): member in ModuleCommand.UpdateSubCommand
245 def configure(self): member in ModuleCommand.RemoveSubCommand
282 def configure(self): member in ModuleCommand.SwitchToSubCommand
304 def configure(self): member in ModuleCommand.ProvidesSubCommand
[all …]
H A D__init__.py128 def configure(self): member in Command
195 def configure(self): member in InfoCommand
242 def configure(self): member in ProvidesCommand
267 def configure(self): member in CheckUpdateCommand
296 def configure(self): member in RepoPkgsCommand.CheckUpdateSubCommand
313 def configure(self): member in RepoPkgsCommand.InfoSubCommand
337 def configure(self): member in RepoPkgsCommand.InstallSubCommand
389 def configure(self): member in RepoPkgsCommand.MoveToSubCommand
444 def configure(self): member in RepoPkgsCommand.ReinstallOldSubCommand
507 def configure(self): member in RepoPkgsCommand.ReinstallSubCommand
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/doc/pdf/
H A Dbuild.tex504 \subsection{Most commonly used options}
588 \subsection{Environment variables}
663 \subsection{Fine tuning of the installation directories}
712 \subsection{Program names}
733 \subsection{System types}
747 \subsection{Optional features}
791 \subsection{Optional packages}
895 \subsection{Examples}
/dports/security/krb5/krb5-1.19.2/doc/pdf/
H A Dbuild.tex504 \subsection{Most commonly used options}
588 \subsection{Environment variables}
663 \subsection{Fine tuning of the installation directories}
712 \subsection{Program names}
733 \subsection{System types}
747 \subsection{Optional features}
791 \subsection{Optional packages}
895 \subsection{Examples}
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/hardware/
H A DhardwareMappingEffects.cpp21 bool HardwareMappingEffectStatic::configure(std::unordered_map<string, string> settings) in configure() function in HardwareMappingEffectStatic
32 bool HardwareMappingEffectGlow::configure(std::unordered_map<string, string> settings) in configure() function in HardwareMappingEffectGlow
57 bool HardwareMappingEffectBlink::configure(std::unordered_map<string, string> settings) in configure() function in HardwareMappingEffectBlink
87 bool HardwareMappingEffectVariable::configure(std::unordered_map<string, string> settings) in configure() function in HardwareMappingEffectVariable
128 bool HardwareMappingEffectNoise::configure(std::unordered_map<string, string> settings) in configure() function in HardwareMappingEffectNoise
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DCurrentRepo.hs74 configure Nothing (Just r) = Git.Config.read r function
75 configure (Just d) _ = do function
86 configure Nothing Nothing = giveup "Not in a git repository." function

12345678910>>...195