Home
last modified time | relevance | path

Searched refs:count_warning (Results 1 – 8 of 8) sorted by relevance

/dports/dns/dnscheckengine/engine/examples/
H A Dtwitterbot.pl64 } elsif ($l->count_warning > 0) {
66 $l->count_warning
68 . ($l->count_warning == 1 ? '' : 's');
H A Ddnscheck_nagios_plugin.pl26 my $warning = $check->logger->count_warning;
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/scripts/
H A Dcount-warnings.py82 def count_warning(gcc_format, line_no, line, warnings): function
181 total += count_warning(use_gcc_format, line_no, line, warnings)
/dports/dns/dnscheckengine/engine/t/
H A Dzone.t44 ok($dc->logger->count_warning == $warning_count);
/dports/dns/dnscheckengine/engine/db/
H A Dschema.sql44 `count_warning` int(10) unsigned default '0',
/dports/dns/dnscheckengine/engine/lib/DNSCheck/
H A DLogger.pm219 sub count_warning { my $self = shift; return $self->count_string('WARNING'); } subroutine
H A DOverview.pod160 C<count_critical>, C<count_error>, C<count_warning>, C<count_notice> and
/dports/dns/dnscheckengine/engine/apps/
H A Ddnscheck-dispatcher.pl394 undef, $log->count_critical, $log->count_error, $log->count_warning,