| /plugin/asciidocjs/node_modules/pug-error/ |
| D | README.md | 1 # pug-error 3 Standard error objects for pug. This module is intended for use by the lexer, parser, loader, link… 5 …Status](https://img.shields.io/travis/pugjs/pug-error/master.svg)](https://travis-ci.org/pugjs/pug… 6 …m.org/pugjs/pug/status.svg?path=packages/pug-error)](https://david-dm.org/pugjs/pug?path=packages/… 7 [](https://www.npmjs.org/package/pug-erro… 11 npm install pug-error 16 var error = require('pug-error'); 19 ### `error(code, message, options)` 21 Create a Pug error object. 23 `code` is a required unique code for the error type that can be used to pinpoint a certain error. [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/ |
| D | HttpException.php | 17 * Error code / message. 19 * @var int Error code / message 26 * @param int $error 28 public function __construct($error, ?Request $request = null, ?Response $response = null) argument 30 $this->_error = $error; 37 * Returns the error message corresponding to the error code 38 …* cUrl error code reference can be found here {@link http://curl.haxx.se/libcurl/c/libcurl-errors.… 40 * @param int $error Error code 42 * @return string Error message 44 public function getErrorMessage(int $error): string argument [all …]
|
| /plugin/tablelayout/ |
| D | .eslintrc.js | 14 'compat/compat': 'error', 16 'default-case': 'error', 18 'error', 22 'error', 33 'error', 37 "error", 41 "error", 45 "object-shorthand": ["error", "never"], 47 "error", 50 "no-implicit-globals": "error", [all …]
|
| /plugin/dropfiles/ |
| D | .eslintrc.js | 6 'compat/compat': 'error', 8 'default-case': 'error', 10 'error', 14 'error', 25 'error', 29 "error", 33 "error", 37 "object-shorthand": ["error", "never"], 39 "error", 42 "no-implicit-globals": "error", [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/ |
| D | ElasticsearchException.php | 19 * @var array Error array 34 * @param int $code Error code 35 * @param string $error Error message from elasticsearch 37 public function __construct(int $code, string $error) argument 39 $this->_parseError($error); 40 parent::__construct($error, $code); 62 * @return array Error array 70 * Parse error message from elasticsearch. 72 * @param string $error Error message 74 protected function _parseError(string $error): void argument [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ |
| D | ForEachLoopDeclarationSniff.php | 78 $error = 'Possible parse error: FOREACH has no opening parenthesis'; 79 $phpcsFile->addWarning($error, $stackPtr, 'MissingOpenParenthesis'); 84 $error = 'Possible parse error: FOREACH has no closing parenthesis'; 85 $phpcsFile->addWarning($error, $stackPtr, 'MissingCloseParenthesis'); 92 $error = 'Space found after opening bracket of FOREACH loop'; 93 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceAfterOpen'); 104 $error = 'Expected %s spaces after opening bracket; %s found'; 109 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpacingAfterOpen', $data); 122 $error = 'Space found before closing bracket of FOREACH loop'; 123 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceBeforeClose'); [all …]
|
| D | SwitchDeclarationSniff.php | 107 … $error = strtoupper($type).' keyword must be lowercase; expected "%s" but found "%s"'; 113 $fix = $phpcsFile->addFixableError($error, $nextCase, $type.'NotLower', $data); 120 …$error = strtoupper($type).' keyword must be indented '.$this->indent.' spaces from SWITCH keyword… 121 $fix = $phpcsFile->addFixableError($error, $nextCase, $type.'Indent'); 139 $error = 'CASE keyword must be followed by a single space'; 140 $fix = $phpcsFile->addFixableError($error, $nextCase, 'SpacingAfterCase'); 151 $error = 'Possible parse error: CASE missing opening colon'; 152 $phpcsFile->addWarning($error, $nextCase, 'MissingColon'); 158 … $error = 'There must be no space before the colon in a '.strtoupper($type).' statement'; 159 $fix = $phpcsFile->addFixableError($error, $nextCase, 'SpaceBeforeColon'.$type); [all …]
|
| D | ForLoopDeclarationSniff.php | 87 $error = 'Possible parse error: no opening parenthesis for FOR keyword'; 88 $phpcsFile->addWarning($error, $stackPtr, 'NoOpenBracket'); 95 $error = 'Space found after opening bracket of FOR loop'; 96 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpacingAfterOpen'); 107 $error = 'Expected %s spaces after opening bracket; %s found'; 112 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpacingAfterOpen', $data); 125 $error = 'Space found before closing bracket of FOR loop'; 126 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpacingBeforeClose'); 137 $error = 'Expected %s spaces before closing bracket; %s found'; 142 … $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpacingBeforeClose', $data); [all …]
|
| /plugin/groupmail/lang/en/ |
| D | lang.php | 32 // error messages 33 $lang["error"]["unknown"] = 'Mail not sent. Please contact the administrator.'; 34 $lang["error"]["name"] = 'Please enter a name. Should be at least 2 characters.'; 35 $lang["error"]["email"] = 'Please enter your email address. It must be valid.'; 36 $lang["error"]["content"] = 'Please add a comment. Should be at least 10 characters.'; 37 $lang["error"]["captcha"] = 'Mail not sent. You could not be verified as a human.'; 38 $lang["error"]["valid_name"] = 'Name has invalid input.'; 39 $lang["error"]["valid_email"] = 'Email address has invalid input.'; 40 $lang["error"]["valid_subject"] = 'Subject has invalid input.'; 41 $lang["error"]["valid_to"] = 'Destination address has invalid input.'; [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DropboxClient.js | 66 DropboxClient.prototype.updateUser = function(success, error, failOnAuth) argument 73 error({code: App.ERROR_TIMEOUT}); 103 this.updateUser(success, error, true); 104 }), error); 108 error({message: mxResources.get('accessDenied')}); 117 DropboxClient.prototype.authenticate = function(success, error) argument 125 this.authenticateStep2(req.getText(), success, error); 127 else if (error != null) 129 error(req); 131 }), error); [all …]
|
| D | OneDriveClient.js | 139 OneDriveClient.prototype.updateUser = function(success, error, failOnAuth) argument 146 error({code: App.ERROR_TIMEOUT}); 163 this.updateUser(success, error, true); 164 }), error); 168 error({message: mxResources.get('accessDenied')}); 184 error(err); 214 OneDriveClient.prototype.authenticate = function(success, error, failOnAuth) argument 220 this.updateAuthInfo(newAuthInfo, true, this.endpointHint == null, success, error); 221 }), error, window.urlParams != null && urlParams['odAuthCancellable'] == '1'); 231 this.authenticateStep2(req.getText(), success, error, failOnAuth); [all …]
|
| D | TrelloFile.js | 67 TrelloFile.prototype.save = function(revision, success, error) argument 69 this.doSave(this.getTitle(), success, error); 75 TrelloFile.prototype.saveAs = function(title, success, error) argument 77 this.doSave(title, success, error); 83 TrelloFile.prototype.doSave = function(title, success, error) argument 92 this.saveFile(title, false, success, error); argument 93 }), error]); argument 99 TrelloFile.prototype.saveFile = function(title, revision, success, error) argument 133 this.saveFile(title, revision, success, error); 140 if (error != null) [all …]
|
| D | DriveFile.js | 47 return err != null && err.error != null && err.error.code == 412; 148 DriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 152 this.saveFile(null, revision, success, error, unloading, overwrite); argument 153 }), error, unloading, overwrite]); 162 DriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument 224 }), error, token); 231 else if (error != null) 233 error(resp); 240 if (error != null) 242 error(e); [all …]
|
| D | NotionFile.js | 84 NotionFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 86 this.doSave(this.getTitle(), success, error, unloading, overwrite); 92 NotionFile.prototype.saveAs = function(title, success, error) argument 94 this.doSave(title, success, error); 100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite) argument 109 this.saveFile(title, false, success, error, unloading, overwrite); argument 110 }), error, unloading, overwrite]); 116 NotionFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument 153 if (error != null) 155 error(err); [all …]
|
| D | DropboxFile.js | 97 DropboxFile.prototype.getRevisions = function(success, error) argument 129 error(e); 136 error(err); 143 DropboxFile.prototype.getLatestVersion = function(success, error) argument 145 this.ui.dropbox.getFile(this.getId(), success, error); 162 DropboxFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 164 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite); 173 DropboxFile.prototype.saveAs = function(title, success, error) argument 175 this.doSave(title, false, success, error); 184 DropboxFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument [all …]
|
| /plugin/yuriigantt/src/ |
| D | JsonRequest.php | 58 protected function checkCSRF(&$error) argument 61 $error = $this->error("Invalid CSRF token {$this->csrf}"); 71 if (!$this->checkCSRF($error)) { 72 return json_encode($error); 75 if (!$this->validate($error)) { 76 return json_encode($error); 113 $responseData = $this->error('Unknown action'); 121 protected function validate(&$error) argument 124 $error = $this->error('no payload'); 129 $error = $this->error('this action is not supported'); [all …]
|
| /plugin/passpolicy/_test/ |
| D | HelperTest.php | 64 …s->assertTrue($policy->checkPolicy('tested', 'tested'), '1 pool, no user check ' . $policy->error); 66 '1 pool, no user check, but too short ' . $policy->error); 67 $this->assertEquals(\helper_plugin_passpolicy::LENGTH_VIOLATION, $policy->error); 68 …assertTrue($policy->checkPolicy('tested99!', 'tested'), '1 pool, no user check ' . $policy->error); 71 …>assertFalse($policy->checkPolicy('tested', 'tested'), '3 pools, no user check ' . $policy->error); 72 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error); 73 …ssertTrue($policy->checkPolicy('tested99!', 'tested'), '3 pools, no user check ' . $policy->error); 76 …his->assertFalse($policy->checkPolicy('tested', 'tested'), '1 pool, user check ' . $policy->error); 77 $this->assertEquals(\helper_plugin_passpolicy::USERNAME_VIOLATION, $policy->error); 78 …->assertFalse($policy->checkPolicy('tested99!', 'tested'), '1 pool, user check ' . $policy->error); [all …]
|
| /plugin/publist/bib2tpl/lib/ |
| D | PEAR.php | 27 * ERROR constants 102 * Default error mode for this object. 110 * Default error options used for this object when error mode 119 * Default error handler (callback) for this object, if error mode is 128 * Which class to use for error objects. 149 * error objects, defaults to PEAR_Error. 244 * Tell whether a value is a PEAR error. 247 * @param int $code if $data is an error object, return true 252 * @return bool true if parameter is an error 282 * When $mode is PEAR_ERROR_TRIGGER, this is the error level (one [all …]
|
| /plugin/publistx/bib2tpl/lib/ |
| D | PEAR.php | 27 * ERROR constants 102 * Default error mode for this object. 110 * Default error options used for this object when error mode 119 * Default error handler (callback) for this object, if error mode is 128 * Which class to use for error objects. 149 * error objects, defaults to PEAR_Error. 244 * Tell whether a value is a PEAR error. 247 * @param int $code if $data is an error object, return true 252 * @return bool true if parameter is an error 282 * When $mode is PEAR_ERROR_TRIGGER, this is the error level (one [all …]
|
| /plugin/publistf/bib2tpl/lib/ |
| D | PEAR.php | 27 * ERROR constants 102 * Default error mode for this object. 110 * Default error options used for this object when error mode 119 * Default error handler (callback) for this object, if error mode is 128 * Which class to use for error objects. 149 * error objects, defaults to PEAR_Error. 244 * Tell whether a value is a PEAR error. 247 * @param int $code if $data is an error object, return true 252 * @return bool true if parameter is an error 282 * When $mode is PEAR_ERROR_TRIGGER, this is the error level (one [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
| D | Json.php | 63 foreach ($colErrors as $error) { 64 $error['message'] = str_replace('\\', '\\\\', $error['message']); 65 $error['message'] = str_replace('"', '\"', $error['message']); 66 $error['message'] = str_replace('/', '\/', $error['message']); 67 $error['message'] = str_replace("\n", '\n', $error['message']); 68 $error['message'] = str_replace("\r", '\r', $error['message']); 69 $error['message'] = str_replace("\t", '\t', $error['message']); 72 if ($error['fixable'] === true) { 76 $messages .= '{"message":"'.$error['message'].'",'; 77 $messages .= '"source":"'.$error['source'].'",'; [all …]
|
| /plugin/zip/pear/ |
| D | PEAR.php | 29 * ERROR constants 115 * Default error mode for this object. 123 * Default error options used for this object when error mode 132 * Default error handler (callback) for this object, if error mode is 141 * Which class to use for error objects. 166 * error objects, defaults to PEAR_Error. 263 * Tell whether a value is a PEAR error. 266 * @param int $code if $data is an error object, return true 271 * @return bool true if parameter is an error 303 * When $mode is PEAR_ERROR_TRIGGER, this is the error level (one [all …]
|
| /plugin/mizarveifiabledocs/ |
| D | script.js | 48 console.error("Failed to clear temporary files:", data.message); 50 } catch (error) { 51 console.error("Error clearing temporary files:", error); 102 errors.forEach(function(error) { argument 103 const { line, column, message } = error; 112 console.error('Failed to parse error data:', e); 125 console.error('EventSource failed:', event); 133 outputDiv.innerHTML = 'Error: ' + data.message; 136 } catch (error) { 137 console.error('Error:', error); [all …]
|
| /plugin/mizarverifiabledocs/ |
| H A D | script.js | 43 console.error("Failed to clear temporary files:", data.message); 45 } catch (error) { 46 console.error("Error clearing temporary files:", error); 100 errors.forEach(function(error) { argument 101 const { line, column, message } = error; 107 console.error('Failed to parse error data:', e); 123 console.error('EventSource failed:', event); 133 outputDiv.innerHTML = 'Error: ' + data.message; 139 } catch (error) { 140 console.error('Error:', error); [all …]
|
| /plugin/mizarproofchecker/ |
| D | script.js | 48 console.error("Failed to clear temporary files:", data.message); 50 } catch (error) { 51 console.error("Error clearing temporary files:", error); 102 errors.forEach(function(error) { argument 103 const { line, column, message } = error; 112 console.error('Failed to parse error data:', e); 125 console.error('EventSource failed:', event); 133 outputDiv.innerHTML = 'Error: ' + data.message; 136 } catch (error) { 137 console.error('Error:', error); [all …]
|