Home
last modified time | relevance | path

Searched refs:ErrorHandling (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/dports/www/otrs/otrs-rel-6_0_29/Kernel/Modules/
H A DAdminGenericInterfaceErrorHandlingDefault.pm185 … $Param{WebserviceData}->{Config}->{ $Param{CommunicationType} }->{ErrorHandling}->{$ErrorHandling}
202 ErrorHandling => $ErrorHandling,
205 ErrorHandling => $ErrorHandling,
211 … $Param{WebserviceData}->{Config}->{ $Param{CommunicationType} }->{ErrorHandling}->{$ErrorHandling}
267 …$Param{WebserviceData}->{Config}->{ $Param{CommunicationType} }->{ErrorHandling}->{$ErrorHandling};
279 ErrorHandling => $ErrorHandling,
282 ErrorHandling => $ErrorHandling,
351 ErrorHandling => $ErrorHandling,
357 … $Param{WebserviceData}->{Config}->{ $Param{CommunicationType} }->{ErrorHandling}->{$ErrorHandling}
525 ErrorHandling => $Param{ErrorHandlingConfig}->{ErrorHandling},
[all …]
H A DAdminGenericInterfaceErrorHandlingRequestRetry.pm171 … $Param{WebserviceData}->{Config}->{ $Param{CommunicationType} }->{ErrorHandling}->{$ErrorHandling}
197 ErrorHandling => $ErrorHandling,
200 ErrorHandling => $ErrorHandling,
206 … $Param{WebserviceData}->{Config}->{ $Param{CommunicationType} }->{ErrorHandling}->{$ErrorHandling}
263 …$Param{WebserviceData}->{Config}->{ $Param{CommunicationType} }->{ErrorHandling}->{$ErrorHandling};
275 ErrorHandling => $ErrorHandling,
278 ErrorHandling => $ErrorHandling,
364 ErrorHandling => $ErrorHandling,
370 … $Param{WebserviceData}->{Config}->{ $Param{CommunicationType} }->{ErrorHandling}->{$ErrorHandling}
448 ErrorHandling => $Param{ErrorHandlingConfig}->{ErrorHandling},
[all …]
H A DAdminGenericInterfaceWebservice.pm1074 ErrorHandling => $ErrorHandlingProvider,
1084 ErrorHandling => $ErrorHandlingRequester,
1284 sort keys %{ $CommTypeConfig{$CommunicationType}->{ErrorHandling} || {} };
1289 = sort keys %{ $CommTypeConfig{$CommunicationType}->{ErrorHandling} || [] };
1314 $WebserviceData->{Config}->{$CommunicationType}->{ErrorHandling}
1315 = $CommTypeConfig{$CommunicationType}->{ErrorHandling};
1326 if ( !IsHashRefWithData( $CommTypeConfig{$CommunicationType}->{ErrorHandling} ) ) {
1341 $CommTypeConfig{$CommunicationType}->{ErrorHandling}->{$ErrorHandlingModule}
1348 $CommTypeConfig{$CommunicationType}->{ErrorHandling}
1357 ErrorHandling => $ErrorHandlingModule,
[all …]
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug74408.phpt6 class ErrorHandling {
17 set_error_handler('ErrorHandling::error_handler');
18 set_exception_handler('ErrorHandling::exception_handler');
23 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
25 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
27 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in Unk…
31 #0 [internal function]: ErrorHandling::error_handler(8192, 'Non-static meth...', '%s', %d, Array)
32 #1 %sbug74408.php(%d): set_exception_handler('ErrorHandling::...')
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dbug74408.phpt6 class ErrorHandling {
17 set_error_handler('ErrorHandling::error_handler');
18 set_exception_handler('ErrorHandling::exception_handler');
23 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
25 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
27 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in Unk…
31 #0 [internal function]: ErrorHandling::error_handler(8192, 'Non-static meth...', '%s', %d, Array)
32 #1 %sbug74408.php(%d): set_exception_handler('ErrorHandling::...')
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dbug74408.phpt6 class ErrorHandling {
17 set_error_handler('ErrorHandling::error_handler');
18 set_exception_handler('ErrorHandling::exception_handler');
23 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
25 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
27 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in Unk…
31 #0 [internal function]: ErrorHandling::error_handler(8192, 'Non-static meth...', '%s', %d, Array)
32 #1 %sbug74408.php(%d): set_exception_handler('ErrorHandling::...')
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dbug74408.phpt6 class ErrorHandling {
17 set_error_handler('ErrorHandling::error_handler');
18 set_exception_handler('ErrorHandling::exception_handler');
23 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
25 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
27 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in Unk…
31 #0 [internal function]: ErrorHandling::error_handler(8192, 'Non-static meth...', '%s', %d, Array)
32 #1 %sbug74408.php(%d): set_exception_handler('ErrorHandling::...')
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/GenericInterface/
H A DErrorHandling.t24 my $ErrorObject = $Kernel::OM->Get('Kernel::GenericInterface::ErrorHandling');
32 ErrorHandling => { 1 => undef },
37 ErrorHandling => { 1 => undef },
124 'GenericInterface::ErrorHandling::Module' => undef,
138 'GenericInterface::ErrorHandling::Module' => { 1 => undef },
145 ErrorHandling => undef,
161 ErrorHandling => { 1 => undef },
/dports/multimedia/ffms2/ffms2-2.40/src/core/
H A Dindexing.cpp113 zf.Write<uint32_t>(ErrorHandling); in WriteIndex()
156 ErrorHandling = zf.Read<uint32_t>(); in ReadIndex()
192 FFMS_Index::FFMS_Index(int64_t Filesize, uint8_t Digest[20], int ErrorHandling) in FFMS_Index() argument
193 : ErrorHandling(ErrorHandling) in FFMS_Index()
223 ErrorHandling = ErrorHandling_; in SetErrorHandling()
269 if (ErrorHandling == FFMS_IEH_ABORT) { in IndexAudioPacket()
271 } else if (ErrorHandling == FFMS_IEH_CLEAR_TRACK) { in IndexAudioPacket()
274 } else if (ErrorHandling == FFMS_IEH_STOP_TRACK) { in IndexAudioPacket()
288 if (ErrorHandling == FFMS_IEH_ABORT) { in IndexAudioPacket()
290 } else if (ErrorHandling == FFMS_IEH_CLEAR_TRACK) { in IndexAudioPacket()
[all …]
H A Dindexing.h53 int ErrorHandling; member
64 FFMS_Index(int64_t Filesize, uint8_t Digest[20], int ErrorHandling);
74 int ErrorHandling = FFMS_IEH_CLEAR_TRACK; member
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/err/
H A Dis_matching_size_test.cpp6 TEST(ErrorHandling, isMatchingSize) { in TEST() argument
18 TEST(ErrorHandling, isMatchingSize_arr) { in TEST() argument
30 TEST(ErrorHandling, isMatchingSize_mat) { in TEST() argument
/dports/x11/plasma5-kactivitymanagerd/kactivitymanagerd-5.23.5/src/service/plugins/sqlite/
H A DUtils.h40 enum ErrorHandling { enum
45 inline bool exec(Common::Database &database, ErrorHandling eh, QSqlQuery &query) in exec()
66 inline bool exec(Common::Database &database, ErrorHandling eh, QSqlQuery &query, const T1 &variable… in exec()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DPathDescription.java22 public enum ErrorHandling { enum in PathDescription
46 private final ErrorHandling errorHandling;
63 ErrorHandling errorHandling) { in PathDescription()
96 if (errorHandling == ErrorHandling.SKIP) { in getDescription()
121 if (errorHandling == ErrorHandling.SKIP) { in getDescription()
128 if (errorHandling == ErrorHandling.SKIP) { in getDescription()
150 if (errorHandling == ErrorHandling.SKIP) { in getDescription()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/acceltree/
H A Dqacceltreeresourceloader_p.h83 enum ErrorHandling enum
125 … const ReportContext::Ptr &context, ErrorHandling handling = FailOnError);
132 … const ReportContext::Ptr &context, ErrorHandling handling = FailOnError);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/acceltree/
H A Dqacceltreeresourceloader_p.h121 enum ErrorHandling enum
163 … const ReportContext::Ptr &context, ErrorHandling handling = FailOnError);
170 … const ReportContext::Ptr &context, ErrorHandling handling = FailOnError);
/dports/devel/p5-POE-Component-Syndicator/POE-Component-Syndicator-0.06/xt/
H A Dperlcriticrc20 [-ErrorHandling::RequireCarping]
21 [-ErrorHandling::RequireCheckingReturnValueOfEval]
H A Dperlcriticrc_t20 [-ErrorHandling::RequireCarping]
21 [-ErrorHandling::RequireCheckingReturnValueOfEval]
/dports/mail/aerc/aerc-0.4.0/vendor/git.sr.ht/~sircmpwn/getopt/
H A Dflagset.go43 errorHandling flag.ErrorHandling
49 func NewFlagSet(name string, err flag.ErrorHandling) *FlagSet { argument
155 func (set *FlagSet) ErrorHandling() flag.ErrorHandling { func
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DJSONParser.h26 enum ErrorHandling { RaiseError, NoError }; enum
35 const ErrorHandling errorHandling;
110 JSONParserBase(JSContext* cx, ErrorHandling errorHandling) in JSONParserBase()
206 ErrorHandling errorHandling = RaiseError)
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSONParser.h25 enum ErrorHandling { RaiseError, NoError }; enum
34 const ErrorHandling errorHandling;
117 JSONParserBase(JSContext* cx, ErrorHandling errorHandling) in JSONParserBase()
215 ErrorHandling errorHandling = RaiseError)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DJSONParser.h26 enum ErrorHandling { RaiseError, NoError }; enum
35 const ErrorHandling errorHandling;
110 JSONParserBase(JSContext* cx, ErrorHandling errorHandling) in JSONParserBase()
207 ErrorHandling errorHandling = RaiseError)
/dports/sysutils/p5-File-Next/File-Next-1.18/
H A Dperlcriticrc14 [-ErrorHandling::RequireCarping]
15 [-ErrorHandling::RequireUseOfExceptions]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_golang/prometheus/promhttp/
H A Dhttp.go90 switch opts.ErrorHandling {
116 switch opts.ErrorHandling {
182 ErrorHandling HandlerErrorHandling member
/dports/net-mgmt/nvidia_gpu_prometheus_exporter/nvidia_gpu_prometheus_exporter-0d52cd2/vendor/github.com/prometheus/client_golang/prometheus/promhttp/
H A Dhttp.go87 switch opts.ErrorHandling {
113 switch opts.ErrorHandling {
179 ErrorHandling HandlerErrorHandling member
/dports/net-mgmt/nsd_exporter/nsd_exporter-0.1.0/vendor/github.com/prometheus/client_golang/prometheus/promhttp/
H A Dhttp.go87 switch opts.ErrorHandling {
113 switch opts.ErrorHandling {
179 ErrorHandling HandlerErrorHandling member

12345678910>>...44