Home
last modified time | relevance | path

Searched refs:opt (Results 26 – 50 of 25425) sorted by relevance

12345678910>>...1017

/dports/net/kea/kea-2.0.1/src/bin/perfdhcp/tests/
H A Dcommand_options_unittest.cc170 CommandOptions opt; in TEST_F() local
227 ASSERT_EQ(opt.getMaxDrop().size(), opt.getMaxDropPercentage().size()); in TEST_F()
258 CommandOptions opt; in TEST_F() local
270 CommandOptions opt; in TEST_F() local
276 CommandOptions opt; in TEST_F() local
282 CommandOptions opt; in TEST_F() local
289 CommandOptions opt; in TEST_F() local
297 CommandOptions opt; in TEST_F() local
318 CommandOptions opt; in TEST_F() local
344 CommandOptions opt; in TEST_F() local
[all …]
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/spamd-apache2/bin/
H A Dapache-spamd.pl93 $opt->{pidfile} = File::Spec->rel2abs($opt->{pidfile});
104 $opt->{k} ||= -e $opt->{pidfile} ? 'stop' : 'start';
114 $opt->{httpd_conf} = File::Spec->rel2abs($opt->{httpd_conf})
132 '-k', $opt->{k},
142 push @run, @{ $opt->{httpd_opts} } if exists $opt->{httpd_opts};
182 if ($opt->{ssl}) {
204 if $opt->{'auth-ident'} && defined $opt->{'ident-timeout'};
215 push @directives, "SAdebug $opt->{debug}" if $opt->{debug};
332 push @ret, "User $opt->{username}" if $opt->{username};
333 push @ret, "Group $opt->{groupname}" if $opt->{groupname};
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/spamd-apache2/bin/
H A Dapache-spamd.pl93 $opt->{pidfile} = File::Spec->rel2abs($opt->{pidfile});
104 $opt->{k} ||= -e $opt->{pidfile} ? 'stop' : 'start';
114 $opt->{httpd_conf} = File::Spec->rel2abs($opt->{httpd_conf})
132 '-k', $opt->{k},
142 push @run, @{ $opt->{httpd_opts} } if exists $opt->{httpd_opts};
182 if ($opt->{ssl}) {
204 if $opt->{'auth-ident'} && defined $opt->{'ident-timeout'};
215 push @directives, "SAdebug $opt->{debug}" if $opt->{debug};
332 push @ret, "User $opt->{username}" if $opt->{username};
333 push @ret, "Group $opt->{groupname}" if $opt->{groupname};
[all …]
/dports/net-p2p/shx/shx-0.2.4/src/
H A Dgetopt_r.c325 opt->__first_nonopt += (opt->ind - opt->__last_nonopt);
345 opt->__first_nonopt = opt->__last_nonopt = opt->ind;
504 if (opt->__first_nonopt != opt->__last_nonopt && opt->__last_nonopt != opt->ind)
526 if (opt->__first_nonopt != opt->__last_nonopt && opt->__last_nonopt != opt->ind)
627 opt->opt = 0;
657 opt->opt = pfound->val;
671 opt->opt = pfound->val;
706 opt->opt = 0;
733 opt->opt = c;
763 opt->opt = c;
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/salloc/
H A Dopt.c448 opt.ntasks = opt.min_nodes * opt.ntasks_per_node; in _opt_verify()
452 if (opt.cpus_set && (opt.pn_min_cpus < opt.cpus_per_task)) in _opt_verify()
472 (opt.max_nodes && (opt.min_nodes > opt.max_nodes))) { in _opt_verify()
491 if ((opt.ntasks/opt.plane_size) < opt.min_nodes) { in _opt_verify()
492 if (((opt.min_nodes-1)*opt.plane_size) >= opt.ntasks) { in _opt_verify()
496 opt.ntasks/opt.plane_size, opt.min_nodes, in _opt_verify()
512 opt.ntasks = opt.min_nodes; in _opt_verify()
543 opt.ntasks, opt.min_nodes, opt.ntasks); in _opt_verify()
545 opt.min_nodes = opt.max_nodes = opt.ntasks; in _opt_verify()
584 if ((opt.deadline) && (opt.begin) && (opt.deadline < opt.begin)) { in _opt_verify()
[all …]
/dports/net-mgmt/p5-Net-SNMPTrapd/Net-SNMPTrapd-0.17/bin/
H A Dsnmptrapd-sendtest.pl10 my %opt;
47 $opt{version} = $opt{version} || 1;
48 $opt{community} = $opt{community} || 'public';
49 $opt{integer} = $opt{integer} || 1;
50 $opt{string} = $opt{string} || 'String';
52 $opt{hexstring} = pack ("H*", $opt{hexstring});
55 $opt{counter32} = $opt{counter32} || 32323232;
56 $opt{gauge32} = $opt{gauge32} || 42424242;
57 $opt{timeticks} = $opt{timeticks} || time();
59 $opt{null} = $opt{null} || "\0";
[all …]
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/api/
H A Doptions.c49 free(opt->lb); free(opt->ub); in nlopt_destroy()
71 opt->f = NULL; opt->f_data = NULL; opt->pre = NULL; in nlopt_create()
75 opt->lb = opt->ub = NULL; in nlopt_create()
76 opt->m = opt->m_alloc = 0; in nlopt_create()
78 opt->p = opt->p_alloc = 0; in nlopt_create()
222 opt->f = f; opt->f_data = f_data; opt->pre = pre; in nlopt_set_precond_min_objective()
244 opt->f = f; opt->f_data = f_data; opt->pre = pre; in nlopt_set_precond_max_objective()
348 opt->m = opt->m_alloc = 0; in nlopt_remove_inequality_constraints()
466 opt->p = opt->p_alloc = 0; in nlopt_remove_equality_constraints()
489 || nlopt_count_constraints(opt->p, opt->h) + m > opt->n) in nlopt_add_equality_mconstraint()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/file68/src/
H A Doption68.c42 #define FOREACH_OPT(opt) for (opt=opts; opt; opt = opt->next) argument
46 return opt->min == opt->max || (val >= opt->min && val <= opt->max); in in_range()
99 if (!opt->onchange || !opt->onchange(opt, &value)) { in opt_set_int()
112 if (!opt->onchange || !opt->onchange(opt, &value)) { in opt_set_str()
188 return opt ? opt_type(opt) : -1; in option68_type()
204 FOREACH_OPT(opt) opt_unset(opt); in option68_unset_all()
381 assert( (opt->set && opt->sets > 0) || (!opt->set && !opt->sets) ); in option68_append()
383 assert( (opt->min == opt->max && !opt->min) || opt->min < opt->max ); in option68_append()
391 assert(opt->set && !opt->min && opt->max == opt->sets-1); break; in option68_append()
398 opt->prefix_len = opt->prefix ? strlen(opt->prefix) : 0; in option68_append()
[all …]
/dports/graphics/p5-Graph-Easy/Graph-Easy-0.76/bin/
H A Dgraph-easy25 $help_requested = 2 if ref($opt) && $opt->{help} ne '';
30 if (ref($opt) && $opt->{version} != 0)
240 $opt->{as} = 'graphviz' if $opt->{as} eq 'dot';
256 $opt->{inputname} = $opt->{input};
264 if $opt->{"as_$format"} && $opt->{as};
271 $opt->{output} = $opt->{input} unless defined $opt->{output};
278 $opt->{output} .= ".$opt->{as}";
285 $opt->{as} = 'ascii' if $opt->{as} eq '';
290 $opt->{outputname} = $opt->{output};
320 $opt->{ext} = $opt->{as};
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/libdk3bmeps/
H A Ddk3bmeo.c186 if(opt) { in dk3bmeo_init()
207 opt->bgr = 255; opt->bgg = 255; opt->bgb = 255; opt->fbg = 0; in dk3bmeo_init()
208 opt->ip = 1; opt->jip = 0; in dk3bmeo_init()
237 if(opt) { in dk3bmeo_delete()
250 if(opt) { in dk3bmeo_get_mode()
411 if(opt) { in dk3bmeo_set_driver_and_mode()
435 if(opt) { in dk3bmeo_get_driver()
447 if(opt) { in dk3bmeo_set_draft()
459 if(opt) { in dk3bmeo_get_draft()
617 opt->bgr = r; opt->bgg = g; opt->bgb = b; opt->fbg = f; in dk3bmeo_set_background()
[all …]
/dports/textproc/p5-ack/ack-v3.5.0/t/
H A Dmutex-options.t18 are_mutually_exclusive( '-f', $opt, ['-f', $opt] );
19 are_mutually_exclusive( '-f', $opt, [$opt, '-f'] );
33 are_mutually_exclusive( $opt, '-o', [$opt, '-o', $word, $file] );
37 are_mutually_exclusive( $opt, '-h', [$opt, '-h', $word, $file] );
41 are_mutually_exclusive( $opt, '-A', [$opt, '-A', 1, $word, $file] );
44 are_mutually_exclusive( $opt, '-B', [$opt, '-B', 1, $word, $file] );
47 are_mutually_exclusive( $opt, '-C', [$opt, '-C', 1, $word, $file] );
53 are_mutually_exclusive( $opt, '-f', [$opt, '-f', $file] );
54 are_mutually_exclusive( $opt, '-g', [$opt, '-g', $word, $file] );
136 are_mutually_exclusive( $opt, '-f', [$opt, '-f', $word, $file] );
[all …]
/dports/graphics/tachyon/tachyon/demosrc/
H A Dgetargs.c133 opt->xsize = 0; in initoptions()
134 opt->ysize = 0; in initoptions()
148 opt->nosave = -1; in initoptions()
174 if (opt->xsize > 0 && opt->ysize > 0) { in postsceneoptions()
175 rt_resolution(scene, opt->xsize, opt->ysize); in postsceneoptions()
180 rt_crop_output(scene, opt->cropxres, opt->cropyres, in postsceneoptions()
181 opt->cropxstart, opt->cropystart); in postsceneoptions()
525 if (opt == NULL) in getargs()
552 opt->filenames = (char **) realloc(opt->filenames, sizeof(char *) * (opt->numfiles + 10)); in getargs()
553 opt->filenames[opt->numfiles] = in getargs()
[all …]
/dports/www/interchange/interchange-5.6.3/lib/Vend/Table/
H A DEditor.pm730 $opt = get_option_hash($opt);
736 $opt->{value} = defined $opt->{default} ? $opt->{default} : '';
795 if $opt->{type} || $opt->{label};
1971 $opt->{$_} = errmsg($opt->{$_});
1974 if($opt->{wizard} || $opt->{notable} and ! $opt->{table}) {
1994 $opt->{$k} = $v if ! length($opt->{$k});
2419 $opt->{"orig_$_"} = $opt->{$_};
2864 $opt->{href} = $opt->{mv_nextpage};
2870 $opt->{href} = "$url_base/$opt->{href}"
2890 <form method="$opt->{method}" action="$opt->{href}"$opt->{enctype}$opt->{form_extra}>
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/slurm_unit/common/
H A Dslurm_opt-test.c322 opt.gid = NO_VAL; in START_TEST()
348 opt.job_flags = 0; in START_TEST()
353 opt.job_flags = 0; in START_TEST()
368 opt.job_flags = 0; in START_TEST()
375 opt.job_flags = 0; in START_TEST()
382 opt.job_flags = 0; in START_TEST()
390 opt.mail_type = 0; in START_TEST()
396 opt.mail_type = 0; in START_TEST()
402 opt.mail_type = 0; in START_TEST()
570 opt.job_flags = 0; in START_TEST()
[all …]
/dports/textproc/p5-ODF-lpOD/ODF-lpOD-1.126/lpOD/
H A DTextElement.pm112 if (defined $opt{search} && defined $opt{length})
238 $id = $opt{id}; delete $opt{id};
265 if (defined $opt{before} && defined $opt{after})
272 $opt{search} = $opt{before} // $opt{after};
286 if (defined $opt{length} && $opt{length} > 0)
296 if (defined $opt{content} || ref $opt{offset})
470 $opt{search} = $opt{filter} if exists $opt{filter};
510 $opt{search} = $opt{filter} if exists $opt{filter};
629 if (defined $opt{content} || ref $opt{offset} || $opt{role})
669 $opt{attributes}{$k} = $opt{$k};
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/chain/
H A Doptions.c40 struct options opt; variable
172 memset(&opt, 0, sizeof opt); in opt_set_defs()
178 opt.foff = opt.soff = opt.fip = opt.sip = 0x7C00; in opt_set_defs()
197 if (soi_s2n(argv[i] + 4, &opt.fseg, &opt.foff, &opt.fip, 0)) in opt_parse_args()
216 opt.fip = 0; in opt_parse_args()
330 if (soi_s2n(argv[i] + 5, &opt.sseg, &opt.soff, &opt.sip, 0)) in opt_parse_args()
406 if (opt.grubcfg && !opt.grub) { in opt_parse_args()
411 if (opt.filebpb && !opt.file) { in opt_parse_args()
416 if (opt.save && !opt.sect) { in opt_parse_args()
421 if (opt.setbpb && !opt.sect) { in opt_parse_args()
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dlink_axp.com7 $ link/exe=attraction.exe screenhack,attraction,vms_axp_12.opt/opt
8 $ link/exe=blitspin.exe screenhack,blitspin,vms_axp_12.opt/opt
12 $ link/exe=coral.exe screenhack,coral,vms_axp_12.opt/opt
14 $ link/exe=deco.exe screenhack,deco,vms_axp_12.opt/opt
18 $ link/exe=flame.exe screenhack,flame,vms_axp_12.opt/opt
24 $ link/exe=halo.exe screenhack,halo,vms_axp_12.opt/opt
25 $ link/exe=helix.exe screenhack,helix,vms_axp_12.opt/opt
42 $ link/exe=qix.exe screenhack,qix,vms_axp_12.opt/opt
65 $ link/exe=deco.exe screenhack,deco,vms_axp.opt/opt
75 $ link/exe=halo.exe screenhack,halo,vms_axp.opt/opt
[all …]
H A Dlink_decc.com7 $ link/exe=attraction.exe screenhack,attraction,vms_decc_12.opt/opt
8 $ link/exe=blitspin.exe screenhack,blitspin,vms_decc_12.opt/opt
12 $ link/exe=coral.exe screenhack,coral,vms_decc_12.opt/opt
14 $ link/exe=deco.exe screenhack,deco,vms_decc_12.opt/opt
18 $ link/exe=flame.exe screenhack,flame,vms_decc_12.opt/opt
24 $ link/exe=halo.exe screenhack,halo,vms_decc_12.opt/opt
25 $ link/exe=helix.exe screenhack,helix,vms_decc_12.opt/opt
42 $ link/exe=qix.exe screenhack,qix,vms_decc_12.opt/opt
65 $ link/exe=deco.exe screenhack,deco,vms_decc.opt/opt
75 $ link/exe=halo.exe screenhack,halo,vms_decc.opt/opt
[all …]
/dports/textproc/p5-XML-LibXML-Simple/XML-LibXML-Simple-0.95/t/
H A D10XMLin.t72 is_deeply($opt, {
91 $opt = XMLin(q(
144 $opt = XMLin(q(
158 $opt = XMLin(q(
489 $opt = eval {
504 $opt = undef;
505 $opt = eval {
515 $opt = undef;
524 $opt = undef;
525 $opt = eval {
[all …]
/dports/security/fwlogwatch/fwlogwatch-1.5/
H A Dmain.c19 struct options opt; variable
170 opt.proto = 0; in init_options()
173 opt.opts = 0; in init_options()
184 opt.html = 0; in init_options()
203 opt.ifs = 0; in init_options()
211 opt.max = 0; in init_options()
224 opt.sock = 0; in init_options()
271 opt.response = opt.response | OPT_NOTIFY; in main()
277 opt.response = opt.response | OPT_RESPOND; in main()
418 if ((opt.listenport < 1) || (opt.listenport > 65535)) in main()
[all …]
/dports/audio/mp3splt/mp3splt-2.6.2/src/
H A Doptions_manager.c55 if (opt) in free_options()
57 if (*opt) in free_options()
130 opt->w_option = SPLT_FALSE; opt->l_option = SPLT_FALSE; in new_options()
131 opt->e_option = SPLT_FALSE; opt->f_option = SPLT_FALSE; in new_options()
132 opt->c_option = SPLT_FALSE; opt->t_option = SPLT_FALSE; in new_options()
133 opt->s_option = SPLT_FALSE; opt->a_option = SPLT_FALSE; in new_options()
135 opt->p_option = SPLT_FALSE; opt->o_option = SPLT_FALSE; in new_options()
136 opt->d_option = SPLT_FALSE; opt->k_option = SPLT_FALSE; in new_options()
138 opt->g_option = SPLT_FALSE; opt->n_option = SPLT_FALSE; in new_options()
139 opt->q_option = SPLT_FALSE; opt->i_option = SPLT_FALSE; in new_options()
[all …]
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Dinventorycomputerlibhook.class.php69 $opt = array();
75 $opt[$i]['xmlSectionChild'] = 'NAME';
77 $opt[$i]['glpiField'] = 'name';
117 $opt[$i]['xmlSectionChild'] = 'UUID';
119 $opt[$i]['glpiField'] = 'uuid';
144 $opt[$i]['xmlSection'] = 'BIOS';
150 $opt[$i]['xmlSection'] = 'BIOS';
156 $opt[$i]['xmlSection'] = 'BIOS';
157 $opt[$i]['xmlSectionChild'] = 'SSN';
162 $opt[$i]['xmlSection'] = 'BIOS';
[all …]
/dports/devel/cvsmonitor/cvsmonitor/modules/CVSMonitor/HTML/
H A DTable.pm59 $opt->{columns} = $_ if $_ > $opt->{columns};
65 color => ($opt->{topcolor} || $opt->{titlecolor}),
68 bold => (exists $opt->{boldtop} ? $opt->{boldtop} : 1),
74 color => ($opt->{bottomcolor} || $opt->{totalcolor}),
83 color => ($opt->{leftcolor} || $opt->{titlecolor}),
92 color => ($opt->{rightcolor} || $opt->{totalcolor}),
101 color => ($opt->{altrowcolor} || $opt->{normalcolor} || $opt->{bgcolor}),
105 class => ($opt->{altrowclass} || $opt->{normalclass}),
109 color => ($opt->{normalcolor} || $opt->{bgcolor}),
202 : ($opt->{rows} and $opt->{bottom} and $row == $opt->{rows}) ? 'bottom'
[all …]
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtscoremain.c622 (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), in hts_main_internal()
698 (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), in hts_main_internal()
705 (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), in hts_main_internal()
1021 (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), in hts_main_internal()
1026 (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), in hts_main_internal()
1055 (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), in hts_main_internal()
1060 (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), in hts_main_internal()
2797 (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), in hts_main_internal()
2936 opt->errlog = opt->log; in hts_main_internal()
3149 url, opt->depth, opt->maxsoc, opt->travel, opt->seeker, in hts_main_internal()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java45 assertThat(opt).isNotNull(); in getDBOptionsFromProps()
60 assertThat(opt).isNull(); in failDBOptionsFromPropsWithIllegalValue()
82 opt.optimizeForSmallDb(); in linkageOfPrepMethods()
90 opt.setEnv(env); in env()
152 opt.setMaxOpenFiles(intValue); in maxOpenFiles()
170 opt.setUseFsync(boolValue); in useFsync()
185 opt.setDbPaths(dbPaths); in dbPaths()
195 opt.setDbLogDir(str); in dbLogDir()
204 opt.setWalDir(str); in walDir()
644 opt.setAllow2pc(boolValue); in allow2pc()
[all …]

12345678910>>...1017