Home
last modified time | relevance | path

Searched refs:opt (Results 226 – 250 of 67281) sorted by relevance

12345678910>>...2692

/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/programs/x509/
H A Dcert_write.c184 } opt; variable
369 if( opt.version < 1 || opt.version > 3 ) in main()
374 opt.version--; in main()
379 if( opt.selfsign < 0 || opt.selfsign > 1 ) in main()
388 if( opt.is_ca < 0 || opt.is_ca > 1 ) in main()
397 if( opt.max_pathlen < -1 || opt.max_pathlen > 127 ) in main()
504 if( !opt.selfsign && strlen( opt.issuer_crt ) ) in main()
538 if( !opt.selfsign && strlen( opt.request_file ) ) in main()
574 if( !opt.selfsign && !strlen( opt.request_file ) ) in main()
619 if( opt.selfsign ) in main()
[all …]
/dports/net/jose/jose-11/cmd/jws/
H A Dsig.c101 json_decref(opt->keys); in jcmd_opt_cleanup()
118 if (json_array_size(opt->keys) < json_array_size(opt->sigs)) { in validate_input()
137 if (json_array_size(opt->keys) < json_array_size(opt->sigs)) { in validate_input()
142 while (json_array_size(opt->sigs) < json_array_size(opt->keys)) { in validate_input()
162 io = jose_jws_sig_io(NULL, opt.io.obj, opt.sigs, opt.keys); in jcmd_jws_sig()
170 if (opt.io.compact) { in jcmd_jws_sig()
184 if (opt.io.detached || opt.io.input) { in jcmd_jws_sig()
185 FILE *f = opt.io.detached ? opt.io.detached : opt.io.input; in jcmd_jws_sig()
210 if (opt.io.input) { in jcmd_jws_sig()
221 if (opt.io.compact) { in jcmd_jws_sig()
[all …]
/dports/x11-wm/picom/picom-8.2/src/
H A Doptions.c870 if (opt->debug_mode && !opt->experimental_backends) { in get_cfg()
882 opt->fade_delta = max2(opt->fade_delta, 1); in get_cfg()
883 opt->shadow_radius = max2(opt->shadow_radius, 0); in get_cfg()
884 opt->shadow_red = normalize_d(opt->shadow_red); in get_cfg()
885 opt->shadow_green = normalize_d(opt->shadow_green); in get_cfg()
886 opt->shadow_blue = normalize_d(opt->shadow_blue); in get_cfg()
887 opt->inactive_dim = normalize_d(opt->inactive_dim); in get_cfg()
888 opt->frame_opacity = normalize_d(opt->frame_opacity); in get_cfg()
889 opt->shadow_opacity = normalize_d(opt->shadow_opacity); in get_cfg()
892 opt->max_brightness = normalize_d(opt->max_brightness); in get_cfg()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_optimization_test/
H A Dbfgs_test.c102 c3opt_free(opt); opt = NULL; in Test_bfgs_unc1()
152 c3opt_free(opt); opt = NULL; in Test_bfgs_unc2()
259 c3opt_free(opt); opt = NULL; in Test_bfgs_unc4()
369 c3opt_free(opt); opt = NULL; in Test_bfgs_unc6()
426 c3opt_free(opt); opt = NULL; in Test_bfgs_unc7()
485 c3opt_free(opt); opt = NULL; in Test_bfgs_unc8()
544 c3opt_free(opt); opt = NULL; in Test_bfgs_unc9()
601 c3opt_free(opt); opt = NULL; in Test_bfgs_unc10()
664 c3opt_free(opt); opt = NULL; in Test_bfgs_unc11()
791 c3opt_free(opt); opt = NULL; in Test_bfgs_unc13()
[all …]
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/src/
H A Doptdefs.pl82 die "Bad type $opt->{type} for option entry $opt->{option}\n";
96 $opt->{context} = \%c;
113 $opt->{option}, $opt->{defval} || 0;
122 ? defined($opt->{defval}) ? "\"$opt->{defval}\"" : 'NULL'
177 next unless $opt->{context} && $opt->{context}{mod_speedycgi};
180 $opt->{option}, $i, &quote($opt->{desc});
192 next unless $opt->{context} && $opt->{context}{mod_speedycgi};
195 $opt->{option}, $i, &quote($opt->{desc});
229 if ($opt->{letter}) {
239 my $defval = defined($opt->{defval}) ? $opt->{defval} : '';
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/opt/tests/base/
H A Dtest_solver.py22 import pyomo.opt
67 opt = {}
68 opt['a'] = 1
69 opt['b'] = "two"
70 ans = pyomo.opt.SolverFactory("stest1", name="solver_init2", options=opt)
80 opt = pyomo.opt.SolverFactory("stest1")
81 opt._problem_format = 'a'
87 opt = pyomo.opt.SolverFactory("stest1")
94 opt = pyomo.opt.SolverFactory("stest1")
106 self.assertEqual(opt.results_format(), opt._default_results_format('a'))
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dfindoptions.go235 if opt == nil {
257 fo.Hint = opt.Hint
262 if opt.Max != nil {
263 fo.Max = opt.Max
272 fo.Min = opt.Min
499 if opt == nil {
521 fo.Max = opt.Max
530 fo.Min = opt.Min
661 if opt == nil {
804 if opt == nil {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dfindoptions.go235 if opt == nil {
257 fo.Hint = opt.Hint
262 if opt.Max != nil {
263 fo.Max = opt.Max
272 fo.Min = opt.Min
499 if opt == nil {
521 fo.Max = opt.Max
530 fo.Min = opt.Min
661 if opt == nil {
804 if opt == nil {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dfindoptions.go237 if opt == nil {
259 fo.Hint = opt.Hint
264 if opt.Max != nil {
265 fo.Max = opt.Max
274 fo.Min = opt.Min
524 if opt == nil {
546 fo.Max = opt.Max
555 fo.Min = opt.Min
687 if opt == nil {
831 if opt == nil {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dfindoptions.go237 if opt == nil {
259 fo.Hint = opt.Hint
264 if opt.Max != nil {
265 fo.Max = opt.Max
274 fo.Min = opt.Min
524 if opt == nil {
546 fo.Max = opt.Max
555 fo.Min = opt.Min
687 if opt == nil {
831 if opt == nil {
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dkvs1025_opt.c488 return dev->opt + option; in kv_get_option_descriptor()
503 memset (dev->opt, 0, sizeof (dev->opt)); in kv_init_options()
847 dev->opt[OPT_JPEG].desc = in kv_init_options()
860 dev->opt[OPT_ROTATE].desc = in kv_init_options()
902 dev->opt[OPT_SWCROP].desc = in kv_init_options()
911 dev->opt[OPT_SWSKIP].desc in kv_init_options()
959 cap = dev->opt[option].cap; in kv_control_option()
1291 dev->opt[OPT_TL_Y].cap &= in kv_control_option()
1292 dev->opt[OPT_BR_X].cap &= in kv_control_option()
1300 dev->opt[OPT_TL_Y].cap |= in kv_control_option()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/programs/x509/
H A Dcert_write.c196 } opt; variable
390 if( opt.version < 1 || opt.version > 3 ) in main()
395 opt.version--; in main()
400 if( opt.selfsign < 0 || opt.selfsign > 1 ) in main()
409 if( opt.is_ca < 0 || opt.is_ca > 1 ) in main()
418 if( opt.max_pathlen < -1 || opt.max_pathlen > 127 ) in main()
525 if( !opt.selfsign && strlen( opt.issuer_crt ) ) in main()
559 if( !opt.selfsign && strlen( opt.request_file ) ) in main()
595 if( !opt.selfsign && !strlen( opt.request_file ) ) in main()
640 if( opt.selfsign ) in main()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.extrude/
H A Dmain.c41 } opt; in main() local
141 opt.null->description = in main()
150 if (!opt.height->answer && !opt.hcolumn->answer) { in main()
152 opt.height->key, opt.hcolumn->key); in main()
174 if (opt.null->answer) in main()
189 if (Vect_open_old2(&In, opt.input->answer, "", opt.field->answer) < 0) in main()
197 opt.output->answer); in main()
201 if ((opt.hcolumn->answer || opt.cats->answer || opt.where->answer) && field == -1) { in main()
204 field, opt.hcolumn->key, opt.cats->key, opt.where->key); in main()
235 opt.hcolumn->answer); in main()
[all …]
/dports/cad/verilator/verilator-4.216/src/
H A DVerilator.cpp162 if (!v3Global.opt.lintOnly() && !v3Global.opt.xmlOnly() && v3Global.opt.hierarchical()) { in process()
203 if (!(v3Global.opt.xmlOnly() && !v3Global.opt.flatten())) { in process()
213 if (!(v3Global.opt.xmlOnly() && !v3Global.opt.flatten())) { in process()
238 if (!(v3Global.opt.xmlOnly() && !v3Global.opt.flatten())) { in process()
452 if (!v3Global.opt.lintOnly() && !v3Global.opt.xmlOnly() && v3Global.opt.oExpand()) { in process()
457 if (!v3Global.opt.xmlOnly() && v3Global.opt.oSubst()) { in process()
498 if (!v3Global.opt.xmlOnly() && v3Global.opt.mtasks()) { in process()
506 if (!v3Global.opt.lintOnly() && !v3Global.opt.xmlOnly() && !v3Global.opt.dpiHdrOnly()) { in process()
518 if (!v3Global.opt.lintOnly() && !v3Global.opt.xmlOnly() && !v3Global.opt.dpiHdrOnly()) { in process()
534 || (v3Global.opt.debugCheck() && !v3Global.opt.lintOnly() && !v3Global.opt.dpiHdrOnly())) { in process()
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dfindoptions.go168 if opt == nil {
187 fo.Hint = opt.Hint
192 if opt.Max != nil {
193 fo.Max = opt.Max
202 fo.Min = opt.Min
374 if opt == nil {
396 fo.Max = opt.Max
405 fo.Min = opt.Min
501 if opt == nil {
601 if opt == nil {
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dfindoptions.go168 if opt == nil {
187 fo.Hint = opt.Hint
192 if opt.Max != nil {
193 fo.Max = opt.Max
202 fo.Min = opt.Min
374 if opt == nil {
396 fo.Max = opt.Max
405 fo.Min = opt.Min
501 if opt == nil {
601 if opt == nil {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dfindoptions.go168 if opt == nil {
187 fo.Hint = opt.Hint
192 if opt.Max != nil {
193 fo.Max = opt.Max
202 fo.Min = opt.Min
374 if opt == nil {
396 fo.Max = opt.Max
405 fo.Min = opt.Min
501 if opt == nil {
601 if opt == nil {
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dfindoptions.go168 if opt == nil {
187 fo.Hint = opt.Hint
192 if opt.Max != nil {
193 fo.Max = opt.Max
202 fo.Min = opt.Min
374 if opt == nil {
396 fo.Max = opt.Max
405 fo.Min = opt.Min
501 if opt == nil {
601 if opt == nil {
[all …]
/dports/databases/grass7/grass-7.8.6/imagery/i.vi/
H A Dmain.c69 } opt; in main() local
137 opt.red->label = in main()
145 opt.nir->label = in main()
153 opt.green->label = in main()
161 opt.blue->label = in main()
170 opt.chan5->label = in main()
179 opt.chan7->label = in main()
286 || !(opt.green->answer) || !(opt.blue->answer)) ) in main()
290 || !(opt.green->answer) || !(opt.blue->answer) in main()
291 || !(opt.chan5->answer) || !(opt.chan7->answer)) ) in main()
[all …]
/dports/devel/libbegemot/libbegemot-1.11/
H A Dverb.c54 opt++; in verb_option()
60 p = opt + strlen(opt); in verb_option()
62 if((eq = strnchr(opt, '=', p - opt)) != NULL) { in verb_option()
65 warn("%.*s: bad debug value", p - opt, opt); in verb_option()
74 && strncasecmp(opt, "all", eq - opt) == 0) { in verb_option()
83 if((size_t)(eq-opt)==strlen(verb_options[i].opt) in verb_option()
84 && strncasecmp(verb_options[i].opt,opt,eq-opt) == 0) { in verb_option()
92 warn("%.*s: bad verbose option", eq - opt, opt); in verb_option()
94 opt = p; in verb_option()
120 begemot_common_err(verb_options[opt].opt, "\n", fmt, ap); in verb()
[all …]
/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dcfgprint.c55 switch (opt->type) { in fwup_cfg_opt_nprint_var()
102 switch (opt->type) { in cfg_is_default()
104 return opt->def.number == opt->values[0]->number; in cfg_is_default()
107 return opt->def.fpnumber == opt->values[0]->fpnumber; in cfg_is_default()
111 (opt->def.string != NULL && strcmp(opt->def.string, opt->values[0]->string) == 0); in cfg_is_default()
114 return opt->def.boolean == opt->values[0]->boolean; in cfg_is_default()
127 if (!opt) in fwup_cfg_opt_to_string()
130 if (opt->type == CFGT_SEC) { in fwup_cfg_opt_to_string()
152 } else if (opt->type != CFGT_FUNC && opt->type != CFGT_NONE) { in fwup_cfg_opt_to_string()
167 if (opt->type == CFGT_STR && *opt->simple_value.string == 0) in fwup_cfg_opt_to_string()
[all …]
/dports/multimedia/handbrake/x265_3.5/source/test/
H A Dpixelharness.h72 bool check_pixelcmp(pixelcmp_t ref, pixelcmp_t opt);
73 bool check_pixel_sse(pixel_sse_t ref, pixel_sse_t opt);
77 bool check_copy_pp(copy_pp_t ref, copy_pp_t opt);
78 bool check_copy_sp(copy_sp_t ref, copy_sp_t opt);
79 bool check_copy_ps(copy_ps_t ref, copy_ps_t opt);
80 bool check_copy_ss(copy_ss_t ref, copy_ss_t opt);
86 bool check_scale1D_pp(scale1D_t ref, scale1D_t opt);
88 bool check_scale2D_pp(scale2D_t ref, scale2D_t opt);
104 bool check_copy_cnt_t(copy_cnt_t ref, copy_cnt_t opt);
105 bool check_pixel_var(var_t ref, var_t opt);
[all …]
/dports/multimedia/x265/source/test/
H A Dpixelharness.h72 bool check_pixelcmp(pixelcmp_t ref, pixelcmp_t opt);
73 bool check_pixel_sse(pixel_sse_t ref, pixel_sse_t opt);
77 bool check_copy_pp(copy_pp_t ref, copy_pp_t opt);
78 bool check_copy_sp(copy_sp_t ref, copy_sp_t opt);
79 bool check_copy_ps(copy_ps_t ref, copy_ps_t opt);
80 bool check_copy_ss(copy_ss_t ref, copy_ss_t opt);
86 bool check_scale1D_pp(scale1D_t ref, scale1D_t opt);
88 bool check_scale2D_pp(scale2D_t ref, scale2D_t opt);
104 bool check_copy_cnt_t(copy_cnt_t ref, copy_cnt_t opt);
105 bool check_pixel_var(var_t ref, var_t opt);
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/App/
H A DCommandLineOptions.hs134 (\arg opt -> return opt { optFrom =
147 (\arg opt -> return opt { optOutputFile =
154 (\arg opt -> return opt { optDataDir =
170 (\arg opt -> return opt{ optMetadataFiles =
227 (\opt -> return opt { optAscii = True }))
290 (\arg opt -> return opt { optResourcePath =
463 (\arg opt -> return opt { optFilters =
470 (\arg opt -> return opt { optFilters =
629 (\arg opt -> return opt{ optCss = optCss opt ++ [arg] }) function
691 (\opt -> return opt { optFilters =
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/perl/imap/IMAP/
H A DShell.pm825 if ($opt ne '' && '-minssf' =~ /^\Q$opt/ || $opt eq '--minssf') {
829 if ($opt ne '' && '-maxssf' =~ /^\Q$opt/ || $opt eq '--maxssf') {
833 if ($opt ne '' && '-service' =~ /^\Q$opt/ || $opt eq '--service') {
838 if ($opt ne '' && '-tlskey' =~ /^\Q$opt/ || $opt eq '--tlskey') {
842 if ($opt ne '' && '-notls' =~ /^\Q$opt/ || $opt eq '--notls') {
846 if ($opt ne '' && '-cafile' =~ /^\Q$opt/ || $opt eq '--cafile') {
850 if ($opt ne '' && '-cadir' =~ /^\Q$opt/ || $opt eq '--cadir') {
854 if ($opt ne '' && '-capath' =~ /^\Q$opt/ || $opt eq '--capath') {
1033 if ($opt ne '' && '-partition' =~ /^\Q$opt/ || $opt eq '--partition') {
1548 if ($opt ne '' && '-private' =~ /^\Q$opt/ || $opt eq '--private') {
[all …]

12345678910>>...2692