Home
last modified time | relevance | path

Searched refs:getMessage (Results 776 – 800 of 852) sorted by relevance

1...<<3132333435

/plugin/database2/
H A Ddatabase2.php492 $this->render( sprintf( $this->getLang( 'nodblink' ), $e->getMessage() ) );
814 $e->getMessage(), $e->getLine() ) );
823 $e->getMessage(), $e->getLine(), $e->getFile() ) .
1161 $e->getMessage() ) . '</div>' );
3903 $index + 1, $e->getMessage() );
4125 if ( stripos( $e->getMessage(), 'no such table' ) !== false )
4129 if ( stripos( $e->getMessage(), 'no such column' ) !== false )
5458 return $e->getMessage();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php313 $exception->getMessage()
317 $exception->getMessage()
/plugin/dw2pdf/
H A Daction.php123 echo $e->getMessage();
127 msg($e->getMessage(), -1);
/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/authgoogle/google/contrib/
H A DGoogle_ReportsService.php525 public function getMessage() { function in Google_UsageReportsWarnings
/plugin/backup/
H A Dadmin.php159 msg('Backup failed. ' . $e->getMessage(), -1);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php184 LogUtility::msg("Unable to build the metadata children object: " . $e->getMessage());
/plugin/combo/ComboStrap/
H A DLinkMarkup.php222 throw new ExceptionNotFound("We were unable to process the internal link dokuwiki id on the link. The path was not found. Error: {$e->getMessage()}");
H A DPageSqlTreeListener.php267 LogUtility::error("The value of the column $this->actualPredicateColumn ($text) could not be transformed as a number. Error: {$e->getMessage()}", self::CANONICAL);
H A DMarkupRef.php169 throw new ExceptionBadSyntax("The url string was not validated as an URL ($ref). Error: {$e->getMessage()}");
H A DPluginUtility.php545 $xhtmlIcon = "Error: {$e->getMessage()}";
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php280 $error->appendChild($DOM->createElement('s:message', $h($e->getMessage())));
293 … $xPrevious->appendChild($DOM->createElement('s:message', $h($previous->getMessage())));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php274 $error->appendChild($DOM->createElement('s:message', $h($e->getMessage())));
287 … $xPrevious->appendChild($DOM->createElement('s:message', $h($previous->getMessage())));
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/bureaucracy-au/
H A Dsyntax.php348 msg($e->getMessage(), -1);
/plugin/bureaucracyau/
H A Dsyntax.php348 msg($e->getMessage(), -1);
/plugin/elwikiupgrade/
H A Dadmin.php351 $this->_warn($e->getMessage());
/plugin/git/
H A Dhelper.php182 msg($e->getMessage());
/plugin/rrdgraph/
H A Dhelper.php611 ErrorImage::outputErrorImage("Graph generation failed", $ex->getMessage());
/plugin/elasticsearch/action/
H A Dsearch.php179 msg('Something went wrong on searching please try again later or ask an admin for help.<br /><pre>' . hsc($e->getMessage()) . '</pre>', -1);
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DGroup.php75 ->string($result->getMessage())
/plugin/bureaucracy/
H A Dsyntax.php353 msg($e->getMessage(), -1);
/plugin/etherpadlite/action/
H A Detherpadlite.php98 …E__, "line" => __LINE__, "error" => "Server-Fehler (Pad-Plugin): ".$e->getMessage(), "trace" => $e…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php360 …diaType('This resource only supports valid vCard or jCard data. Parse error: ' . $e->getMessage());

1...<<3132333435