Home
last modified time | relevance | path

Searched +defs:error +defs:message (Results 26 – 50 of 143) sorted by relevance

123456

/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLoggerTrait.php23 public function emergency($message, array $context = array())
39 public function alert($message, array $context = array())
54 public function critical($message, array $context = array())
68 public function error($message, array $context = array()) function
84 public function warning($message, array $context = array())
97 public function notice($message, array $context = array())
112 public function info($message, array $context = array())
125 public function debug($message, array $context = array())
139 abstract public function log($level, $message, array $context = array());
H A DLoggerInterface.php30 public function emergency($message, array $context = array());
43 public function alert($message, array $context = array());
55 public function critical($message, array $context = array());
66 public function error($message, array $context = array()); function
79 public function warning($message, array $context = array());
89 public function notice($message, array $context = array());
101 public function info($message, array $context = array());
111 public function debug($message, array $context = array());
122 public function log($level, $message, array $context = array());
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
DLoggerTrait.php23 public function emergency($message, array $context = array())
39 public function alert($message, array $context = array())
54 public function critical($message, array $context = array())
68 public function error($message, array $context = array()) function
84 public function warning($message, array $context = array())
97 public function notice($message, array $context = array())
112 public function info($message, array $context = array())
125 public function debug($message, array $context = array())
141 abstract public function log($level, $message, array $context = array());
DLoggerInterface.php30 public function emergency($message, array $context = array());
43 public function alert($message, array $context = array());
55 public function critical($message, array $context = array());
66 public function error($message, array $context = array()); function
79 public function warning($message, array $context = array());
89 public function notice($message, array $context = array());
101 public function info($message, array $context = array());
111 public function debug($message, array $context = array());
124 public function log($level, $message, array $context = array());
/plugin/diagramsnet/lib/js/diagramly/
DGitLabClient.js49 GitLabClient.prototype.authenticate = function(success, error) argument
66 GitLabClient.prototype.authenticateStep2 = function(state, success, error) argument
102 error({message: mxResources.get('accessDenied'), retry: auth}); property
128 error({message: mxResources.get('accessDenied'), retry: auth}); property
162 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth}); property
171 error({message: mxResources.get('accessDenied'), retry: auth}); property
188 GitLabClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
197 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')}); property
231 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function() property
258 error({message: mxResources.get((tooLarge) ? 'drawingTooLarge' : 'forbidden')}); property
[all …]
DDrawioFile.js197 DrawioFile.prototype.synchronizeFile = function(success, error) argument
203 error({message: mxResources.get('busy')}); property
222 DrawioFile.prototype.updateFile = function(success, error, abort, shadow) argument
276 DrawioFile.prototype.mergeFile = function(file, success, error, diffShadow) argument
464 DrawioFile.prototype.checksumError = function(error, patches, details, etag, functionName) argument
558 DrawioFile.prototype.sendErrorReport = function(title, details, error, max) argument
609 DrawioFile.prototype.reloadFile = function(success, error) argument
675 DrawioFile.prototype.copyFile = function(success, error) argument
803 DrawioFile.prototype.save = function(revision, success, error, unloading, overwrite, manual) argument
811 error({message: mxResources.get('readOnly')}); property
[all …]
DDrawioFileSync.js690 DrawioFileSync.prototype.fileChanged = function(success, error, abort, lazy) argument
767 DrawioFileSync.prototype.p2pCatchup = function(data, from, to, id, desc, success, error, abort) argument
860 DrawioFileSync.prototype.catchup = function(desc, success, error, abort) argument
1047 DrawioFileSync.prototype.reload = function(success, error, abort, shadow) argument
1071 DrawioFileSync.prototype.merge = function(patches, checksum, desc, success, error, abort) argument
1257 DrawioFileSync.prototype.createToken = function(secret, success, error) argument
1264 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')}); property
1280 error({code: req.getStatus(), message: 'Token Error ' + req.getStatus()}); property
1332 DrawioFileSync.prototype.fileSaved = function(pages, lastDesc, success, error, token) argument
1391 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')}); property
[all …]
DDriveClient.js315 DriveClient.prototype.executeRequest = function(reqObj, success, error) argument
347 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout'), retry: fn}); property
546 DriveClient.prototype.authorize = function(immediate, success, error, remember, popup) argument
572 …Client.prototype.updateAuthInfo = function (newAuthInfo, remember, forceUserUpdate, success, error) argument
608 DriveClient.prototype.authorizeStep2 = function(state, immediate, success, error, remember, popup) argument
709 … error({message: mxResources.get('accessDenied')}); //TODO Check this error handling is correct property
811 DriveClient.prototype.updateUser = function(success, error) argument
865 DriveClient.prototype.copyFile = function(id, title, success, error) argument
884 DriveClient.prototype.renameFile = function(id, title, success, error) argument
899 DriveClient.prototype.moveFile = function(id, folderId, success, error) argument
[all …]
DLocalFile.js83 LocalFile.prototype.save = function(revision, success, error) argument
94 LocalFile.prototype.saveAs = function(title, success, error) argument
105 LocalFile.prototype.saveAs = function(title, success, error) argument
132 LocalFile.prototype.getLatestVersion = function(success, error) argument
150 LocalFile.prototype.saveFile = function(title, revision, success, error, useCurrentData) argument
198 error({error: e}); property
273 …this.ui.handleError({message: mxResources.get('drawingTooLarge')}, mxResources.get('error'), mxUti… property
306 LocalFile.prototype.rename = function(title, success, error) argument
DTrelloClient.js35 TrelloClient.prototype.authenticate = function(fn, error, force) argument
63 error: function() method
91 TrelloClient.prototype.getLibrary = function(id, success, error) argument
99 TrelloClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument
222 TrelloClient.prototype.insertLibrary = function(filename, data, success, error, cardId) argument
230 TrelloClient.prototype.insertFile = function(filename, data, success, error, asLibrary, cardId) argument
270 TrelloClient.prototype.saveFile = function(file, success, error) argument
319 TrelloClient.prototype.writeFile = function(filename, data, cardId, success, error) argument
325 error({message: mxResources.get('drawingTooLarge') + ' (' + property
384 error({message: mxResources.get('unknownError')}); property
[all …]
DNotionClient.js69 NotionClient.prototype.authenticate = function(success, error, failOnAuth) argument
78 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function() property
134 NotionClient.prototype.executeRequest = function(url, data, method, success, error, failOnAuth) argument
209 NotionClient.prototype.getLibrary = function(id, success, error) argument
217 NotionClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument
261 NotionClient.prototype.insertLibrary = function(filename, data, success, error, folderObj) argument
269 NotionClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderObj) argument
384 NotionClient.prototype.saveFile = function(file, success, error) argument
405 …nt.prototype.writeFile = function(url, folderId, filename, nameField, data, method, success, error) argument
414 error({message: mxResources.get('drawingTooLarge') + ' (' + property
[all …]
/plugin/smtp/classes/
H A DLogger.php35 public function emergency($message, array $context = array())
51 public function alert($message, array $context = array())
66 public function critical($message, array $context = array())
80 public function error($message, array $context = array()) function in splitbrain\\dokuwiki\\plugin\\smtp\\Logger
96 public function warning($message, array $context = array())
109 public function notice($message, array $context = array())
124 public function info($message, array $context = array())
137 public function debug($message, array $context = array())
151 public function log($level, $message, array $context = array())
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
DLogger.php49 public function emergency($message, array $context = array());
60 public function alert($message, array $context = array());
70 public function critical($message, array $context = array());
79 public function error($message, array $context = array()); function
90 public function warning($message, array $context = array());
98 public function notice($message, array $context = array());
108 public function info($message, array $context = array());
116 public function debug($message, array $context = array());
125 public function log($level, $message, array $context = array());
/plugin/bibtex/OSBib/create/
DADMINSTYLE.php56 function display($message = FALSE)
76 function addInit($error = FALSE)
96 function editInit($error = FALSE)
111 function editDisplay($error = FALSE)
311 function copyInit($error = FALSE)
322 function copyDisplay($error = FALSE)
1384 function badInput($error, $method)
/plugin/jsonrpc/
DIJR_Server.php12 var $message; variable in IJR_Server
143 function error($error, $message = false) argument
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
DTypedItem.php106 $error = sprintf( variable in Google\\Auth\\Cache\\TypedItem
127 $message = 'Argument 1 passed to %s::expiresAfter() must be an ' . variable in Google\\Auth\\Cache\\TypedItem
129 $error = sprintf($message, get_class($this), gettype($time)); variable in Google\\Auth\\Cache\\TypedItem
/plugin/combo/ComboStrap/
H A DLogUtility.php81 …public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = …
170 …public static function log2FrontEnd($message, $level, string $canonical = self::SUPPORT_CANONICAL,…
255 public static function log2BrowserConsole($message)
267 private static function throwErrorIfTest($level, $message, \Exception $e = null)
286 private static function messageNotEmpty(?string $message)
306 public static function wrapInRedForHtml(string $message): string
334 …public static function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Except… function in ComboStrap\\LogUtility
339 …public static function warning(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exce…
344 …public static function info(string $message, string $canonical = self::SUPPORT_CANONICAL, \Excepti…
364 public static function errorIfDevOrTest($message, $canonical = "support")
[all …]
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DMessageFormatter.php71 …at(RequestInterface $request, ResponseInterface $response = null, \Throwable $error = null): string
190 private function headers(MessageInterface $message): string
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DMessageFormatter.php66 public function format(
176 private function headers(MessageInterface $message)
/plugin/mdpage/vendor/cebe/markdown/bin/
Dmarkdown161 function error($message, $callback = null) { function
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-logging-1.2.jar ... .Throwable) Object message Throwable t public final void error (java.lang.Object) Object message public ...
/plugin/jdraw/lib/
Dcommons-logging-1.1.1.jar ... lang.Throwable) Object message Throwable exception public void error (java.lang.Object) Object message public ...
/plugin/jcapture/lib/
Dcommons-logging-1.1.1.jar ... lang.Throwable) Object message Throwable exception public void error (java.lang.Object) Object message public ...
/plugin/batchedit/
Dserver.js21 function errorHandler(status, message) { argument
53 error : function (xhr, status, message) { method
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DBase.php257 public function fatal($error, array $context = array())
292 protected function logMessage($level, $message, array $context = array())
317 protected function interpolate($message, array $context = array())

123456