Home
last modified time | relevance | path

Searched refs:opt (Results 251 – 275 of 71249) sorted by relevance

1...<<11121314151617181920>>...2850

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/perl/imap/IMAP/
H A DShell.pm808 if ($opt ne '' && '-minssf' =~ /^\Q$opt/ || $opt eq '--minssf') {
812 if ($opt ne '' && '-maxssf' =~ /^\Q$opt/ || $opt eq '--maxssf') {
816 if ($opt ne '' && '-service' =~ /^\Q$opt/ || $opt eq '--service') {
821 if ($opt ne '' && '-tlskey' =~ /^\Q$opt/ || $opt eq '--tlskey') {
825 if ($opt ne '' && '-notls' =~ /^\Q$opt/ || $opt eq '--notls') {
829 if ($opt ne '' && '-cafile' =~ /^\Q$opt/ || $opt eq '--cafile') {
833 if ($opt ne '' && '-cadir' =~ /^\Q$opt/ || $opt eq '--cadir') {
837 if ($opt ne '' && '-capath' =~ /^\Q$opt/ || $opt eq '--capath') {
1016 if ($opt ne '' && '-partition' =~ /^\Q$opt/ || $opt eq '--partition') {
1531 if ($opt ne '' && '-private' =~ /^\Q$opt/ || $opt eq '--private') {
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/perl/imap/IMAP/
H A DShell.pm808 if ($opt ne '' && '-minssf' =~ /^\Q$opt/ || $opt eq '--minssf') {
812 if ($opt ne '' && '-maxssf' =~ /^\Q$opt/ || $opt eq '--maxssf') {
816 if ($opt ne '' && '-service' =~ /^\Q$opt/ || $opt eq '--service') {
821 if ($opt ne '' && '-tlskey' =~ /^\Q$opt/ || $opt eq '--tlskey') {
825 if ($opt ne '' && '-notls' =~ /^\Q$opt/ || $opt eq '--notls') {
829 if ($opt ne '' && '-cafile' =~ /^\Q$opt/ || $opt eq '--cafile') {
833 if ($opt ne '' && '-cadir' =~ /^\Q$opt/ || $opt eq '--cadir') {
837 if ($opt ne '' && '-capath' =~ /^\Q$opt/ || $opt eq '--capath') {
1016 if ($opt ne '' && '-partition' =~ /^\Q$opt/ || $opt eq '--partition') {
1531 if ($opt ne '' && '-private' =~ /^\Q$opt/ || $opt eq '--private') {
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_optimization_test/
H A Dlbfgs_test.c257 c3opt_free(opt); opt = NULL; in Test_c3opt_lbfgs_equiv_bfgs()
274 c3opt_free(opt); opt = NULL; in Test_c3opt_lbfgs_equiv_bfgs()
327 c3opt_free(opt); opt = NULL; in Test_lbfgs_unc1()
377 c3opt_free(opt); opt = NULL; in Test_lbfgs_unc2()
484 c3opt_free(opt); opt = NULL; in Test_lbfgs_unc4()
594 c3opt_free(opt); opt = NULL; in Test_lbfgs_unc6()
651 c3opt_free(opt); opt = NULL; in Test_lbfgs_unc7()
710 c3opt_free(opt); opt = NULL; in Test_lbfgs_unc8()
769 c3opt_free(opt); opt = NULL; in Test_lbfgs_unc9()
826 c3opt_free(opt); opt = NULL; in Test_lbfgs_unc10()
[all …]
/dports/math/SCIP/scip-7.0.3/applications/STP/check/testset/
H A DMSM.solu1 =opt= msm0580 467
2 =opt= msm0654 823
3 =opt= msm0709 884
4 =opt= msm0920 806
5 =opt= msm1008 494
6 =opt= msm1234 550
7 =opt= msm1477 1068
8 =opt= msm1707 564
9 =opt= msm1844 188
10 =opt= msm1931 604
[all …]
/dports/misc/boxes/boxes-1.3/src/
H A Dboxes.c814 opt.padding[BTOP], opt.padding[BRIG], opt.padding[BBOT]); in process_commandline()
820 opt.halign?opt.halign:'?', opt.valign?opt.valign:'?'); in process_commandline()
822 opt.indentmode? opt.indentmode: '?'); in process_commandline()
824 opt.justify? opt.justify: '?'); in process_commandline()
830 opt.cld? opt.cld: "n/a"); in process_commandline()
1476 if (opt.design->indentmode != 't' && opt.r == 0) { in read_all_input()
1586 if (opt.reqheight > (long) opt.design->minheight) in main()
1587 opt.design->minheight = opt.reqheight; in main()
1588 if (opt.reqwidth > (long) opt.design->minwidth) in main()
1589 opt.design->minwidth = opt.reqwidth; in main()
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/solvers/tests/checks/
H A Dtest_gurobi_persistent.py121 opt.update()
126 opt.update()
143 opt.update()
148 opt.update()
162 opt.update()
168 opt.update()
182 opt.update()
188 opt.update()
319 opt.solve()
332 opt.solve()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
H A Demplace.pass.cpp52 Opt opt; in test_one_arg() local
57 assert(&v == &*opt); in test_one_arg()
60 Opt opt; in test_one_arg() local
65 assert(&v == &*opt); in test_one_arg()
68 Opt opt(2); in test_one_arg() local
76 Opt opt(2); in test_one_arg() local
92 Opt opt; in test_multi_arg() local
100 Opt opt; in test_multi_arg() local
108 Opt opt; in test_multi_arg() local
121 optional<T> opt; in test_on_test_type() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
H A Demplace.pass.cpp52 Opt opt; in test_one_arg() local
57 assert(&v == &*opt); in test_one_arg()
60 Opt opt; in test_one_arg() local
65 assert(&v == &*opt); in test_one_arg()
68 Opt opt(2); in test_one_arg() local
76 Opt opt(2); in test_one_arg() local
92 Opt opt; in test_multi_arg() local
100 Opt opt; in test_multi_arg() local
108 Opt opt; in test_multi_arg() local
121 optional<T> opt; in test_on_test_type() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
H A Demplace.pass.cpp52 Opt opt; in test_one_arg() local
57 assert(&v == &*opt); in test_one_arg()
60 Opt opt; in test_one_arg() local
65 assert(&v == &*opt); in test_one_arg()
68 Opt opt(2); in test_one_arg() local
76 Opt opt(2); in test_one_arg() local
92 Opt opt; in test_multi_arg() local
100 Opt opt; in test_multi_arg() local
108 Opt opt; in test_multi_arg() local
121 optional<T> opt; in test_on_test_type() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
H A Demplace.pass.cpp52 Opt opt; in test_one_arg() local
57 assert(&v == &*opt); in test_one_arg()
60 Opt opt; in test_one_arg() local
65 assert(&v == &*opt); in test_one_arg()
68 Opt opt(2); in test_one_arg() local
76 Opt opt(2); in test_one_arg() local
92 Opt opt; in test_multi_arg() local
100 Opt opt; in test_multi_arg() local
108 Opt opt; in test_multi_arg() local
121 optional<T> opt; in test_on_test_type() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
H A Demplace.pass.cpp52 Opt opt; in test_one_arg() local
57 assert(&v == &*opt); in test_one_arg()
60 Opt opt; in test_one_arg() local
65 assert(&v == &*opt); in test_one_arg()
68 Opt opt(2); in test_one_arg() local
76 Opt opt(2); in test_one_arg() local
92 Opt opt; in test_multi_arg() local
100 Opt opt; in test_multi_arg() local
108 Opt opt; in test_multi_arg() local
121 optional<T> opt; in test_on_test_type() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp90 opt = 3; in test_with_test_type()
102 opt = 3; in test_with_test_type()
114 opt = {1, 2}; in test_with_test_type()
127 opt = {1, 2}; in test_with_test_type()
140 opt = {1}; in test_with_test_type()
153 opt = {}; in test_with_test_type()
179 opt = t; in test_with_type()
191 opt = {}; in test_with_type()
201 opt = {1, 2}; in test_with_type_multi()
207 opt = {1, 2}; in test_with_type_multi()
[all …]
H A Demplace.pass.cpp52 Opt opt; in test_one_arg() local
57 assert(&v == &*opt); in test_one_arg()
60 Opt opt; in test_one_arg() local
65 assert(&v == &*opt); in test_one_arg()
68 Opt opt(2); in test_one_arg() local
76 Opt opt(2); in test_one_arg() local
92 Opt opt; in test_multi_arg() local
100 Opt opt; in test_multi_arg() local
108 Opt opt; in test_multi_arg() local
121 optional<T> opt; in test_on_test_type() local
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/scripts/
H A Dmysql_install_db.pl.in159 my $opt = shift;
213 error($opt,
419 my $opt = {};
445 if ( $opt->{srcdir} and $opt->{basedir} )
455 $opt->{builddir} = $opt->{srcdir} unless $opt->{builddir};
639 if ( !$opt->{'cross-bootstrap'} and !$opt->{rpm} and !$opt->{force} )
685 error($opt,
707 foreach my $dir ( $opt->{ldata}, "$opt->{ldata}/mysql", "$opt->{ldata}/test" )
717 push(@args, "--user=$opt->{user}") if $opt->{user};
941 error($opt,
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/scripts/
H A Dmysql_install_db.pl.in159 my $opt = shift;
213 error($opt,
419 my $opt = {};
445 if ( $opt->{srcdir} and $opt->{basedir} )
455 $opt->{builddir} = $opt->{srcdir} unless $opt->{builddir};
639 if ( !$opt->{'cross-bootstrap'} and !$opt->{rpm} and !$opt->{force} )
685 error($opt,
707 foreach my $dir ( $opt->{ldata}, "$opt->{ldata}/mysql", "$opt->{ldata}/test" )
717 push(@args, "--user=$opt->{user}") if $opt->{user};
941 error($opt,
[all …]

1...<<11121314151617181920>>...2850