Home
last modified time | relevance | path

Searched refs:bugcount (Results 1 – 16 of 16) sorted by relevance

/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Dplotchangelog.pl94 $save_filename, $verbose, $linecount, $bugcount,
148 "b|bugcount", \$bugcount,
173 if ($bugcount && $linecount) {
178 if ($cumulative && !$bugcount && !$linecount) {
251 } elsif ($bugcount && /^ /) {
263 $linecount || $bugcount ? $c : $version,
305 } elsif ($bugcount) {
H A Dplotchangelog.bash_completion12 _options='--linecount --bugcount --cumulative --no-version --no-maint --urgency --verbose'
H A Dbts.pl2340 my $bugcount = 1;
2344 print "Skipping $bug as requested ... $bugcount/$bugtotal\n"
2346 $bugcount++;
2349 download($bug, '', 1, 0, $bugcount, $bugtotal);
2351 $bugcount++;
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dcollectstats.pl356 my %bugcount;
357 foreach (@statuses) { $bugcount{$_} = 0; }
358 foreach (@resolutions) { $bugcount{$_} = 0; }
365 if (defined $bugcount{$status}) {
366 $bugcount{$status}++;
373 if (defined $bugcount{$resolution}) {
374 $bugcount{$resolution}++;
382 foreach (@statuses) { print DATA "|$bugcount{$_}"; }
383 foreach (@resolutions) { print DATA "|$bugcount{$_}"; }
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dcollectstats.pl346 my %bugcount;
347 foreach (@statuses) { $bugcount{$_} = 0; }
348 foreach (@resolutions) { $bugcount{$_} = 0; }
355 if (defined $bugcount{$status}) {
356 $bugcount{$status}++;
363 if (defined $bugcount{$resolution}) {
364 $bugcount{$resolution}++;
372 foreach (@statuses) { print DATA "|$bugcount{$_}"; }
373 foreach (@resolutions) { print DATA "|$bugcount{$_}"; }
/dports/science/devisor/devisor2.1/devisor2/grid/GUI/event/
H A DGridAdjustment.java36 int bugcount; field in GridAdjustment
68 bugcount=0; in GridAdjustment()
75 bugcount=0; in setSliderDefault()
139 bugcount=0; in preZoom()
188 bugcount=0; in newZoom()
229 bugcount=0; in adjustZoom()
245 if (bugcount>3) in adjustmentValueChanged()
290 bugcount++; in adjustmentValueChanged()
/dports/math/palp/palp-2.20/
H A Dlgotwist.c37 int stdi=0, bugcount=0, invertible; variable
301 fprintf(outfi,"Error in calculation of weights!: ");bugcount++;} in analy()
349 if (lcmd!=1) {fprintf(outfi,"caution: Big prime number!!!"); bugcount++;} in primedecomp()
530 fprintf(outfi,"\ncaution: prod.den != 1\n");bugcount++;} in proced()
537 fprintf(outfi,"caution: b01=%d\n", spec[2]); bugcount++;} in proced()
540 {fprintf(outfi,"ng is not integer!\n");bugcount++;} in proced()
542 {fprintf(outfi,"ngb is not integer!\n");bugcount++;} in proced()
828 if (!specnum) bugcount++; in finishmodel()
883 */ while(readline(&s)&&!bugcount){ /* search={a,c=2(a-g),b} */ in main()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcrystal.cpp128 int bugcount = 0; in count_bugs() local
135 if(i == 2 && (qb != (b^1))) bugcount++; in count_bugs()
140 if(a != qa || b != qb) bugcount++; in count_bugs()
143 return bugcount; in count_bugs()
H A Dcomplex.cpp1709 EX int bugcount[BUGCOLORS]; variable
1803 bugcount[c->monst - moBug0]++; in handleBugQueue()
1818 for(int k=0; k<BUGCOLORS; k++) bugcount[k] = 0; in movebugs()
1902 bugcount[killed - moBug0]--; in movebugs()
1925 for(int k=0; k<BUGCOLORS; k++) if(bugcount[k] > maxbug) maxbug = bugcount[k]; in movebugs()
H A Dgraph.cpp5495 its(hive::bugcount[k]), minf[moBug0+k].color, 8); in drawscreen()
/dports/devel/checkbashisms/devscripts-2.21.4/po4a/po/
H A Dpt.po18855 "B<--bugcount>."
18859 "com B<--bugcount>."
18864 msgid "B<-b>, B<--bugcount>"
18865 msgstr "B<-b>, B<--bugcount>"
18889 "When used together with either B<--bugcount> or B<--linecount>, graphs the "
18892 "Quando usado juntamente com B<--bugcount> ou B<--linecount>, põe em gráfico "
H A Dde.po19211 "B<--bugcount>."
19215 "bugcount> verwendet werden."
19220 msgid "B<-b>, B<--bugcount>"
19221 msgstr "B<-b>, B<--bugcount>"
19246 "When used together with either B<--bugcount> or B<--linecount>, graphs the "
19249 "zeichnet, wenn es zusammen mit B<--bugcount> oder B<--linecount> benutzt "
H A Dfr.po19194 "B<--bugcount>."
19199 "bugcount>."
19204 msgid "B<-b>, B<--bugcount>"
19205 msgstr "B<-b>, B<--bugcount>"
19230 "When used together with either B<--bugcount> or B<--linecount>, graphs the "
19233 "Lorsqu'elle est utilisée avec les options B<--bugcount> ou B<--linecount>, "
H A Ddevscripts.pot15373 "B<--bugcount>."
15379 msgid "B<-b>, B<--bugcount>"
15400 "When used together with either B<--bugcount> or B<--linecount>, graphs the "
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/
H A DChangeLog2741 * BugsSite/contrib/cmdline/bugcount: Removed.
11230 * BugsSite/contrib/cmdline/bugcount: Added.
/dports/devel/checkbashisms/devscripts-2.21.4/debian/
H A Dchangelog8340 * plotchangelog: add -b/--bugcount option to --help output (closes: