Home
last modified time | relevance | path

Searched defs:reason (Results 26 – 50 of 11946) sorted by relevance

12345678910>>...478

/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/tests/unit_service_updater/
H A Dxpcshell.ini14 reason = bug 1291985 key
18 reason = bug 1291985 key
22 reason = bug 1291985 key
26 reason = bug 1291985 key
30 reason = bug 1291985 key
34 reason = bug 1291985 key
38 reason = bug 1291985 key
42 reason = bug 1291985 key
46 reason = bug 1291985 key
50 reason = bug 1291985 key
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DFaultException.cs27 FaultReason reason; field in System.ServiceModel.FaultException
37 public FaultException(string reason) in FaultException()
44 public FaultException(FaultReason reason) in FaultException()
51 public FaultException(string reason, FaultCode code) in FaultException()
58 public FaultException(FaultReason reason, FaultCode code) in FaultException()
65 public FaultException(string reason, FaultCode code, string action) in FaultException()
211 static FaultReason CreateReason(string reason) in CreateReason()
248 internal static string GetSafeReasonText(FaultReason reason) in GetSafeReasonText()
275 static FaultReason EnsureReason(FaultReason reason) in EnsureReason()
389 public FaultException(TDetail detail, string reason) in FaultException()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/mailers/emails/
H A Dmerge_requests.rb5 def new_merge_request_email(recipient_id, merge_request_id, reason = nil) argument
11 …ew_mention_in_merge_request_email(recipient_id, merge_request_id, updated_by_user_id, reason = nil) argument
26 …_merge_request_draft_status_email(recipient_id, merge_request_id, updated_by_user_id, reason = nil) argument
64 …ved_milestone_merge_request_email(recipient_id, merge_request_id, updated_by_user_id, reason = nil) argument
93 …equest_review_merge_request_email(recipient_id, merge_request_id, updated_by_user_id, reason = nil) argument
100 …ion_requested_merge_request_email(recipient_id, merge_request_id, updated_by_user_id, reason = nil) argument
107 …erge_request_status_email(recipient_id, merge_request_id, status, updated_by_user_id, reason = nil) argument
115 def merge_request_unmergeable_email(recipient_id, merge_request_id, reason = nil) argument
121 …def resolved_all_discussions_email(recipient_id, merge_request_id, resolved_by_user_id, reason = n… argument
128 …rge_when_pipeline_succeeds_email(recipient_id, merge_request_id, mwps_set_by_user_id, reason = nil) argument
[all …]
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dexcept.cc32 String &Exception::reason(String &result) const in reason() function in Exception
53 String &MsgException::reason(String &result) const in reason() function in MsgException
82 String &IOException::reason(String &result) const in reason() function in IOException
96 String &EOFException::reason(String &result) const in reason() function in EOFException
113 String &NotImplementedException::reason(String &result) const in reason() function in NotImplementedException
135 String &IllegalArgumentException::reason(String &result) const in reason() function in IllegalArgumentException
157 String &IndexOutOfBoundsException::reason(String &result) const in reason() function in IndexOutOfBoundsException
176 String &TypeCastException::reason(String &result) const in reason() function in TypeCastException
/dports/mail/nextcloud-mail/mail/vendor/league/flysystem/src/
H A DUnableToRetrieveMetadata.php25 private $reason; variable in League\\Flysystem\\UnableToRetrieveMetadata
27 …public static function lastModified(string $location, string $reason = '', Throwable $previous = n…
32 …public static function visibility(string $location, string $reason = '', Throwable $previous = nul…
37 …public static function fileSize(string $location, string $reason = '', Throwable $previous = null)…
42 …public static function mimeType(string $location, string $reason = '', Throwable $previous = null)…
47 …public static function create(string $location, string $type, string $reason = '', Throwable $prev…
57 public function reason(): string function in League\\Flysystem\\UnableToRetrieveMetadata
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/flysystem/src/
H A DUnableToRetrieveMetadata.php25 private $reason; variable in League\\Flysystem\\UnableToRetrieveMetadata
27 …public static function lastModified(string $location, string $reason = '', Throwable $previous = n…
32 …public static function visibility(string $location, string $reason = '', Throwable $previous = nul…
37 …public static function fileSize(string $location, string $reason = '', Throwable $previous = null)…
42 …public static function mimeType(string $location, string $reason = '', Throwable $previous = null)…
47 …public static function create(string $location, string $type, string $reason = '', Throwable $prev…
57 public function reason(): string function in League\\Flysystem\\UnableToRetrieveMetadata
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cookies/
H A Dcookie_inclusion_status.cc14 uint32_t GetExclusionBitmask(CookieInclusionStatus::ExclusionReason reason) { in GetExclusionBitmask()
18 uint32_t GetWarningBitmask(CookieInclusionStatus::WarningReason reason) { in GetWarningBitmask()
27 CookieInclusionStatus::CookieInclusionStatus(ExclusionReason reason) in CookieInclusionStatus()
30 CookieInclusionStatus::CookieInclusionStatus(ExclusionReason reason, in CookieInclusionStatus()
59 void CookieInclusionStatus::AddExclusionReason(ExclusionReason reason) { in AddExclusionReason()
66 void CookieInclusionStatus::RemoveExclusionReason(ExclusionReason reason) { in RemoveExclusionReason()
143 void CookieInclusionStatus::AddWarningReason(WarningReason reason) { in AddWarningReason()
147 void CookieInclusionStatus::RemoveWarningReason(WarningReason reason) { in RemoveWarningReason()
157 WarningReason reason = WarningReason::NUM_WARNING_REASONS; in GetBreakingDowngradeMetricsEnumValue() local
288 for (ExclusionReason reason : reasons) { in MakeFromReasonsForTesting() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/test/
H A Dtest_layer_animation_delegate.cc47 PropertyChangeReason reason) { in ExpectLastPropertyChangeReason()
60 PropertyChangeReason reason) { in SetBoundsFromAnimation()
68 PropertyChangeReason reason) { in SetTransformFromAnimation()
76 PropertyChangeReason reason) { in SetOpacityFromAnimation()
84 PropertyChangeReason reason) { in SetVisibilityFromAnimation()
92 PropertyChangeReason reason) { in SetBrightnessFromAnimation()
100 PropertyChangeReason reason) { in SetGrayscaleFromAnimation()
108 PropertyChangeReason reason) { in SetColorFromAnimation()
116 PropertyChangeReason reason) { in SetClipRectFromAnimation()
124 PropertyChangeReason reason) { in SetRoundedCornersFromAnimation()
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Handlers/
H A DHold.py53 reason = _('Sender is explicitly forbidden') variable in ForbiddenPoster
57 reason = _('Post to moderated list') variable in ModeratedPost
61 reason = _('Post by non-member to a members-only list') variable in NonMemberPost
65 reason = _('Posting to a restricted list by sender requires approval') variable in NotExplicitlyAllowed
69 reason = _('Too many recipients to the message') variable in TooManyRecipients
73 reason = _('Message has implicit destination') variable in ImplicitDestination
79 reason = _('Message may contain administrivia') variable in Administrivia
90 reason = _('Message has a suspicious header') variable in SuspiciousHeaders
110 reason = _('Posting to a moderated newsgroup') variable in ModeratedNewsgroup
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Handlers/
H A DHold.py53 reason = _('Sender is explicitly forbidden') variable in ForbiddenPoster
57 reason = _('Post to moderated list') variable in ModeratedPost
61 reason = _('Post by non-member to a members-only list') variable in NonMemberPost
65 reason = _('Posting to a restricted list by sender requires approval') variable in NotExplicitlyAllowed
69 reason = _('Too many recipients to the message') variable in TooManyRecipients
73 reason = _('Message has implicit destination') variable in ImplicitDestination
79 reason = _('Message may contain administrivia') variable in Administrivia
90 reason = _('Message has a suspicious header') variable in SuspiciousHeaders
110 reason = _('Posting to a moderated newsgroup') variable in ModeratedNewsgroup
/dports/mail/mailman/mailman-2.1.39/Mailman/Handlers/
H A DHold.py53 reason = _('Sender is explicitly forbidden') variable in ForbiddenPoster
57 reason = _('Post to moderated list') variable in ModeratedPost
61 reason = _('Post by non-member to a members-only list') variable in NonMemberPost
65 reason = _('Posting to a restricted list by sender requires approval') variable in NotExplicitlyAllowed
69 reason = _('Too many recipients to the message') variable in TooManyRecipients
73 reason = _('Message has implicit destination') variable in ImplicitDestination
79 reason = _('Message may contain administrivia') variable in Administrivia
90 reason = _('Message has a suspicious header') variable in SuspiciousHeaders
110 reason = _('Posting to a moderated newsgroup') variable in ModeratedNewsgroup
/dports/devel/py-numba/numba-0.51.2/numba/cuda/
H A Dtesting.py39 def skip_on_cudasim(reason): argument
44 def skip_unless_cudasim(reason): argument
49 def skip_unless_conda_cudatoolkit(reason): argument
54 def skip_if_external_memmgr(reason): argument
59 def skip_under_cuda_memcheck(reason): argument
63 def skip_without_nvdisasm(reason): argument
68 def skip_with_nvdisasm(reason): argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.sql/share/classes/java/sql/
H A DSQLTransientConnectionException.java68 public SQLTransientConnectionException(String reason) { in SQLTransientConnectionException()
85 public SQLTransientConnectionException(String reason, String SQLState) { in SQLTransientConnectionException()
103 public SQLTransientConnectionException(String reason, String SQLState, int vendorCode) { in SQLTransientConnectionException()
136 public SQLTransientConnectionException(String reason, Throwable cause) { in SQLTransientConnectionException()
152 public SQLTransientConnectionException(String reason, String SQLState, Throwable cause) { in SQLTransientConnectionException()
169 …public SQLTransientConnectionException(String reason, String SQLState, int vendorCode, Throwable c… in SQLTransientConnectionException()
H A DSQLSyntaxErrorException.java67 public SQLSyntaxErrorException(String reason) { in SQLSyntaxErrorException()
84 public SQLSyntaxErrorException(String reason, String SQLState) { in SQLSyntaxErrorException()
102 public SQLSyntaxErrorException(String reason, String SQLState, int vendorCode) { in SQLSyntaxErrorException()
135 public SQLSyntaxErrorException(String reason, Throwable cause) { in SQLSyntaxErrorException()
151 public SQLSyntaxErrorException(String reason, String SQLState, Throwable cause) { in SQLSyntaxErrorException()
168 … public SQLSyntaxErrorException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLSyntaxErrorException()
H A DSQLTransactionRollbackException.java67 public SQLTransactionRollbackException(String reason) { in SQLTransactionRollbackException()
84 public SQLTransactionRollbackException(String reason, String SQLState) { in SQLTransactionRollbackException()
102 public SQLTransactionRollbackException(String reason, String SQLState, int vendorCode) { in SQLTransactionRollbackException()
135 public SQLTransactionRollbackException(String reason, Throwable cause) { in SQLTransactionRollbackException()
151 public SQLTransactionRollbackException(String reason, String SQLState, Throwable cause) { in SQLTransactionRollbackException()
168 …public SQLTransactionRollbackException(String reason, String SQLState, int vendorCode, Throwable c… in SQLTransactionRollbackException()
H A DSQLTransientException.java65 public SQLTransientException(String reason) { in SQLTransientException()
82 public SQLTransientException(String reason, String SQLState) { in SQLTransientException()
100 public SQLTransientException(String reason, String SQLState, int vendorCode) { in SQLTransientException()
133 public SQLTransientException(String reason, Throwable cause) { in SQLTransientException()
149 public SQLTransientException(String reason, String SQLState, Throwable cause) { in SQLTransientException()
166 public SQLTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLTransientException()
H A DSQLDataException.java68 public SQLDataException(String reason) { in SQLDataException()
85 public SQLDataException(String reason, String SQLState) { in SQLDataException()
103 public SQLDataException(String reason, String SQLState, int vendorCode) { in SQLDataException()
135 public SQLDataException(String reason, Throwable cause) { in SQLDataException()
150 public SQLDataException(String reason, String SQLState, Throwable cause) { in SQLDataException()
166 public SQLDataException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLDataException()
H A DSQLNonTransientConnectionException.java68 public SQLNonTransientConnectionException(String reason) { in SQLNonTransientConnectionException()
85 public SQLNonTransientConnectionException(String reason, String SQLState) { in SQLNonTransientConnectionException()
103 public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode) { in SQLNonTransientConnectionException()
136 public SQLNonTransientConnectionException(String reason, Throwable cause) { in SQLNonTransientConnectionException()
152 public SQLNonTransientConnectionException(String reason, String SQLState, Throwable cause) { in SQLNonTransientConnectionException()
169 …public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode, Throwabl… in SQLNonTransientConnectionException()
H A DSQLNonTransientException.java65 public SQLNonTransientException(String reason) { in SQLNonTransientException()
82 public SQLNonTransientException(String reason, String SQLState) { in SQLNonTransientException()
100 public SQLNonTransientException(String reason, String SQLState, int vendorCode) { in SQLNonTransientException()
133 public SQLNonTransientException(String reason, Throwable cause) { in SQLNonTransientException()
150 public SQLNonTransientException(String reason, String SQLState, Throwable cause) { in SQLNonTransientException()
167 … public SQLNonTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLNonTransientException()
H A DSQLRecoverableException.java68 public SQLRecoverableException(String reason) { in SQLRecoverableException()
85 public SQLRecoverableException(String reason, String SQLState) { in SQLRecoverableException()
103 public SQLRecoverableException(String reason, String SQLState, int vendorCode) { in SQLRecoverableException()
136 public SQLRecoverableException(String reason, Throwable cause) { in SQLRecoverableException()
152 public SQLRecoverableException(String reason, String SQLState, Throwable cause) { in SQLRecoverableException()
169 … public SQLRecoverableException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLRecoverableException()
H A DSQLTimeoutException.java67 public SQLTimeoutException(String reason) { in SQLTimeoutException()
84 public SQLTimeoutException(String reason, String SQLState) { in SQLTimeoutException()
102 public SQLTimeoutException(String reason, String SQLState, int vendorCode) { in SQLTimeoutException()
135 public SQLTimeoutException(String reason, Throwable cause) { in SQLTimeoutException()
151 public SQLTimeoutException(String reason, String SQLState, Throwable cause) { in SQLTimeoutException()
168 public SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLTimeoutException()
H A DSQLFeatureNotSupportedException.java73 public SQLFeatureNotSupportedException(String reason) { in SQLFeatureNotSupportedException()
90 public SQLFeatureNotSupportedException(String reason, String SQLState) { in SQLFeatureNotSupportedException()
108 public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) { in SQLFeatureNotSupportedException()
141 public SQLFeatureNotSupportedException(String reason, Throwable cause) { in SQLFeatureNotSupportedException()
157 public SQLFeatureNotSupportedException(String reason, String SQLState, Throwable cause) { in SQLFeatureNotSupportedException()
174 …public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable c… in SQLFeatureNotSupportedException()
H A DSQLIntegrityConstraintViolationException.java68 public SQLIntegrityConstraintViolationException(String reason) { in SQLIntegrityConstraintViolationException()
85 public SQLIntegrityConstraintViolationException(String reason, String SQLState) { in SQLIntegrityConstraintViolationException()
103 … public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode) { in SQLIntegrityConstraintViolationException()
136 public SQLIntegrityConstraintViolationException(String reason, Throwable cause) { in SQLIntegrityConstraintViolationException()
152 … public SQLIntegrityConstraintViolationException(String reason, String SQLState, Throwable cause) { in SQLIntegrityConstraintViolationException()
169 …public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode, Th… in SQLIntegrityConstraintViolationException()
H A DSQLInvalidAuthorizationSpecException.java68 public SQLInvalidAuthorizationSpecException(String reason) { in SQLInvalidAuthorizationSpecException()
85 public SQLInvalidAuthorizationSpecException(String reason, String SQLState) { in SQLInvalidAuthorizationSpecException()
103 … public SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode) { in SQLInvalidAuthorizationSpecException()
136 public SQLInvalidAuthorizationSpecException(String reason, Throwable cause) { in SQLInvalidAuthorizationSpecException()
152 public SQLInvalidAuthorizationSpecException(String reason, String SQLState, Throwable cause) { in SQLInvalidAuthorizationSpecException()
169 …public SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode, Throwa… in SQLInvalidAuthorizationSpecException()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.sql/share/classes/java/sql/
H A DSQLFeatureNotSupportedException.java73 public SQLFeatureNotSupportedException(String reason) { in SQLFeatureNotSupportedException()
90 public SQLFeatureNotSupportedException(String reason, String SQLState) { in SQLFeatureNotSupportedException()
108 public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) { in SQLFeatureNotSupportedException()
141 public SQLFeatureNotSupportedException(String reason, Throwable cause) { in SQLFeatureNotSupportedException()
157 public SQLFeatureNotSupportedException(String reason, String SQLState, Throwable cause) { in SQLFeatureNotSupportedException()
174 …public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable c… in SQLFeatureNotSupportedException()

12345678910>>...478