Home
last modified time | relevance | path

Searched refs:extopts (Results 1 – 10 of 10) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/
H A Dmeica.py160 extopts=OptionGroup(parser,"Additional processing options") variable
171 extopts.add_option('',"--TR",dest='TR',help="The TR. Default read from input dataset header",defaul…
174 extopts.add_option('',"--ted_args",dest='ted_args',help="Additional arguments to TE-dependence anal…
175 extopts.add_option('',"--daw",dest='daw',help=SUPPRESS_HELP,default='10')
176 extopts.add_option('',"--tlrc",dest='space',help=SUPPRESS_HELP,default=False) #For backwards compat…
177 extopts.add_option('',"--highpass",dest='highpass',help=SUPPRESS_HELP,default=0.0)
178 extopts.add_option('',"--detrend",dest='detrend',help=SUPPRESS_HELP,default=0.)
179 extopts.add_option('',"--initcost",dest='initcost',help=SUPPRESS_HELP,default='tanh')
180 extopts.add_option('',"--finalcost",dest='finalcost',help=SUPPRESS_HELP,default='tanh')
181 extopts.add_option('',"--sourceTEs",dest='sourceTEs',help=SUPPRESS_HELP,default='-1')
[all …]
/dports/print/photoprint/photoprint-0.4.2-pre2/stp_support/
H A Dprinterqueues_unix.c71 char *extopts; member
144 if(pp->extopts) in pqp_dispose()
145 free(pp->extopts); in pqp_dispose()
245 pp->extopts=strdup(""); in pqprivate_create()
333 if(pq->priv->extopts) in setextopts()
334 free(pq->priv->extopts); in setextopts()
336 pq->priv->extopts=strdup(opts); in setextopts()
338 pq->priv->extopts=strdup(""); in setextopts()
438 len+=strlen(pq->priv->extopts)+2; in buildprintcommand()
460 pq->priv->extopts ? pq->priv->extopts : ""); in buildprintcommand()
/dports/net-mgmt/p5-Monitoring-Plugin/Monitoring-Plugin-0.40/lib/Monitoring/Plugin/
H A DGetopt.pm353 for my $extopts (@$extopts_list) {
354 $extopts ||= $self->{_attr}->{plugin};
355 my $section = $extopts;
359 if ($extopts =~ m/^([^@]*)@(.*?)\s*$/) {
/dports/net-mgmt/p5-Nagios-Plugin/Nagios-Plugin-0.36/lib/Nagios/Plugin/
H A DGetopt.pm334 for my $extopts (@$extopts_list) {
335 $extopts ||= $self->{_attr}->{plugin};
336 my $section = $extopts;
340 if ($extopts =~ m/^(\w*)@(.*?)\s*$/) {
/dports/databases/iowow/iowow-1.4.13/src/kv/
H A Diwal.c619 IWFS_EXT_OPTS extopts; in _recover_wl() local
620 memcpy(&extopts, &fsmopts->exfile, sizeof(extopts)); in _recover_wl()
621 extopts.use_locks = false; in _recover_wl()
622 extopts.file.omode = IWFS_OCREATE | IWFS_OWRITE; in _recover_wl()
623 extopts.file.dlsnr = 0; in _recover_wl()
624 rc = iwfs_exfile_open(&extf, &extopts); in _recover_wl()
/dports/databases/db18/db-18.1.40/test/tcl/
H A Denv017.tcl643 set extopts {
650 foreach extopt $extopts {
688 set extopts {
695 foreach extopt $extopts {
H A Denv020.tcl1104 set extopts {
1111 foreach extopt $extopts {
/dports/databases/db5/db-5.3.28/test/tcl/
H A Denv020.tcl986 set extopts {
993 foreach extopt $extopts {
H A Denv017.tcl566 set extopts {
573 foreach extopt $extopts {
/dports/net/libwebsockets/libwebsockets-v4.2.2/READMEs/
H A DREADME.coding.md1004 @section extopts Extension option control from user code