Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 25 of 14929) sorted by relevance

12345678910>>...598

/dports/math/SCIP/scip-7.0.3/applications/STP/check/testset/
H A Dstp-solvable.solu1 =opt= d01 106
2 =opt= d02 220
3 =opt= d03 1565
4 =opt= d04 1935
5 =opt= d05 3250
6 =opt= d06 67
7 =opt= d07 103
8 =opt= d08 1072
11 =opt= d11 29
12 =opt= d12 42
[all …]
H A Dpc-solvable.solu1 =opt= C01-A 180000
2 =opt= C01-B 85
3 =opt= C02-A 50
4 =opt= C02-B 141
5 =opt= C03-A 414
6 =opt= C03-B 737
7 =opt= C04-A 618
8 =opt= C04-B 1063
11 =opt= C06-A 18
12 =opt= C06-B 55
[all …]
H A DI080.solu1 =opt= i080-001 1787
2 =opt= i080-002 1607
3 =opt= i080-003 1713
4 =opt= i080-004 1866
5 =opt= i080-005 1790
6 =opt= i080-011 1479
7 =opt= i080-012 1484
8 =opt= i080-013 1381
9 =opt= i080-014 1397
10 =opt= i080-015 1495
[all …]
H A DI160.solu1 =opt= i160-001 2490
2 =opt= i160-002 2158
3 =opt= i160-003 2297
4 =opt= i160-004 2370
5 =opt= i160-005 2495
6 =opt= i160-011 1677
7 =opt= i160-012 1750
8 =opt= i160-013 1661
9 =opt= i160-014 1778
10 =opt= i160-015 1768
[all …]
H A DI320.solu1 =opt= i320-001 2672
2 =opt= i320-002 2847
3 =opt= i320-003 2972
4 =opt= i320-004 2905
5 =opt= i320-005 2991
6 =opt= i320-011 2053
7 =opt= i320-012 1997
8 =opt= i320-013 2072
9 =opt= i320-014 2061
11 =opt= i320-021 1553
[all …]
H A DI640.solu1 =opt= i640-001 4033
2 =opt= i640-002 3588
3 =opt= i640-003 3438
4 =opt= i640-004 4000
5 =opt= i640-005 4006
6 =opt= i640-011 2392
7 =opt= i640-012 2465
8 =opt= i640-013 2399
9 =opt= i640-014 2171
10 =opt= i640-015 2347
[all …]
/dports/sysutils/fcron/fcron-3.2.1/
H A Doption.h139 (_bit_test(opt, 0))
143 (_bit_set(opt, 0))
155 (_bit_set(opt, 1))
169 (_bit_set(opt, 2))
182 (_bit_set(opt, 3))
195 (_bit_set(opt, 4))
207 (_bit_set(opt, 5))
219 (_bit_set(opt, 6))
233 (_bit_set(opt, 7))
243 (_bit_set(opt, 8))
[all …]
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dconfig_sh.PL46 my %opt;
88 $opt{version} = "$opt{PERL_REVISION}.$opt{PERL_VERSION}.$opt{PERL_SUBVERSION}";
89 $opt{version_patchlevel_string} = "version $opt{PERL_VERSION} subversion $opt{PERL_SUBVERSION}";
90 $opt{version_patchlevel_string} .= " patch $opt{PERL_PATCHLEVEL}" if exists $opt{PERL_PATCHLEVEL};
106 $opt{cf_by} = $ENV{USERNAME} unless $opt{cf_by};
111 $opt{cf_email} = $opt{cf_by} . '@' . $computername;
113 $opt{usemymalloc} = 'y' if $opt{d_mymalloc} eq 'define';
115 $opt{libpth} = mungepath($opt{libpth}) if exists $opt{libpth};
116 $opt{incpath} = mungepath($opt{incpath}) if exists $opt{incpath};
217 $opt{nvsize} = $opt{longdblsize};
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dconfig_sh.PL46 my %opt;
88 $opt{version} = "$opt{PERL_REVISION}.$opt{PERL_VERSION}.$opt{PERL_SUBVERSION}";
89 $opt{version_patchlevel_string} = "version $opt{PERL_VERSION} subversion $opt{PERL_SUBVERSION}";
90 $opt{version_patchlevel_string} .= " patch $opt{PERL_PATCHLEVEL}" if exists $opt{PERL_PATCHLEVEL};
106 $opt{cf_by} = $ENV{USERNAME} unless $opt{cf_by};
111 $opt{cf_email} = $opt{cf_by} . '@' . $computername;
113 $opt{usemymalloc} = 'y' if $opt{d_mymalloc} eq 'define';
115 $opt{libpth} = mungepath($opt{libpth}) if exists $opt{libpth};
116 $opt{incpath} = mungepath($opt{incpath}) if exists $opt{incpath};
217 $opt{nvsize} = $opt{longdblsize};
[all …]
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dconfig_sh.PL40 my %opt;
82 $opt{version} = "$opt{PERL_REVISION}.$opt{PERL_VERSION}.$opt{PERL_SUBVERSION}";
83 $opt{version_patchlevel_string} = "version $opt{PERL_VERSION} subversion $opt{PERL_SUBVERSION}";
84 $opt{version_patchlevel_string} .= " patch $opt{PERL_PATCHLEVEL}" if exists $opt{PERL_PATCHLEVEL};
100 $opt{cf_by} = $ENV{USERNAME} unless $opt{cf_by};
105 $opt{cf_email} = $opt{cf_by} . '@' . $computername;
107 $opt{usemymalloc} = 'y' if $opt{d_mymalloc} eq 'define';
109 $opt{libpth} = mungepath($opt{libpth}) if exists $opt{libpth};
110 $opt{incpath} = mungepath($opt{incpath}) if exists $opt{incpath};
221 $opt{nvsize} = $opt{longdblsize};
[all …]
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dconfig_sh.PL40 my %opt;
82 $opt{version} = "$opt{PERL_REVISION}.$opt{PERL_VERSION}.$opt{PERL_SUBVERSION}";
83 $opt{version_patchlevel_string} = "version $opt{PERL_VERSION} subversion $opt{PERL_SUBVERSION}";
84 $opt{version_patchlevel_string} .= " patch $opt{PERL_PATCHLEVEL}" if exists $opt{PERL_PATCHLEVEL};
100 $opt{cf_by} = $ENV{USERNAME} unless $opt{cf_by};
105 $opt{cf_email} = $opt{cf_by} . '@' . $computername;
107 $opt{usemymalloc} = 'y' if $opt{d_mymalloc} eq 'define';
109 $opt{libpth} = mungepath($opt{libpth}) if exists $opt{libpth};
110 $opt{incpath} = mungepath($opt{incpath}) if exists $opt{incpath};
221 $opt{nvsize} = $opt{longdblsize};
[all …]
/dports/security/p5-Crypt-LE/Crypt-LE-0.38/script/
H A Dle.pl36 $opt->{'api'} = 2 unless (defined $opt->{'api'} or $opt->{'server'} or $opt->{'directory'});
134 if ($opt->{'crt'} and -r $opt->{'crt'}) {
157 if ($opt->{'expires'} > $opt->{'renew'}) {
175 …my %callback_data = map { $_ => $opt->{$_} } grep { ! ref $opt->{$_} or ref $opt->{$_} eq 'HASH' }…
322 unless ($opt->{'crt'} or $opt->{'generate-only'} or $opt->{'update-contacts'}) {
330 …unless ($opt->{'csr-key'} and (-r $opt->{'csr-key'} or ($opt->{'generate-missing'} and ! -e $opt->…
360 $opt->{'handle-as'} = $opt->{'handle-as'} ? lc($opt->{'handle-as'}) : 'http';
534 return unless ($opt and $opt->{$type});
539 $opt->{$type} = "./$opt->{$type}" unless $opt->{$type}=~/^(\w+:|\.*[\/\\])/;
553 return unless ($opt and $opt->{$type});
[all …]
/dports/audio/mp3splt/mp3splt-2.6.2/src/
H A Doptions_checker.c36 options *opt = data->opt; in check_args() local
56 if (opt->t_option || opt->c_option || in check_args()
57 opt->s_option || opt->l_option || in check_args()
58 opt->e_option || opt->i_option || in check_args()
59 opt->f_option || opt->a_option || in check_args()
60 opt->p_option || opt->o_option || in check_args()
82 opt->r_option || opt->F_option) in check_args()
96 opt->r_option || opt->F_option) in check_args()
161 if (!opt->a_option && !opt->s_option && !opt->i_option && !opt->r_option) in check_args()
184 if (opt->i_option || opt->n_option || opt->G_option) in check_args()
[all …]
/dports/math/nlopt/nlopt-2.7.1/src/api/
H A Doptions.c86 opt->lb = opt->ub = NULL; in nlopt_create()
87 opt->m = opt->m_alloc = 0; in nlopt_create()
89 opt->p = opt->p_alloc = 0; in nlopt_create()
376 if (opt->lb[i] < opt->ub[i] && nlopt_istiny(opt->ub[i] - opt->lb[i])) in nlopt_set_lower_bounds()
390 if (opt->lb[i] < opt->ub[i] && nlopt_istiny(opt->ub[i] - opt->lb[i])) in nlopt_set_lower_bounds1()
405 if (opt->lb[i] < opt->ub[i] && nlopt_istiny(opt->ub[i] - opt->lb[i])) in nlopt_set_lower_bound()
430 if (opt->lb[i] < opt->ub[i] && nlopt_istiny(opt->ub[i] - opt->lb[i])) in nlopt_set_upper_bounds()
444 if (opt->lb[i] < opt->ub[i] && nlopt_istiny(opt->ub[i] - opt->lb[i])) in nlopt_set_upper_bounds1()
459 if (opt->lb[i] < opt->ub[i] && nlopt_istiny(opt->ub[i] - opt->lb[i])) in nlopt_set_upper_bound()
500 opt->m = opt->m_alloc = 0; in nlopt_remove_inequality_constraints()
[all …]
/dports/x11/kitty/kitty-0.23.1/kitty/options/
H A Ddefinition.py23 opt = definition.add_option variable
48 opt('bold_font', 'auto',
51 opt('italic_font', 'auto',
57 opt('font_size', '11.0',
62 opt('force_ltr', 'no',
97 opt('adjust_baseline', '0',
216 opt('cursor', '#cccccc',
613 opt('input_delay', '3',
2428 opt('shell', '.',
2437 opt('editor', '.',
[all …]
/dports/www/mhonarc/MHonArc-2.6.24/lib/
H A Dmhopt.pl44 \%opt,
244 if ($opt{'stderr'} eq $opt{'stdout'}) {
346 $Lang = $opt{'lang'} if defined($opt{'lang'});
387 $OUTDIR = $opt{'outdir'} if $opt{'outdir'};
396 $DBFILE = $opt{'dbfile'} if $opt{'dbfile'};
559 $DOCURL = $opt{'docurl'} if $opt{'docurl'};
560 $FROM = $opt{'msgsep'} if $opt{'msgsep'};
573 $TITLE = $opt{'title'} if $opt{'title'};
575 $TTITLE = $opt{'ttitle'} if $opt{'ttitle'};
577 $GzipExe = $opt{'gzipexe'} if $opt{'gzipexe'};
[all …]
/dports/games/tileworld/tworld-1.3.0/
H A Dcmdline.c31 if (!opt->options || !opt->argc || !opt->argv) in readoption()
43 opt->argptr = opt->argv[opt->index]; in readoption()
49 if (!opt->stop && opt->argptr && opt->argptr[0] == '-' in readoption()
61 opt->opt = 0; in readoption()
62 opt->val = opt->argptr; in readoption()
72 opt->opt = 0; in readoption()
89 opt->opt = *opt->argptr; in readoption()
94 str = strchr(opt->options, opt->opt); in readoption()
109 opt->val = opt->argv[opt->index]; in readoption()
116 return opt->opt; in readoption()
[all …]
/dports/www/interchange/interchange-5.6.3/lib/Vend/
H A DForm.pm312 $opt->{extra} = " $opt->{extra}" if $opt->{extra};
665 $opt->{rows} = $opt->{height} unless length($opt->{rows});
666 $opt->{cols} = $opt->{width} unless length($opt->{cols});
1092 $opt = { name => $opt };
1111 $opt->{default} = $opt->{value} if defined $opt->{value};
1141 $opt->{cols} ||= $opt->{width} || $opt->{size};
1287 $opt->{value} = $item->{$opt->{attribute} || $opt->{name}};
1316 $opt->{value} = $opt->{default} if ! defined $opt->{value};
1377 $opt->{extra} .= " $opt->{js}";
1501 $opt->{rows} = $opt->{rows} || $opt->{height} || $1 || 1;
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/python/tests/
H A Dtest_option.py23 opt = ncnn.Option()
25 opt.lightmode = True
26 assert opt.lightmode == True
27 opt.lightmode = False
28 assert opt.lightmode == False
31 opt.num_threads = 1
32 assert opt.num_threads == 1
43 opt.openmp_blocktime = 40
66 opt.use_bf16_storage = True
71 opt.use_fp16_packed = True
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/python/tests/
H A Dtest_option.py23 opt = ncnn.Option()
25 opt.lightmode = True
26 assert opt.lightmode == True
27 opt.lightmode = False
28 assert opt.lightmode == False
31 opt.num_threads = 1
32 assert opt.num_threads == 1
43 opt.openmp_blocktime = 40
66 opt.use_bf16_storage = True
71 opt.use_fp16_packed = True
[all …]
/dports/misc/ncnn/ncnn-20211208/python/tests/
H A Dtest_option.py23 opt = ncnn.Option()
25 opt.lightmode = True
26 assert opt.lightmode == True
27 opt.lightmode = False
28 assert opt.lightmode == False
31 opt.num_threads = 1
32 assert opt.num_threads == 1
43 opt.openmp_blocktime = 40
66 opt.use_bf16_storage = True
71 opt.use_fp16_packed = True
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/python/tests/
H A Dtest_option.py23 opt = ncnn.Option()
25 opt.lightmode = True
26 assert opt.lightmode == True
27 opt.lightmode = False
28 assert opt.lightmode == False
31 opt.num_threads = 1
32 assert opt.num_threads == 1
43 opt.openmp_blocktime = 40
66 opt.use_bf16_storage = True
71 opt.use_fp16_packed = True
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/python/tests/
H A Dtest_option.py23 opt = ncnn.Option()
25 opt.lightmode = True
26 assert opt.lightmode == True
27 opt.lightmode = False
28 assert opt.lightmode == False
31 opt.num_threads = 1
32 assert opt.num_threads == 1
43 opt.openmp_blocktime = 40
66 opt.use_bf16_storage = True
71 opt.use_fp16_packed = True
[all …]
/dports/databases/p5-DBIx-Class-AuditLog/DBIx-Class-AuditLog-0.6.4/utils/
H A Dupdate_reserved_columns.pl19 my ( $opt, $usage ) = describe_options(
32 print( $usage->text ), exit if $opt->help or !$opt->dsn;
38 if ( $opt->dsn =~ m/db2/i ) {
39 $schema_attributes->{db2_set_schema} = $opt->schema
44 = DBI->connect( $opt->dsn, $opt->user, $opt->pass, $schema_attributes )
47 DBI->trace(1) if $opt->trace;
54 if ( $opt->execute ) {
103 if ( $opt->db_version && $opt->db_version =~ /8\.?/ ) {
110 'DROP INDEX "' . ($opt->schema) . '"."AL_C_IDX_A"',
111 'DROP INDEX "' . ($opt->schema) . '"."AL_C_IDX_F"',
[all …]
/dports/graphics/feh/feh-3.5/src/
H A Doptions.c42 fehoptions opt; variable
64 opt.max_height = opt.max_width = UINT_MAX; in init_parse_options()
611 &opt.geom_y, &opt.geom_w, &opt.geom_h); in feh_parse_option_array()
887 if (opt.actions[i] && !opt.hold_actions[i] && (opt.actions[i][0] == ';')) { in check_options()
889 opt.actions[i] = opt.actions[i] + 1; in check_options()
891 opt.action_titles[i] = opt.actions[i]; in check_options()
892 if (opt.actions[i] && (opt.actions[i][0] == '[')) { in check_options()
895 opt.action_titles[i] = opt.actions[i] + 1; in check_options()
902 if (opt.full_screen && opt.multiwindow) { in check_options()
906 if (opt.list && (opt.multiwindow || opt.index)) { in check_options()
[all …]

12345678910>>...598