Home
last modified time | relevance | path

Searched refs:getCode (Results 401 – 425 of 430) sorted by path

1...<<1112131415161718

/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md104 echo sprintf('Error adding entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;
149 echo sprintf('Error modifying entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
167 echo sprintf('Error deleting entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php160 if ($e->getCode() === ResultCode::NO_SUCH_OBJECT) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php176 $exception->getCode()
184 $exception->getCode(),
H A DServerProtocolHandler.php140 $e->getCode(),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php165 if ($e->getCode() === ResultCode::REFERRAL) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php69 throw new PartialMessageException($exception->getMessage(), $exception->getCode(), $exception);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php55 throw new OperationException($e->getMessage(), $e->getCode());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DNonceTrait.php41 ), $e->getCode(), $e);
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php64 throw new PartialMessageException($exception->getMessage(), $exception->getCode(), $exception);
/plugin/qrcode2/
H A Dphpqrcode.php2938 public function getCode() function in QRrawcode
2995 $code = $raw->getCode();
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php230 $ex->getCode(),
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DHttpException.php38 return $this->getCode();
/plugin/siteexport/inc/
H A DpatchCSSmgr.php56 public function getCode() { function in CSSMgrPatch
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php180 $code = $this->getCode();
335 return $this->getCode();
344 protected function getCode() { function in Tx\\Mailer\\SMTP
/plugin/sqlite/
H A DSQLiteDB.php151 throw new \PDOException($e->getMessage(), (int)$e->getCode(), $e);
487 'code' => $e->getCode(),
/plugin/swiftmail/
H A DSwift.php245 if (!in_array($response->getCode(), $codes))
309 if ($command !== "" && $command_event->getCode() !== null)
310 $this->assertCorrectResponse($response_event, $command_event->getCode());
/plugin/swiftmail/Swift/Events/
H A DCommandEvent.php70 public function getCode() function in Swift_Events_CommandEvent
H A DResponseEvent.php67 public function getCode() function in Swift_Events_ResponseEvent
/plugin/swiftmail/Swift/Plugin/
H A DBandwidthMonitor.php40 $code = $e->getCode();
H A DEasySwiftResponseTracker.php44 $this->target->responseCode = $e->getCode();
/plugin/twofactor/
H A DGoogleAuthenticator.php69 public function getCode($secret, $timeSlice = null) function in dokuwiki\\plugin\\twofactor\\GoogleAuthenticator
142 $calculatedCode = $this->getCode($secret, $currentTimeSlice + $i);
H A DProvider.php174 return $ga->getCode($secret);
/plugin/upgrade/HTTP/
H A DHTTPClient.php278 $this->status = $e->getCode();
476 if ($err->getCode())
477 $this->status = $err->getCode();
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php195 $code = $error->getCode();

1...<<1112131415161718