Home
last modified time | relevance | path

Searched refs:local_opts (Results 1 – 25 of 77) sorted by relevance

1234

/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_jinja.py280 self.local_opts = {
494 opts=self.local_opts,
505 opts=self.local_opts,
516 opts=self.local_opts,
630 opts=self.local_opts,
642 cls.local_opts = {
706 cls.local_opts = {
1048 opts=self.local_opts,
1071 opts=self.local_opts,
1091 opts=self.local_opts,
[all …]
/dports/security/gpgdir/gpgdir-1.9.5/deps/Class-MethodMaker/lib/Class/MethodMaker/
H A DV1Compat.pm420 $local_opts->{substr($opt, 1)} = 1;
441 $local_opts->{static} = 1;
447 $local_opts->{store_cb} = sub {
467 $local_opts->{store_cb} = sub {
496 $local_opts->{store_cb} = sub {
550 $local_opts->{static} = 1
564 $local_opts->{_value_list} = \%list;
565 $local_opts->{key_create} = 1
567 $local_opts->{store_cb} = sub {
599 $local_opts->{substr($opt, 1)} = 1;
[all …]
/dports/devel/p5-Class-MethodMaker/Class-MethodMaker-2.24/lib/Class/MethodMaker/
H A DV1Compat.pm420 $local_opts->{substr($opt, 1)} = 1;
441 $local_opts->{static} = 1;
447 $local_opts->{store_cb} = sub {
467 $local_opts->{store_cb} = sub {
496 $local_opts->{store_cb} = sub {
550 $local_opts->{static} = 1
564 $local_opts->{_value_list} = \%list;
565 $local_opts->{key_create} = 1
567 $local_opts->{store_cb} = sub {
599 $local_opts->{substr($opt, 1)} = 1;
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dblast_memento_priv.hpp64 CBlastOptionsMemento(CBlastOptionsLocal* local_opts) in CBlastOptionsMemento() argument
66 m_ProgramType = local_opts->GetProgramType(); in CBlastOptionsMemento()
67 m_QueryOpts = local_opts->m_QueryOpts.Get(); in CBlastOptionsMemento()
68 m_LutOpts = local_opts->m_LutOpts.Get(); in CBlastOptionsMemento()
69 m_InitWordOpts = local_opts->m_InitWordOpts.Get(); in CBlastOptionsMemento()
70 m_ExtnOpts = local_opts->m_ExtnOpts.Get(); in CBlastOptionsMemento()
71 m_HitSaveOpts = local_opts->m_HitSaveOpts.Get(); in CBlastOptionsMemento()
72 m_PSIBlastOpts = local_opts->m_PSIBlastOpts.Get(); in CBlastOptionsMemento()
73 m_DbOpts = local_opts->m_DbOpts.Get(); in CBlastOptionsMemento()
74 m_ScoringOpts = local_opts->m_ScoringOpts.Get(); in CBlastOptionsMemento()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dblast_memento_priv.hpp64 CBlastOptionsMemento(CBlastOptionsLocal* local_opts) in CBlastOptionsMemento() argument
66 m_ProgramType = local_opts->GetProgramType(); in CBlastOptionsMemento()
67 m_QueryOpts = local_opts->m_QueryOpts.Get(); in CBlastOptionsMemento()
68 m_LutOpts = local_opts->m_LutOpts.Get(); in CBlastOptionsMemento()
69 m_InitWordOpts = local_opts->m_InitWordOpts.Get(); in CBlastOptionsMemento()
70 m_ExtnOpts = local_opts->m_ExtnOpts.Get(); in CBlastOptionsMemento()
71 m_HitSaveOpts = local_opts->m_HitSaveOpts.Get(); in CBlastOptionsMemento()
72 m_PSIBlastOpts = local_opts->m_PSIBlastOpts.Get(); in CBlastOptionsMemento()
73 m_DbOpts = local_opts->m_DbOpts.Get(); in CBlastOptionsMemento()
74 m_ScoringOpts = local_opts->m_ScoringOpts.Get(); in CBlastOptionsMemento()
[all …]
/dports/mail/p5-Mail-Audit/Mail-Audit-2.228/lib/Mail/
H A DAudit.pm179 ((exists $local_opts->{$opt} and $local_opts->{$opt})
263 unless ((exists $local_opts->{noexit} and $local_opts->{noexit})
437 $local_opts->{one_for_all} = exists $local_opts->{one_for_all}
438 ? $local_opts->{one_for_all}
485 $local_opts->{one_for_all}
582 (exists $local_opts->{host} ? (Host => $local_opts->{host}) : ()),
583 (exists $local_opts->{port} ? (Port => $local_opts->{port}) : ()),
584 (exists $local_opts->{debug} ? (Debug => $local_opts->{debug}) : ()),
588 (exists $local_opts->{noexit} and $local_opts->{noexit})
619 unless ((exists $local_opts->{noexit} and $local_opts->{noexit})
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/thorium/
H A Drunner.py33 local_opts = {}
34 local_opts.update(__opts__)
35 local_opts["async"] = True # ensure this will be run asynchronous
36 local_opts.update({"fun": func, "arg": arg, "kwarg": kwargs})
37 runner = salt.runner.Runner(local_opts)
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/orm/
H A Dstrategy_options.py105 self.local_opts = {}
113 load.local_opts = {}
212 cloned.local_opts.update(self.local_opts)
231 cloned.local_opts = {}
570 cloned.local_opts = self.local_opts
585 existing.local_opts.update(self.local_opts)
593 self.local_opts.update(existing.local_opts)
685 self.local_opts = {}
798 cloned.local_opts.update(self.local_opts)
846 cloned.local_opts.update(self.local_opts)
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/orm/
H A Dstrategy_options.py82 self.local_opts = {}
90 load.local_opts = {}
166 cloned.local_opts = {}
439 cloned.local_opts.update(opts)
454 cloned.local_opts = self.local_opts
456 cloned.local_opts.update(opts)
470 existing.local_opts.update(self.local_opts)
477 self.local_opts.update(existing.local_opts)
564 self.local_opts = {}
628 cloned.local_opts.update(self.local_opts)
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/orm/
H A Dstrategy_options.py84 self.local_opts = {}
88 cloned.local_opts = {}
214 cloned.local_opts.update(opts)
222 existing.local_opts.update(self.local_opts)
275 self.local_opts = {}
410 loader.local_opts.update(self.local_opts)
427 existing.local_opts.update(self.local_opts)
582 cloned.local_opts['eager_from_alias'] = alias
738 loader.local_opts['innerjoin'] = innerjoin
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/orm/
H A Dstrategy_options.py63 self.local_opts = {}
70 load.local_opts = {}
75 cloned.local_opts = {}
201 cloned.local_opts.update(opts)
212 existing.local_opts.update(self.local_opts)
219 self.local_opts.update(existing.local_opts)
275 self.local_opts = {}
411 loader.local_opts.update(self.local_opts)
588 cloned.local_opts['eager_from_alias'] = alias
735 loader.local_opts['innerjoin'] = innerjoin
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/orm/
H A Dstrategy_options.py74 self.local_opts = {}
83 load.local_opts = {}
147 if obj.local_opts
159 cloned.local_opts = {}
345 cloned.local_opts.update(opts)
373 cloned.local_opts.update(opts)
381 existing.local_opts.update(self.local_opts)
388 self.local_opts.update(existing.local_opts)
456 self.local_opts = {}
709 loader.local_opts.update(self.local_opts)
[all …]
/dports/math/R-cran-nloptr/nloptr/R/
H A Dnloptr.R426 opts.user = opts$local_opts,
430 local_opts <- res.opts.add$opts.user functionVar
431 opts$local_opts <- NULL
433 local_opts <- NULL
519 "local_options" = local_opts,
H A Dauglag.R165 local_opts <- list(algorithm = lsolver, list
168 opts$local_opts <- local_opts
H A Dmlsl.R111 local_opts <- list(algorithm = "NLOPT_LD_LBFGS", list
119 opts[["local_opts"]] <- local_opts
/dports/devel/erlang-native-compiler/erlang-native-compiler-5761afb/src/
H A Drebar_config.erl107 proplists:get_value(Key, local_opts(Config#config.opts, []), Default).
228 -spec local_opts(list(), list()) -> list().
229 local_opts([], Acc) -> function
231 local_opts([local | _Rest], Acc) -> function
233 local_opts([Item | Rest], Acc) -> function
234 local_opts(Rest, [Item | Acc]).
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/concerns/
H A Drate_limited_service_spec.rb123 local_opts = opts
128 rate_limit key: local_key, opts: local_opts
162 local_opts = opts
167 rate_limit key: local_key, opts: local_opts
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/src/
H A Drebar_config.erl116 proplists:get_value(Key, local_opts(Config#config.opts, []), Default).
287 -spec local_opts(list(), list()) -> list().
288 local_opts([], Acc) -> function
290 local_opts([local | _Rest], Acc) -> function
292 local_opts([Item | Rest], Acc) -> function
293 local_opts(Rest, [Item | Acc]).
/dports/devel/rebar/rebar-2.6.4/src/
H A Drebar_config.erl116 proplists:get_value(Key, local_opts(Config#config.opts, []), Default).
287 -spec local_opts(list(), list()) -> list().
288 local_opts([], Acc) -> function
290 local_opts([local | _Rest], Acc) -> function
292 local_opts([Item | Rest], Acc) -> function
293 local_opts(Rest, [Item | Acc]).
/dports/sysutils/docker-compose/docker-compose-1.24.0/compose/
H A Dnetwork.py203 local_opts = local.ipam.get('Options') or {}
204 for k in set.union(set(remote_opts.keys()), set(local_opts.keys())):
205 if remote_opts.get(k) != local_opts.get(k):
212 local_opts = local.driver_opts or {}
214 for k in set.union(set(remote_opts.keys()), set(local_opts.keys())):
217 if remote_opts.get(k) != local_opts.get(k):
H A Dvolume.py196 local_opts = local.driver_opts or {}
198 for k in set.union(set(remote_opts.keys()), set(local_opts.keys())):
201 if remote_opts.get(k) != local_opts.get(k):
203 local, '"{}" driver_opt'.format(k), local_opts.get(k), remote_opts.get(k),
/dports/devel/gdb/gdb-11.1/gdb/python/
H A Dpy-prettyprint.c297 struct value_print_options local_opts = *options; in print_string_repr() local
302 local_opts.addressprint = 0; in print_string_repr()
304 stream, &local_opts); in print_string_repr()
501 struct value_print_options local_opts = *options; in print_children() local
505 local_opts.addressprint = 0; in print_children()
507 &local_opts); in print_children()
/dports/math/R-cran-nloptr/nloptr/tests/testthat/
H A Dtest-systemofeq.R52 local_opts <- list( "algorithm" = "NLOPT_LD_MMA", list
57 "local_opts" = local_opts )
H A Dtest-hs071.R79 local_opts <- list( "algorithm" = "NLOPT_LD_MMA", list
84 "local_opts" = local_opts,
/dports/devel/elixir-cachex/cachex-3.0.3/lib/cachex/
H A Dactions.ex94 local_opts = var!(options)
97 notify = Keyword.get(local_opts, :notify, true)
99 message = notify && case local_opts[:via] do
113 results = Keyword.get(local_opts, :hook_result, result)

1234