Home
last modified time | relevance | path

Searched refs:Totals (Results 1 – 25 of 2290) sorted by relevance

12345678910>>...92

/dports/mail/amavis-logwatch/amavis-logwatch-1.51.03/
H A Damavis-logwatch3280 $Totals{'totalblocked'} += $Totals{$_} foreach (
3296 $Totals{'totalpassed'} += $Totals{$_} foreach (
3314 $Totals{'totalmalware'} += $Totals{$_} foreach (
3317 $Totals{'totalbanned'} += $Totals{$_} foreach (
3323 $Totals{'totalspammy'} += $Totals{$_} foreach (
3332 $Totals{'totalmta'} += $Totals{$_} foreach (
3335 $Totals{'totalclean'} += $Totals{$_} foreach (
3338 $Totals{'totalother'} += $Totals{$_} foreach (
3341 $Totals{'totalspam'} += $Totals{$_} foreach (
3345 $Totals{'totalham'} += $Totals{$_} foreach (
[all …]
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Damavis3286 $Totals{'totalblocked'} += $Totals{$_} foreach (
3302 $Totals{'totalpassed'} += $Totals{$_} foreach (
3320 $Totals{'totalmalware'} += $Totals{$_} foreach (
3323 $Totals{'totalbanned'} += $Totals{$_} foreach (
3329 $Totals{'totalspammy'} += $Totals{$_} foreach (
3338 $Totals{'totalmta'} += $Totals{$_} foreach (
3341 $Totals{'totalclean'} += $Totals{$_} foreach (
3344 $Totals{'totalother'} += $Totals{$_} foreach (
3347 $Totals{'totalspam'} += $Totals{$_} foreach (
3351 $Totals{'totalham'} += $Totals{$_} foreach (
[all …]
H A Dpostfix1005 our (%Totals, %Counts);
2231 $Totals{'postfwd'}++;
3682 $Totals{'totalrejects' . $code} += $Totals{$code . $type};
3686 $Totals{'totalrejects'} += $Totals{'totalrejects' . $code};
3697 $Totals{'totalacceptplusreject'} = $Totals{'msgsaccepted'} + $Totals{'totalrejects'};
3704 for (keys %Totals) {
3705 if ($Totals{$_}) {
4126 $Totals{'resent'}++;
4259 $Totals{'hold'}++;
4279 $Totals{'warned'}++;
[all …]
/dports/mail/postfix-logwatch/postfix-logwatch-1.40.03/
H A Dpostfix-logwatch995 our (%Totals, %Counts);
2226 $Totals{'postfwd'}++;
3676 $Totals{'totalrejects' . $code} += $Totals{$code . $type};
3680 $Totals{'totalrejects'} += $Totals{'totalrejects' . $code};
3691 $Totals{'totalacceptplusreject'} = $Totals{'msgsaccepted'} + $Totals{'totalrejects'};
3698 for (keys %Totals) {
3699 if ($Totals{$_}) {
4107 $Totals{'resent'}++;
4240 $Totals{'hold'}++;
4260 $Totals{'warned'}++;
[all …]
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_totals.cpp37 Totals Totals::operator - ( Totals const& other ) const { in operator -()
38 Totals diff; in operator -()
44 Totals& Totals::operator += ( Totals const& other ) { in operator +=()
50 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
51 Totals diff = *this - prevTotals; in delta()
H A Dcatch_totals.h28 struct Totals { struct
30 Totals operator - ( Totals const& other ) const;
31 Totals& operator += ( Totals const& other );
33 Totals delta( Totals const& prevTotals ) const;
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_totals.cpp37 Totals Totals::operator - ( Totals const& other ) const { in operator -()
38 Totals diff; in operator -()
44 Totals& Totals::operator += ( Totals const& other ) { in operator +=()
50 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
51 Totals diff = *this - prevTotals; in delta()
H A Dcatch_totals.h28 struct Totals { struct
30 Totals operator - ( Totals const& other ) const;
31 Totals& operator += ( Totals const& other );
33 Totals delta( Totals const& prevTotals ) const;
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_totals.cpp37 Totals Totals::operator - ( Totals const& other ) const { in operator -()
38 Totals diff; in operator -()
44 Totals& Totals::operator += ( Totals const& other ) { in operator +=()
50 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
51 Totals diff = *this - prevTotals; in delta()
H A Dcatch_totals.h28 struct Totals { struct
30 Totals operator - ( Totals const& other ) const;
31 Totals& operator += ( Totals const& other );
33 Totals delta( Totals const& prevTotals ) const;
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_totals.cpp37 Totals Totals::operator - ( Totals const& other ) const { in operator -()
38 Totals diff; in operator -()
44 Totals& Totals::operator += ( Totals const& other ) { in operator +=()
50 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
51 Totals diff = *this - prevTotals; in delta()
H A Dcatch_totals.h28 struct Totals { struct
30 Totals operator - ( Totals const& other ) const;
31 Totals& operator += ( Totals const& other );
33 Totals delta( Totals const& prevTotals ) const;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_totals.cpp37 Totals Totals::operator - ( Totals const& other ) const { in operator -()
38 Totals diff; in operator -()
44 Totals& Totals::operator += ( Totals const& other ) { in operator +=()
50 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
51 Totals diff = *this - prevTotals; in delta()
H A Dcatch_totals.h28 struct Totals { struct
30 Totals operator - ( Totals const& other ) const;
31 Totals& operator += ( Totals const& other );
33 Totals delta( Totals const& prevTotals ) const;
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_totals.cpp37 Totals Totals::operator - ( Totals const& other ) const { in operator -()
38 Totals diff; in operator -()
44 Totals& Totals::operator += ( Totals const& other ) { in operator +=()
50 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
51 Totals diff = *this - prevTotals; in delta()
H A Dcatch_totals.h28 struct Totals { struct
30 Totals operator - ( Totals const& other ) const;
31 Totals& operator += ( Totals const& other );
33 Totals delta( Totals const& prevTotals ) const;
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_totals.cpp37 Totals Totals::operator - ( Totals const& other ) const { in operator -()
38 Totals diff; in operator -()
44 Totals& Totals::operator += ( Totals const& other ) { in operator +=()
50 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
51 Totals diff = *this - prevTotals; in delta()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/
H A Dschwarz_pr.F32 $ Totals(3), 100.d0*Totals(3)/(nat_quart * Totals(6)),
33 $ Totals(4), 100.d0*Totals(4)/(nsh_quart * Totals(6)),
34 $ Totals(5), 100.d0*Totals(5)/(nsh_quart * Totals(6))
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ddscf/
H A Dschwarz_pr.F32 $ Totals(3), 100.d0*Totals(3)/(nat_quart * Totals(6)),
33 $ Totals(4), 100.d0*Totals(4)/(nsh_quart * Totals(6)),
34 $ Totals(5), 100.d0*Totals(5)/(nsh_quart * Totals(6))
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dstats.c32 static struct { long files, lines, bytes; } Totals = { 0, 0, 0 }; variable
42 Totals.files += files; in addTotals()
43 Totals.lines += lines; in addTotals()
44 Totals.bytes += bytes; in addTotals()
53 Totals.files, plural (Totals.files), in printTotals()
54 Totals.lines, plural (Totals.lines), in printTotals()
55 Totals.bytes/1024L); in printTotals()
63 (unsigned long) (Totals.bytes / interval) / 1024L); in printTotals()
/dports/devel/geany/geany-1.38/ctags/main/
H A Dstats.c32 static struct { long files, lines, bytes; } Totals = { 0, 0, 0 }; variable
42 Totals.files += files; in addTotals()
43 Totals.lines += lines; in addTotals()
44 Totals.bytes += bytes; in addTotals()
53 Totals.files, plural (Totals.files), in printTotals()
54 Totals.lines, plural (Totals.lines), in printTotals()
55 Totals.bytes/1024L); in printTotals()
63 (unsigned long) (Totals.bytes / interval) / 1024L); in printTotals()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_totals.hpp47 struct Totals { struct
49 Totals operator - ( Totals const& other ) const { in operator -() argument
50 Totals diff; in operator -()
56 Totals delta( Totals const& prevTotals ) const { in delta() argument
57 Totals diff = *this - prevTotals; in delta()
67 Totals& operator += ( Totals const& other ) { in operator +=() argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_totals.hpp47 struct Totals { struct
49 Totals operator - ( Totals const& other ) const { in operator -() argument
50 Totals diff; in operator -()
56 Totals delta( Totals const& prevTotals ) const { in delta() argument
57 Totals diff = *this - prevTotals; in delta()
67 Totals& operator += ( Totals const& other ) { in operator +=() argument
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_totals.hpp47 struct Totals { struct
49 Totals operator - ( Totals const& other ) const { in operator -() argument
50 Totals diff; in operator -()
56 Totals delta( Totals const& prevTotals ) const { in delta() argument
57 Totals diff = *this - prevTotals; in delta()
67 Totals& operator += ( Totals const& other ) { in operator +=() argument
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_totals.hpp47 struct Totals { struct
49 Totals operator - ( Totals const& other ) const { in operator -() argument
50 Totals diff; in operator -()
56 Totals delta( Totals const& prevTotals ) const { in delta() argument
57 Totals diff = *this - prevTotals; in delta()
67 Totals& operator += ( Totals const& other ) { in operator +=() argument

12345678910>>...92