Home
last modified time | relevance | path

Searched refs:numopt (Results 1 – 25 of 48) sorted by relevance

12

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/3dpc/src/main/java/de/lmu/ifi/dbs/elki/visualization/parallel3d/util/
H A DSimpleMenuOverlay.java68 final int numopt = getOptions().size(); in renderContents() local
72 for (int i = 0; i < numopt; i++) { in renderContents()
83 double totalheight = numopt * fontsize + (numopt - 1) * padding; in renderContents()
88 for (int i = 0; i < numopt; i++) { in renderContents()
89 if (bounds[numopt - i - 1] == null) { in renderContents()
106 for (int j = 0; j < numopt; j++) { in renderContents()
110 final int i = numopt - j - 1; in renderContents()
130 final int numopt = getOptions().size(); in mouseClicked() local
132 for (int i = 0; i < numopt; i++) { in mouseClicked()
148 double totalheight = numopt * fontsize + (numopt - 1) * padding; in mouseClicked()
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4c++/
H A Dpdp2gdf.c58 int numopt = 0; in main() local
91 else if (numopt==0) { in main()
93 numopt++; in main()
95 else if (numopt==1) { in main()
97 numopt++; in main()
99 else if (numopt==2) { in main()
101 numopt++; in main()
/dports/textproc/refdb/refdb-0.9.9-1/scripts/
H A Drunbib.in60 numopt=""
287 numopt=" -N $startnumber"
322 …$myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -S $style -D "." …
351 …$myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -r -t db31x $base…
359 …$myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -S $style -D "." …
389 …$myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -r -n d -t db50x …
397 …$myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -S $style -D "." …
428 …$myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -r -t teix $basen…
441 …$myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -S $style -D "." …
483 …$myrefdbib $databaseopt $encodingopt $useropt $passwdopt $numopt $portarg $iparg -r -n tei -t tei5…
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/tools/
H A Ddalton-benchmark58 $numopt = scalar(@optionset);
62 print "\nFound $numopt sets of compiler options:\n";
63 for ($i = 1; $i <= $numopt; $i++) {
81 print "\nFound $numopt sets of compiler options.\n";
122 print LOGFILE "No. compiler options:\t$numopt\n";
128 for ($run = 1; $run <= $numopt; $run++) {
129 print "\n *\n*#* Run $run of $numopt: \'$optionset[$run-1]\'\n *\n\n";
131 print LOGFILE "Run $run of $numopt: \'$optionset[$run-1]\'\n";
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Doption.c142 int numopt; /* number of options in this member
421 for (i = 0; i < option->numopt; i++) in RefreshOptions()
425 if (option->numopt < MaxOptions) in RefreshOptions()
426 for (i = option->numopt; i < MaxOptions; i++) in RefreshOptions()
532 if (data->y >= CurrentMenu->numopt) in optionaction()
904 if (CurrentMenu->numopt > maxopts) in InitOptionMenus()
905 maxopts = CurrentMenu->numopt; in InitOptionMenus()
942 newmenu->numopt = NumOptions(NewMenu); in AddOptMenu()
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dgetopt.pro1 function getopt,input,type,numopt,count =count
13 ; option = GETOPT( input, [ type, numopt, COUNT = ])
24 ; numopt - number of values expected by calling procedure
90 endif else option = option[0:numopt-1]
/dports/games/xrisk/xrisk-2.15/src/
H A Dxrisk.c245 int numopt; local
247 numopt = parseopt(argc,argv);
248 num_players = argc-numopt;
266 init_play(&argv[numopt]);
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/tools/
H A Dsanedump.c204 SANE_Int numopt; in do_describe() local
219 sanerr = sane_control_option(hand,0,SANE_ACTION_GET_VALUE,&numopt,NULL); in do_describe()
223 printf("%d options\n",numopt); in do_describe()
225 for (opt = 1; opt<numopt; ++opt) in do_describe()
/dports/databases/qdbm-plus/qdbm-1.8.78/lab/
H A Dccdoc20 numopt=''
60 '-n') numopt='-n' ;;
230 source-highlight -s cpp -f xhtml -d -T "$file ($title)" -c "$stylefile" $numopt < "$file" |\
/dports/databases/qdbm/qdbm-1.8.78/lab/
H A Dccdoc20 numopt=''
60 '-n') numopt='-n' ;;
230 source-highlight -s cpp -f xhtml -d -T "$file ($title)" -c "$stylefile" $numopt < "$file" |\
/dports/devel/cgit/cgit-1.2.3/git/
H A Dparse-options.c233 const struct option *numopt = NULL; in parse_short_opt() local
246 numopt = options; in parse_short_opt()
248 if (numopt && isdigit(*p->opt)) { in parse_short_opt()
257 if (numopt->callback) in parse_short_opt()
258 rc = (*numopt->callback)(numopt, arg, 0) ? (-1) : 0; in parse_short_opt()
260 rc = (*numopt->ll_callback)(p, numopt, arg, 0); in parse_short_opt()
/dports/devel/git-p4/git-2.34.1/
H A Dparse-options.c251 const struct option *numopt = NULL;
264 numopt = options; in parse_opt_passthru()
266 if (numopt && isdigit(*p->opt)) {
275 if (numopt->callback)
276 rc = (*numopt->callback)(numopt, arg, 0) ? (-1) : 0;
278 rc = (*numopt->ll_callback)(p, numopt, arg, 0);
/dports/devel/git-svn/git-2.34.1/
H A Dparse-options.c251 const struct option *numopt = NULL; in parse_short_opt() local
264 numopt = options; in parse_short_opt()
266 if (numopt && isdigit(*p->opt)) { in parse_short_opt()
275 if (numopt->callback) in parse_short_opt()
276 rc = (*numopt->callback)(numopt, arg, 0) ? (-1) : 0; in parse_short_opt()
278 rc = (*numopt->ll_callback)(p, numopt, arg, 0); in parse_short_opt()
/dports/devel/git-gui/git-2.34.1/
H A Dparse-options.c251 const struct option *numopt = NULL; in parse_short_opt() local
264 numopt = options; in parse_short_opt()
266 if (numopt && isdigit(*p->opt)) { in parse_short_opt()
275 if (numopt->callback) in parse_short_opt()
276 rc = (*numopt->callback)(numopt, arg, 0) ? (-1) : 0; in parse_short_opt()
278 rc = (*numopt->ll_callback)(p, numopt, arg, 0); in parse_short_opt()
/dports/devel/git/git-2.34.1/
H A Dparse-options.c251 const struct option *numopt = NULL; in parse_short_opt() local
264 numopt = options; in parse_short_opt()
266 if (numopt && isdigit(*p->opt)) { in parse_short_opt()
275 if (numopt->callback) in parse_short_opt()
276 rc = (*numopt->callback)(numopt, arg, 0) ? (-1) : 0; in parse_short_opt()
278 rc = (*numopt->ll_callback)(p, numopt, arg, 0); in parse_short_opt()
/dports/devel/git-cvs/git-2.34.1/
H A Dparse-options.c251 const struct option *numopt = NULL; in parse_short_opt() local
264 numopt = options; in parse_short_opt()
266 if (numopt && isdigit(*p->opt)) { in parse_short_opt()
275 if (numopt->callback) in parse_short_opt()
276 rc = (*numopt->callback)(numopt, arg, 0) ? (-1) : 0; in parse_short_opt()
278 rc = (*numopt->ll_callback)(p, numopt, arg, 0); in parse_short_opt()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Ddebug.d1125 var uintW numopt; in top_of_back_trace_frame() local
1128 case fsubr_argtype_1_0_nobody: numreq = 1; numopt = 0; body_flag=0; break; in top_of_back_trace_frame()
1129 case fsubr_argtype_2_0_nobody: numreq = 2; numopt = 0; body_flag=0; break; in top_of_back_trace_frame()
1130 case fsubr_argtype_1_1_nobody: numreq = 1; numopt = 1; body_flag=0; break; in top_of_back_trace_frame()
1131 case fsubr_argtype_2_1_nobody: numreq = 2; numopt = 1; body_flag=0; break; in top_of_back_trace_frame()
1132 case fsubr_argtype_0_body: numreq = 0; numopt = 0; body_flag = 1; break; in top_of_back_trace_frame()
1133 case fsubr_argtype_1_body: numreq = 1; numopt = 0; body_flag = 1; break; in top_of_back_trace_frame()
1134 case fsubr_argtype_2_body: numreq = 2; numopt = 0; body_flag = 1; break; in top_of_back_trace_frame()
1137 return stack STACKop (numreq + numopt + body_flag); in top_of_back_trace_frame()
/dports/games/flightgear-data/fgdata/Nasal/
H A Dmultikey.nas135 if (var numopt = size(options)) {
140 var numrows = numopt / (1 + (numopt > 15) + (numopt > 30));
/dports/devel/libmustache/libmustache-0.5.0/bin/
H A Dmustache.cpp64 int numopt = 0; in main() local
68 numopt++; in main()
/dports/biology/biosig/biosig-2.3.3/biosig4c++/test0/
H A Dgztest.c35 uint16_t numopt = 0, k; in main() local
/dports/games/xrisk/xrisk-2.15/doc/
H A Ddoc.xrisk3 numopt = parseopt(argc,argv);
22 init_play(&argv[numopt]);
/dports/science/multiwfn/gMultiwfn-3.4.1-0-14-ge873677/src/
H A Dspectrum.f901068 numopt=0
1071 numopt=numopt+ifound
1077 do i=1,numopt !Locate to the last time of output
1092 do i=1,numopt
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dfoomatic-rip-hplip4439 $numopt, $numoptleft, $numoptequal, $numoptright,
4447 $numopt, $numoptleft, $numoptequal, $numoptright,
4465 $numopt, $numoptleft, $numoptequal, $numoptright,
4483 $numopt, $numoptleft, $numoptequal, $numoptright,
4501 $numopt, $numoptleft, $numoptequal, $numoptright,
4519 $numopt, $numoptleft, $numoptequal, $numoptright,
4537 $numopt, $numoptleft, $numoptequal, $numoptright,
4555 $numopt, $numoptleft, $numoptequal, $numoptright,
4573 $numopt, $numoptleft, $numoptequal, $numoptright,
4591 $numopt, $numoptleft, $numoptequal, $numoptright,
[all …]
/dports/mail/imapsync/imapsync-1d08afa/W/patches/
H A Dimapsync.WilliamHernandez.INBOX.INBOX724 my $numopt = scalar(@ARGV);
765 usage() and exit if ($help or ! $numopt) ;
/dports/mail/imapsync/imapsync-1d08afa/W/learn/
H A Dproximapsync917 my $numopt = length $ENV{'QUERY_STRING'} || 1 ;
960 $mysync->{debug} and output( $mysync, "get options: [$opt_ret][$numopt]\n" ) ;
971 return $numopt ;

12