Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 10923) sorted by relevance

12345678910>>...437

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/email-validate-2.3.2.13/tests/
H A DMain.hs152 why :: Example -> String -> Example
153 why ex str = ex { exampleWhy = str } function
174 `why` "Trailing dot doesn't increase length"
176 `why` "Maximum length is 254, this is 255"
198 , invalid "first.last@" `why` "No domain"
218 , invalid "@example.com" `why` "no local part"
219 , invalid "doug@" `why` "no domain part"
257 , invalid "test@." `why` "Dave Child says so"
259 , invalid "test@.org" `why` "Dave Child says so"
340 , valid "+@b.c" `why` "TLDs can be any length"
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/email-validate-2.3.2.13/tests/
H A DMain.hs152 why :: Example -> String -> Example
153 why ex str = ex { exampleWhy = str } function
174 `why` "Trailing dot doesn't increase length"
176 `why` "Maximum length is 254, this is 255"
198 , invalid "first.last@" `why` "No domain"
218 , invalid "@example.com" `why` "no local part"
219 , invalid "doug@" `why` "no domain part"
257 , invalid "test@." `why` "Dave Child says so"
259 , invalid "test@.org" `why` "Dave Child says so"
340 , valid "+@b.c" `why` "TLDs can be any length"
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/common/zfs/
H A Dzfs_namecheck.c70 if (why) in snapshot_namecheck()
76 if (why) in snapshot_namecheck()
103 if (why) in permset_namecheck()
148 if (why) in dataset_namecheck()
155 if (why) in dataset_namecheck()
161 if (why) in dataset_namecheck()
264 if (why) in mountpoint_namecheck()
308 if (why) in pool_namecheck()
327 if (why) in pool_namecheck()
333 if (why) in pool_namecheck()
[all …]
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/t/plugin_tests/
H A Dhelo42 ok( $err, "yahoo.com, $why");
52 ok( $err, "yahoo.com, $why");
58 ok( $err, "negated pattern, $why");
70 ok( $err, "localhost, empty remote IP: $why");
85 ok( $err, "plain IP, $why");
88 ok( $err, "plain IP, $why");
98 ok( $err, "plain IP, $why");
101 ok( $err, "plain IP, $why");
122 ok( $err, "192.0.2.0, $why");
125 ok( $err, "192.0.2.1, $why");
[all …]
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/
H A Dsocket.lua76 if why == EPIPE then
203 if why == EAGAIN then
232 if why == EAGAIN then
266 if why == EAGAIN then
305 if why == EAGAIN then
354 if why == EAGAIN then
405 if why == EAGAIN then
409 elseif why then
554 elseif why then
627 local ok, why
[all …]
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/plugins/
H A Dsender_permitted_from127 my $why = $result->local_explanation;
141 $self->log(LOGINFO, "pass, $why");
147 return (DECLINED, "SPF - $code: $why");
158 return (DENY, "SPF - $code: $why");
182 my ($self, $reject, $why) = @_;
185 $self->log(LOGINFO, "fail, none, $why");
186 return (DENY, "SPF - none: $why");
194 my ($self, $reject, $why) = @_;
199 $self->log(LOGINFO, "fail, $why");
201 return (DENYSOFT, "SPF - fail: $why");
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/
H A Ddependency_decisions.yml24 :why: http://choosealicense.com/licenses/mit/
30 :why: http://choosealicense.com/licenses/apache-2.0/
48 :why: https://opensource.org/licenses/BSD-3-Clause
54 :why: https://opensource.org/licenses/BSD-2-Clause
84 :why: The OSL license is a copyleft license
105 :why: https://github.com/minad/creole#license
175 :why: MIT License
260 :why:
266 :why: This license is public domain
272 :why: This license is public domain
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_trouble.c217 DSN_BUF *why = state->why; in smtp_bulk_fail() local
264 (void) DSN_FROM_DSN_BUF(why); in smtp_bulk_fail()
283 request->hop_status = DSN_COPY(&why->dsn); in smtp_bulk_fail()
314 DSN_BUF *why = state->why; in vsmtp_fill_dsn() local
328 VSTRING_RESET(why->reason); in vsmtp_fill_dsn()
334 vstring_strcpy(why->reason, "Protocol error: "); in vsmtp_fill_dsn()
338 dsb_formal(why, status, DSB_DEF_ACTION, in vsmtp_fill_dsn()
373 DSN_BUF *why = state->why; in smtp_rcpt_fail() local
391 soft_error = STR(why->status)[0] == '4'; in smtp_rcpt_fail()
417 (void) DSN_FROM_DSN_BUF(state->why); in smtp_rcpt_fail()
[all …]
H A Dsmtp_addr.c185 dsb_status(why, SMTP_HAS_SOFT_DSN(why) ? "4.4.3" : "5.4.3"); in smtp_addr_one()
188 dsb_status(why, SMTP_HAS_SOFT_DSN(why) ? "4.4.4" : "5.4.4"); in smtp_addr_one()
194 dsb_status(why, SMTP_HAS_SOFT_DSN(why) ? "4.4.4" : "5.4.4"); in smtp_addr_one()
218 dsb_simple(why, (SMTP_HAS_SOFT_DSN(why) || RETRY_AI_ERROR(aierr)) ? in smtp_addr_one()
246 dsb_simple(why, SMTP_HAS_SOFT_DSN(why) ? "4.4.4" : "5.4.4", in smtp_addr_one()
299 rr->pref, why); in smtp_addr_list()
570 dsb_status(why, "4.4.3"); in smtp_domain_addr()
575 dsb_status(why, "5.4.4"); in smtp_domain_addr()
580 dsb_status(why, "5.1.0"); in smtp_domain_addr()
583 dsb_status(why, "4.7.0"); in smtp_domain_addr()
[all …]
H A Dsmtp_tls_policy.c167 #define MARK_INVALID(why, levelp) do { \ argument
255 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
261 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
394 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
677 dsb_free(tls->why); in policy_delete()
714 dsb_update(why, in smtp_tls_policy_cache_query()
715 STR(tls->why->status), STR(tls->why->action), in smtp_tls_policy_cache_query()
716 STR(tls->why->mtype), STR(tls->why->mname), in smtp_tls_policy_cache_query()
717 STR(tls->why->dtype), STR(tls->why->dtext), in smtp_tls_policy_cache_query()
718 "%s", STR(tls->why->reason)); in smtp_tls_policy_cache_query()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dcidr_match.c187 VSTRING *why) in cidr_match_parse() argument
205 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse()
207 return (why); in cidr_match_parse()
210 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse()
212 return (why); in cidr_match_parse()
238 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse()
240 return (why); in cidr_match_parse()
259 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse()
263 return (why); in cidr_match_parse()
276 vstring_sprintf(why ? why : (why = vstring_alloc(20)), in cidr_match_parse()
[all …]
H A Dsafe_open.c93 struct stat * fstat_st, VSTRING *why) in safe_open_exist() argument
105 vstring_sprintf(why, "cannot open file: %m"); in safe_open_exist()
120 vstring_sprintf(why, "file has %d hard links", in safe_open_exist()
124 vstring_sprintf(why, "file is a directory"); in safe_open_exist()
150 vstring_sprintf(why, "file status changed unexpectedly: %m"); in safe_open_exist()
166 vstring_sprintf(why, "file is a symbolic link"); in safe_open_exist()
175 vstring_sprintf(why, "file status changed unexpectedly"); in safe_open_exist()
205 vstring_sprintf(why, "cannot create file exclusively: %m"); in safe_open_create()
254 return (safe_open_exist(path, flags, st, why)); in safe_open()
269 fp = safe_open_exist(path, flags, st, why); in safe_open()
[all …]
/dports/lang/gjs/gjs-1.70.0/tools/
H A Dprocess_iwyu.py126 why = add.pop(CSTDINT, None)
130 add[STDINTH] = why
141 for line, why in add.items():
142 if why:
143 why = ' // ' + why
145 for line, why in remove.items():
146 if why:
147 why = ' // ' + why
201 add[line] = why
205 remove[line] = why
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/doc/
H A Ddependency_decisions.yml6 :why:
13 :why:
20 :why:
27 :why:
34 :why:
41 :why:
48 :why:
55 :why:
62 :why:
69 :why:
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/CORBA/
H A DUnexpected.java71 public Unexpected(String msg, Exception why) in Unexpected() argument
74 if (why != null) in Unexpected()
75 initCause(why); in Unexpected()
81 public Unexpected(Exception why) in Unexpected() argument
84 if (why != null) in Unexpected()
85 initCause(why); in Unexpected()
103 public static void error(String msg, Exception why) in error() argument
105 throw new Unexpected(msg, why); in error()
114 public static void error(Exception why) in error() argument
116 throw new Unexpected(why); in error()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/CORBA/
H A DUnexpected.java71 public Unexpected(String msg, Exception why) in Unexpected() argument
74 if (why != null) in Unexpected()
75 initCause(why); in Unexpected()
81 public Unexpected(Exception why) in Unexpected() argument
84 if (why != null) in Unexpected()
85 initCause(why); in Unexpected()
103 public static void error(String msg, Exception why) in error() argument
105 throw new Unexpected(msg, why); in error()
114 public static void error(Exception why) in error() argument
116 throw new Unexpected(why); in error()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/CORBA/
H A DUnexpected.java71 public Unexpected(String msg, Exception why) in Unexpected() argument
74 if (why != null) in Unexpected()
75 initCause(why); in Unexpected()
81 public Unexpected(Exception why) in Unexpected() argument
84 if (why != null) in Unexpected()
85 initCause(why); in Unexpected()
103 public static void error(String msg, Exception why) in error() argument
105 throw new Unexpected(msg, why); in error()
114 public static void error(Exception why) in error() argument
116 throw new Unexpected(why); in error()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/CORBA/
H A DUnexpected.java71 public Unexpected(String msg, Exception why) in Unexpected() argument
74 if (why != null) in Unexpected()
75 initCause(why); in Unexpected()
81 public Unexpected(Exception why) in Unexpected() argument
84 if (why != null) in Unexpected()
85 initCause(why); in Unexpected()
103 public static void error(String msg, Exception why) in error() argument
105 throw new Unexpected(msg, why); in error()
114 public static void error(Exception why) in error() argument
116 throw new Unexpected(why); in error()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/CORBA/
H A DUnexpected.java71 public Unexpected(String msg, Exception why) in Unexpected() argument
74 if (why != null) in Unexpected()
75 initCause(why); in Unexpected()
81 public Unexpected(Exception why) in Unexpected() argument
84 if (why != null) in Unexpected()
85 initCause(why); in Unexpected()
103 public static void error(String msg, Exception why) in error() argument
105 throw new Unexpected(msg, why); in error()
114 public static void error(Exception why) in error() argument
116 throw new Unexpected(why); in error()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/CORBA/
H A DUnexpected.java71 public Unexpected(String msg, Exception why) in Unexpected() argument
74 if (why != null) in Unexpected()
75 initCause(why); in Unexpected()
81 public Unexpected(Exception why) in Unexpected() argument
84 if (why != null) in Unexpected()
85 initCause(why); in Unexpected()
103 public static void error(String msg, Exception why) in error() argument
105 throw new Unexpected(msg, why); in error()
114 public static void error(Exception why) in error() argument
116 throw new Unexpected(why); in error()
/dports/lang/cjs/cjs-4.8.2/tools/
H A Dprocess_iwyu.py88 for line, why in add.items():
89 if why:
90 why = ' // ' + why
92 for line, why in remove.items():
93 if why:
94 why = ' // ' + why
137 line, _, why = line.partition(' // ') variable
143 if (file, line, why) in FALSE_POSITIVES:
145 add[line] = why
149 remove[line] = why
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dcachefiles.h74 enum cachefiles_obj_ref_trace why,
77 TP_ARGS(obj, cookie, why, usage),
91 __entry->why = why;
169 enum fscache_why_object_killed why),
171 TP_ARGS(obj, de, why),
183 __entry->why = why;
195 enum fscache_why_object_killed why),
197 TP_ARGS(obj, de, to, why),
211 __entry->why = why;
298 TP_ARGS(obj, de, why),
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dcachefiles.h74 enum cachefiles_obj_ref_trace why,
77 TP_ARGS(obj, cookie, why, usage),
91 __entry->why = why;
169 enum fscache_why_object_killed why),
171 TP_ARGS(obj, de, why),
183 __entry->why = why;
195 enum fscache_why_object_killed why),
197 TP_ARGS(obj, de, to, why),
211 __entry->why = why;
298 TP_ARGS(obj, de, why),
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dcachefiles.h74 enum cachefiles_obj_ref_trace why,
77 TP_ARGS(obj, cookie, why, usage),
91 __entry->why = why;
169 enum fscache_why_object_killed why),
171 TP_ARGS(obj, de, why),
183 __entry->why = why;
195 enum fscache_why_object_killed why),
197 TP_ARGS(obj, de, to, why),
211 __entry->why = why;
298 TP_ARGS(obj, de, why),
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/ipdl/test/cxx/
H A DTestShutdown.cpp12 void TestShutdownParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
20 void TestShutdownSubParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
24 if (mExpectCrash && AbnormalShutdown != why) in ActorDestroy()
26 else if (!mExpectCrash && AbnormalShutdown == why) in ActorDestroy()
37 if (mExpectParentDeleted && AncestorDeletion != why) in ActorDestroy()
39 else if (!mExpectParentDeleted && AncestorDeletion == why) in ActorDestroy()
148 void TestShutdownChild::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
165 if (mExpectCrash && AbnormalShutdown != why) in ActorDestroy()
167 else if (!mExpectCrash && AbnormalShutdown == why) in ActorDestroy()
178 if (mExpectParentDeleted && AncestorDeletion != why) in ActorDestroy()
[all …]

12345678910>>...437