Home
last modified time | relevance | path

Searched refs:e (Results 101 – 125 of 3328) sorted by path

12345678910>>...134

/plugin/approve/
H A Dadmin.php37 } catch (Exception $e) {
38 msg($e->getMessage(), -1);
69 * Render HTML output, e.g. helpful text and a form
81 } catch (Exception $e) {
82 msg($e->getMessage(), -1);
/plugin/approve/syntax/
H A Dtable.php133 } catch (Exception $e) {
134 msg($e->getMessage(), -1);
/plugin/archivegenerator/
H A DREADME16 Copyright (C) Michael Große <dokuwiki@cosmocode.de>
H A Dadmin.php87 } catch (\splitbrain\PHPArchive\ArchiveIOException $e) {
88 msg(hsc($e->getMessage()), -1);
383 } catch (\splitbrain\PHPArchive\ArchiveIOException $e) {
384 $this->log('error', hsc($e->getMessage()));
385 throw $e;
H A Dplugin.info.txt2 author Michael Große
/plugin/articlelinks/
H A DREADME16 Copyright (C) Michael Große <dokuwiki@cosmocode.de>
H A Dplugin.info.txt2 author Michael Große
/plugin/asciimath/
H A Dasciimathml148r.js82 } catch (e) {
/plugin/authdjango/
H A Dauth.php44 } catch (PDOException $e) {
/plugin/authdrupal7/
H A DREADME.md35 …l installtion accessible, as it tries to include some drupal code snippets (e.g. the hashing algor…
41 * The database prefix used for your drupal tables (including the underscore e.g. ```myprefix_```)
42 * The path to you drupal root directory (including a slash at the end e.g. ```../drupal/```)
/plugin/authdrupal8/
H A DREADME.md41 * The database prefix used for your drupal tables (including the underscore e.g. ```myprefix_```)
/plugin/authenvvars/
H A Dauth.php43 catch( Exception $e ) {
44 msg( $e->getMessage() );
/plugin/authfacebook/
H A Dauth.php104 } catch (FacebookApiException $e) {
105 error_log("2: " . $e);
189 } catch (Exception $e) {
194 msg('1: Auth Facebook Error: '. $e->getFile() .':'.$e->getLine().': '.$e->getMessage());
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php118 } catch (FacebookResponseException $e) {
119 $preException = $e->getPrevious();
121 throw $e;
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php65 } catch (RequestException $e) {
66 $rawResponse = $e->getResponse();
68 … if ($e->getPrevious() instanceof RingException || !$rawResponse instanceof ResponseInterface) {
69 throw new FacebookSDKException($e->getMessage(), $e->getCode());
/plugin/authfacebook/lib/HttpClients/certs/
H A DDigiCertHighAssuranceEVRootCA.pem21 vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep
/plugin/authgoogle/
H A Dauth.php100 } catch (Exception $e) {
101 msg('Auth Google Error: '.$e->getMessage());
113 } catch (Exception $e){
/plugin/authgooglesheets/
H A Dhelper.php43 } catch (Exception $e) {
44 msg('Authentication Error: ' . $e->getMessage());
139 } catch (Exception $e) {
185 } catch (Exception $e) {
231 } catch (Exception $e) {
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php121 * @param string $e The RSA exponent encoded in Base64
129 string $e argument
132 $exp = JWT::urlsafeB64Decode($e);
H A DJWT.php260 } catch (Exception $e) {
261 throw new DomainException($e->getMessage(), 0, $e);
316 } catch (Exception $e) {
317 throw new DomainException($e->getMessage(), 0, $e);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DJwk.php33 public $e; variable in Google\\Service\\Container\\Jwk
90 public function setE($e) argument
92 $this->e = $e;
99 return $this->e;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
H A DGoogleFirebaseAppcheckV1betaPublicJwk.php29 public $e; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaPublicJwk
64 public function setE($e) argument
66 $this->e = $e;
73 return $this->e;
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php127 } catch (ExpiredException $e) {
129 } catch (ExpiredExceptionV3 $e) {
131 } catch (SignatureInvalidException $e) {
133 } catch (DomainException $e) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php185 } catch (GoogleServiceException $e) {
188 $response = $e;
H A DREST.php84 } catch (RequestException $e) {
86 if (!$e->hasResponse()) {
87 throw $e;
90 $response = $e->getResponse();

12345678910>>...134