| /plugin/smtp/subtree/php-fig/log/Psr/Log/ |
| H A D | LoggerTrait.php | 23 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 D | LoggerInterface.php | 30 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/ |
| D | LoggerTrait.php | 23 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());
|
| D | LoggerInterface.php | 30 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/ |
| D | GitLabClient.js | 49 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 …]
|
| D | DrawioFile.js | 197 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 …]
|
| D | DrawioFileSync.js | 690 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 …]
|
| D | DriveClient.js | 315 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 …]
|
| D | LocalFile.js | 83 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
|
| D | TrelloClient.js | 35 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 …]
|
| D | NotionClient.js | 69 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 D | Logger.php | 35 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/ |
| D | Logger.php | 49 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/ |
| D | ADMINSTYLE.php | 56 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/ |
| D | IJR_Server.php | 12 var $message; variable in IJR_Server 143 function error($error, $message = false) argument
|
| /plugin/authgooglesheets/vendor/google/auth/src/Cache/ |
| D | TypedItem.php | 106 $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 D | LogUtility.php | 81 …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/ |
| D | MessageFormatter.php | 71 …at(RequestInterface $request, ResponseInterface $response = null, \Throwable $error = null): string 190 private function headers(MessageInterface $message): string
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | MessageFormatter.php | 66 public function format( 176 private function headers(MessageInterface $message)
|
| /plugin/mdpage/vendor/cebe/markdown/bin/ |
| D | markdown | 161 function error($message, $callback = null) { function
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-logging-1.2.jar | ... .Throwable)
Object message
Throwable t
public final void error (java.lang.Object)
Object message
public ... |
| /plugin/jdraw/lib/ |
| D | commons-logging-1.1.1.jar | ... lang.Throwable)
Object message
Throwable exception
public void error (java.lang.Object)
Object message
public ... |
| /plugin/jcapture/lib/ |
| D | commons-logging-1.1.1.jar | ... lang.Throwable)
Object message
Throwable exception
public void error (java.lang.Object)
Object message
public ... |
| /plugin/batchedit/ |
| D | server.js | 21 function errorHandler(status, message) { argument 53 error : function (xhr, status, message) { method
|
| /plugin/upgrade/myvendor/splitbrain/php-cli/src/ |
| D | Base.php | 257 public function fatal($error, array $context = array()) 292 protected function logMessage($level, $message, array $context = array()) 317 protected function interpolate($message, array $context = array())
|