Home
last modified time | relevance | path

Searched refs:getMessage (Results 726 – 750 of 852) sorted by path

1...<<21222324252627282930>>...35

/plugin/magento/
H A Dauth.php400 msg( $e->getMessage(), -1);
454 msg( $e->getMessage(), -1);
518 msg( $e->getMessage(), -1);
548 msg( $e->getMessage(), -1);
581 msg( $e->getMessage(), -1);
615 msg( $e->getMessage(), -1);
671 msg( $e->getMessage(), -1);
700 msg( $e->getMessage(), -1);
/plugin/mantisreporter/
H A Dsyntax.php78 print 'Er ging iets fout: ' . $e->getMessage();
86 print 'Er ging iets fout: ' . $e->getMessage();
/plugin/oauth/
H A Dhelper.php116 $msg = $e->getMessage();
/plugin/openid/Auth/OpenID/
H A DConsumer.php1966 function getMessage($realm, $return_to=null, $immediate=false) function in Auth_OpenID_AuthRequest
2043 $message = $this->getMessage($realm, $return_to, $immediate);
2069 $message = $this->getMessage($realm, $return_to, $immediate);
/plugin/pgsqlquery/
H A Dsyntax.php144 $renderer->doc .= "Can't connect to database. Error: ".$e->getMessage();
/plugin/pot/
H A Dhelper.php189 $error = "\"<b>Bad value...</b> ".$e->getMessage()."\"";
/plugin/prosemirror/action/
H A Dajax.php166 $errorMsg .= $e->getMessage();
193 $errorMsg .= $e->getMessage();
H A Deditor.php82 $errorMsg = 'Rendering the page\'s syntax for the WYSIWYG editor failed: ' . $e->getMessage();
H A Dparser.php56 $errorMsg = $e->getMessage();
101 $errorMsg = $e->getMessage();
/plugin/publist/bib2tpl/lib/
H A DPEAR.php263 return $data->getMessage() == $code;
490 $message = $message->getMessage();
873 printf($format, $this->getMessage());
877 trigger_error($this->getMessage(), $this->level);
881 $msg = $this->getMessage();
931 function getMessage() function in PEAR_Error
1010 return $this->getMessage();
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php263 return $data->getMessage() == $code;
490 $message = $message->getMessage();
873 printf($format, $this->getMessage());
877 trigger_error($this->getMessage(), $this->level);
881 $msg = $this->getMessage();
931 function getMessage() function in PEAR_Error
1010 return $this->getMessage();
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php263 return $data->getMessage() == $code;
490 $message = $message->getMessage();
873 printf($format, $this->getMessage());
877 trigger_error($this->getMessage(), $this->level);
881 $msg = $this->getMessage();
931 function getMessage() function in PEAR_Error
1010 return $this->getMessage();
/plugin/pureldap/classes/
H A DClient.php176 $this->debug("Bind for $user failed: " . $e->getMessage(), $e->getFile(), $e->getLine());
367 msg('[pureldap] ' . hsc($e->getMessage()), -1);
/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/Operation/
H A DLdapResult.php217 throw new ProtocolException($e->getMessage());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php66 throw new ProtocolException($e->getMessage());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php175 sprintf('The remote server has disconnected the session. %s', $exception->getMessage()),
183 $exception->getMessage(),
H A DLdapQueue.php176 $message = parent::getMessage($id);
H A DServerProtocolHandler.php128 while ($message = $this->queue->getMessage()) {
141 $e->getMessage()
147 ['message' => $e->getMessage()],
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php60 return $queue->getMessage($message->getMessageId());
H A DClientSaslBindHandler.php87 $response = $queue->getMessage($message->getMessageId());
203 $messageFrom = $queue->getMessage($messageTo->getMessageId());
H A DClientSearchHandler.php78 $messageFrom = $queue->getMessage($messageTo->getMessageId());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php59 public function getMessage(?int $id = null): LdapMessageResponse
131 return LdapMessageResponse::fromAsn1($message->getMessage());
54 public function getMessage(?int $id = null): LdapMessageResponse global() function in FreeDSx\\Ldap\\Protocol\\Queue\\ClientQueue
H A DServerQueue.php40 public function getMessage(?int $id = null): LdapMessageRequest
77 return LdapMessageRequest::fromAsn1($message->getMessage());
26 public function getMessage(?int $id = null): LdapMessageRequest global() function in FreeDSx\\Ldap\\Protocol\\Queue\\ServerQueue
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php69 throw new PartialMessageException($exception->getMessage(), $exception->getCode(), $exception);

1...<<21222324252627282930>>...35