Home
last modified time | relevance | path

Searched refs:is_warn (Results 1 – 25 of 108) sorted by relevance

12345

/dports/devel/p5-Log-Contextual/Log-Contextual-0.007000/t/
H A Dwarnlogger.t20 ok(!$l->is_warn, 'is_warn is false on WarnLogger');
31 ok($l->is_warn, 'is_warn is true on WarnLogger');
42 ok($l->is_warn, 'is_warn is true on WarnLogger');
H A Dsimplelogger.t14 ok(!$l->is_warn, 'is_warn is false on SimpleLogger');
101 ok($u->is_warn, 'is_warn is true on SimpleLogger');
/dports/devel/p5-Log-Log4perl/Log-Log4perl-1.54/t/
H A D025CustLevels.t155 ok($logger->is_warn);
166 ok($logger->is_warn);
180 ok($logger->is_warn);
188 ok($logger->is_fatal() && !($logger->is_error() || $logger->is_warn() ||
193 ok($logger->is_fatal() && $logger->is_error() && !( $logger->is_warn() ||
198 ok($logger->is_fatal() && $logger->is_error() && $logger->is_warn() &&
203 ok(!($logger->is_fatal() || $logger->is_error() || $logger->is_warn() ||
H A D027Watch3.t56 ok( $logger->is_warn(), "is_warn - true");
94 ok( $logger->is_warn(), "is_warn - true");
H A D027Watch2.t61 ok( $logger->is_warn(), "is_warn - true");
98 ok( $logger->is_warn(), "is_warn - true");
H A D017Watch.t60 ok( $logger->is_warn(), "is_warn - true");
123 ok( $logger->is_warn(), "is_warn - true");
152 ok( $logger->is_warn(), "is_warn - true");
/dports/databases/p5-DBIx-Class-DeploymentHandler/DBIx-Class-DeploymentHandler-0.002230/lib/DBIx/Class/DeploymentHandler/
H A DLogger.pm14 sub is_warn { subroutine
23 return $_[0]->is_warn || 1
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/aggregate/
H A Dunit_core_setup.t42 ok $log->is_warn, 'Warnings should be enabled';
56 ok $log->is_warn, 'Warnings should be enabled';
69 ok $log->is_warn, 'Warnings should be enabled';
/dports/sysutils/edid-decode/edid-decode-0.1.20210115/
H A Dedid-decode.cpp120 void msg(bool is_warn, const char *fmt, ...)
129 if (is_warn)
134 s_msgs[state.block_nr][is_warn] += std::string(" ") + buf;
136 s_msgs[state.block_nr][is_warn] += " " + state.data_block + ": " + buf;
139 printf("%s: %s", is_warn ? "WARN" : "FAIL", buf);
142 static void show_msgs(bool is_warn)
144 printf("\n%s:\n\n", is_warn ? "Warnings" : "Failures");
146 if (s_msgs[i][is_warn].empty())
150 s_msgs[i][is_warn].c_str());
152 if (s_msgs[EDID_MAX_BLOCKS][is_warn].empty())
[all …]
/dports/net/netatalk3/netatalk-3.1.12/libevent/sample/
H A Ddns-example.c136 logfn(int is_warn, const char *msg) { in logfn() argument
137 if (!is_warn && !verbose) in logfn()
139 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/third_party/libevent/sample/
H A Ddns-example.c136 logfn(int is_warn, const char *msg) { in logfn() argument
137 if (!is_warn && !verbose) in logfn()
139 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/sample/
H A Ddns-example.c146 logfn(int is_warn, const char *msg) { in logfn() argument
147 if (!is_warn && !verbose) in logfn()
149 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/sample/
H A Ddns-example.c141 logfn(int is_warn, const char *msg) { in logfn() argument
142 if (!is_warn && !verbose) in logfn()
144 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/third_party/libevent/sample/
H A Ddns-example.c141 logfn(int is_warn, const char *msg) { in logfn() argument
142 if (!is_warn && !verbose) in logfn()
144 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/third_party/libevent/sample/
H A Ddns-example.c141 logfn(int is_warn, const char *msg) { in logfn() argument
142 if (!is_warn && !verbose) in logfn()
144 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/third_party/libevent/sample/
H A Ddns-example.c141 logfn(int is_warn, const char *msg) { in logfn() argument
142 if (!is_warn && !verbose) in logfn()
144 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/third_party/libevent/sample/
H A Ddns-example.c141 logfn(int is_warn, const char *msg) { in logfn() argument
142 if (!is_warn && !verbose) in logfn()
144 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_core/deps/libevent/sample/
H A Ddns-example.c141 logfn(int is_warn, const char *msg) { in logfn() argument
142 if (!is_warn && !verbose) in logfn()
144 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/devel/libevent/libevent-2.1.12-stable/sample/
H A Ddns-example.c146 logfn(int is_warn, const char *msg) { in logfn() argument
147 if (!is_warn && !verbose) in logfn()
149 fprintf(stderr, "%s: %s\n", is_warn?"WARN":"INFO", msg); in logfn()
/dports/www/p5-Catalyst-Action-REST/Catalyst-Action-REST-1.21/t/lib/Test/Catalyst/
H A DLog.pm14 sub is_warn { 0 } subroutine
/dports/devel/cquery/cquery-20180718/third_party/doctest/doctest/parts/
H A Ddoctest_fwd.h1135 is_warn = 1,
1158 DT_WARN = is_warn,
1162 DT_WARN_FALSE = is_false | is_warn,
1166 DT_WARN_THROWS = is_throws | is_warn,
1178 DT_WARN_EQ = is_eq | is_warn,
1182 DT_WARN_NE = is_ne | is_warn,
1186 DT_WARN_GT = is_gt | is_warn,
1190 DT_WARN_LT = is_lt | is_warn,
1194 DT_WARN_GE = is_ge | is_warn,
1198 DT_WARN_LE = is_le | is_warn,
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/doctest/doctest/parts/
H A Ddoctest_fwd.h564 is_warn = 1, enumerator
565 is_check = 2 * is_warn,
588 DT_WARN = is_normal | is_warn,
596 DT_WARN_THROWS = is_throws | is_warn,
612 DT_WARN_NOTHROW = is_nothrow | is_warn,
616 DT_WARN_EQ = is_normal | is_eq | is_warn,
620 DT_WARN_NE = is_normal | is_ne | is_warn,
624 DT_WARN_GT = is_normal | is_gt | is_warn,
628 DT_WARN_LT = is_normal | is_lt | is_warn,
632 DT_WARN_GE = is_normal | is_ge | is_warn,
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/doctest/doctest/parts/
H A Ddoctest_fwd.h564 is_warn = 1, enumerator
565 is_check = 2 * is_warn,
588 DT_WARN = is_normal | is_warn,
596 DT_WARN_THROWS = is_throws | is_warn,
612 DT_WARN_NOTHROW = is_nothrow | is_warn,
616 DT_WARN_EQ = is_normal | is_eq | is_warn,
620 DT_WARN_NE = is_normal | is_ne | is_warn,
624 DT_WARN_GT = is_normal | is_gt | is_warn,
628 DT_WARN_LT = is_normal | is_lt | is_warn,
632 DT_WARN_GE = is_normal | is_ge | is_warn,
[all …]
/dports/devel/doctest/doctest-2.4.7/doctest/parts/
H A Ddoctest_fwd.h584 is_warn = 1, enumerator
585 is_check = 2 * is_warn,
608 DT_WARN = is_normal | is_warn,
616 DT_WARN_THROWS = is_throws | is_warn,
632 DT_WARN_NOTHROW = is_nothrow | is_warn,
636 DT_WARN_EQ = is_normal | is_eq | is_warn,
640 DT_WARN_NE = is_normal | is_ne | is_warn,
644 DT_WARN_GT = is_normal | is_gt | is_warn,
648 DT_WARN_LT = is_normal | is_lt | is_warn,
652 DT_WARN_GE = is_normal | is_ge | is_warn,
[all …]
/dports/math/e-antic/cereal-51cbda5/unittests/
H A Ddoctest.h541 is_warn = 1,
564 DT_WARN = is_warn,
568 DT_WARN_FALSE = is_false | is_warn,
572 DT_WARN_THROWS = is_throws | is_warn,
584 DT_WARN_EQ = is_eq | is_warn,
588 DT_WARN_NE = is_ne | is_warn,
592 DT_WARN_GT = is_gt | is_warn,
596 DT_WARN_LT = is_lt | is_warn,
600 DT_WARN_GE = is_ge | is_warn,
604 DT_WARN_LE = is_le | is_warn,
[all …]

12345