/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A 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) { 77 $messages .= '"source":"'.$error['source'].'",'; 78 $messages .= '"severity":'.$error['severity'].','; [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ |
H A D | ForEachLoopDeclarationSniff.php | 92 $error = 'Space found after opening bracket of FOREACH loop'; 153 $error = 'Possible parse error: FOREACH has no AS statement'; 154 $phpcsFile->addWarning($error, $stackPtr, 'MissingAs'); 177 $error = 'Expected 1 space before "=>"; 0 found'; 185 $error = 'Expected 1 space before "=>"; %s found'; 195 $error = 'Expected 1 space after "=>"; 0 found'; 203 $error = 'Expected 1 space after "=>"; %s found'; 214 $error = 'Expected 1 space before "as"; 0 found'; 222 $error = 'Expected 1 space before "as"; %s found'; 232 $error = 'Expected 1 space after "as"; 0 found'; [all …]
|
H A D | SwitchDeclarationSniff.php | 139 $error = 'CASE keyword must be followed by a single space'; 151 $error = 'Possible parse error: CASE missing opening colon'; 152 $phpcsFile->addWarning($error, $nextCase, 'MissingColon'); 274 $error = 'Empty CASE statements are not allowed'; 275 $phpcsFile->addError($error, $nextCase, 'EmptyCase'); 290 $error = 'Comment required for empty DEFAULT case'; 296 $error = 'DEFAULT case must have a breaking statement'; 297 $phpcsFile->addError($error, $nextCase, 'DefaultNoBreak'); 302 $error = 'All SWITCH statements must contain a DEFAULT case'; 303 $phpcsFile->addError($error, $stackPtr, 'MissingDefault'); [all …]
|
H A 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'; 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'; 159 $error = 'Space found before first semicolon of FOR loop'; 169 $error = 'Expected 1 space after first semicolon of FOR loop; 0 found'; [all …]
|
/plugin/zip/pear/File/Archive/ |
H A D | Reader.php | 66 $error = $this->close(); 68 return $error; 85 return $error; 138 if (PEAR::isError($error)) { 139 return $error; 252 return $error; 261 return $error; 306 if (PEAR::isError($error)) { 307 return $error; 336 $result = $error; [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveFile.js | 47 return err != null && err.error != null && err.error.code == 412; 313 error(e); 330 error(e); 356 error(e); 395 error(); 450 }), error); 470 }), error); 582 }), error); 692 }), error); 763 }), error); [all …]
|
H A D | DropboxClient.js | 104 }), error); 129 error(req); 131 }), error); 173 }), error); 348 }, error); 499 error(e); 565 }, error); 670 error(); 717 }), error); 721 error(); [all …]
|
H A D | StorageFile.js | 131 }, error); 173 error(); 201 error(); 262 error(); 270 error(e); 292 }), error); 324 }), error); 335 }), error); 363 }), error); 474 error(); [all …]
|
H A D | OneDriveFile.js | 229 error(); 231 }), error); 291 }), error) 408 }), error); 437 error(); 443 error(); 457 error(e); 472 error(e); 508 error(); 553 }), error); [all …]
|
H A D | DropboxFile.js | 129 error(e); 136 error(err); 246 if (error != null) 248 error(err); 272 if (error != null) 274 error(e); 282 else if (error != null) 284 error(); 297 else if (error != null) 299 error({code: App.ERROR_BUSY}); [all …]
|
H A D | TrelloFile.js | 69 this.doSave(this.getTitle(), success, error); 77 this.doSave(title, success, error); 92 this.saveFile(title, false, success, error); 93 }), error]); argument 133 this.saveFile(title, revision, success, error); 140 if (error != null) 142 error(err); 170 if (error != null) 172 error(); 178 else if (error != null) [all …]
|
H A D | GitHubFile.js | 263 }), error); 273 if (error != null) 280 else if (error != null) 282 error(err); 290 if (error != null) 292 error(e); 325 if (error != null) 327 error(); 345 }), error); 348 else if (error != null) [all …]
|
H A D | NotionFile.js | 92 NotionFile.prototype.saveAs = function(title, success, error) argument 94 this.doSave(title, success, error); 110 }), error, unloading, overwrite]); 153 if (error != null) 155 error(err); 163 if (error != null) 165 error(e); 198 if (error != null) 200 error(); 206 else if (error != null) [all …]
|
/plugin/passpolicy/_test/ |
H A D | HelperTest.php | 66 '1 pool, no user check, but too short ' . $policy->error); 67 $this->assertEquals(\helper_plugin_passpolicy::LENGTH_VIOLATION, $policy->error); 72 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error); 91 $this->assertEquals(\helper_plugin_passpolicy::COMMON_VIOLATION, $policy->error); 102 $this->assertEquals(\helper_plugin_passpolicy::LEAK_VIOLATION, $policy->error); 127 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error); 133 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error); 135 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error); 140 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error); 142 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
H A D | FunctionCommentSniff.php | 172 $error = 'Missing @return tag in function comment'; 212 $phpcsFile->addError($error, $tag, 'InvalidThrows'); 215 $phpcsFile->addError($error, $tag, 'EmptyThrows'); 336 $error = 'Missing parameter comment'; 341 $error = 'Missing parameter name'; 345 $error = 'Missing parameter type'; 416 $error = 'Type hint "%s" missing for %s'; 517 $error .= 'case of '; 521 $error .= 'actual variable name %s'; 527 $error = 'Superfluous parameter comment'; [all …]
|
H A D | BlockCommentSniff.php | 111 $error = 'Block comments must be started with /*'; 119 $error = 'Block comments must be ended with */'; 157 $error = 'Empty block comment not allowed'; 158 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'Empty'); 186 $error = 'Block comment text must start on a new line'; 214 $error = 'Empty line not allowed at start of comment'; 252 $error = 'Block comments must start with a capital letter'; 307 $error = 'Comment closer must be on a new line'; 337 $error = 'Empty line not required before block comment'; 342 $error = 'Empty line required before block comment'; [all …]
|
H A D | VariableCommentSniff.php | 79 $phpcsFile->addError($error, $tag, 'DuplicateVar'); 87 $error = 'Content missing for @see tag in member variable comment'; 88 $phpcsFile->addError($error, $tag, 'EmptySees'); 91 $error = '%s tag is not allowed in member variable comment'; 93 $phpcsFile->addWarning($error, $tag, 'TagNotAllowed', $data); 99 $error = 'Missing @var tag in member variable comment'; 100 $phpcsFile->addError($error, $commentEnd, 'MissingVar'); 106 $error = 'The @var tag must be the first tag in a member variable comment'; 107 $phpcsFile->addError($error, $foundVar, 'VarOrder'); 113 $error = 'Content missing for @var tag in member variable comment'; [all …]
|
/plugin/zip/pear/File/Archive/Writer/ |
H A D | MemoryArchive.php | 86 if (PEAR::isError($error)) { 87 return $error; 90 $error = $this->flush(); 92 return $error; 108 $error = $this->flush(); 109 if (PEAR::isError($error)) { 110 return $error; 112 $error = $this->sendFooter(); 113 if (PEAR::isError($error)) { 114 return $error; [all …]
|
H A D | Multi.php | 58 if (PEAR::isError($error)) { 59 $globalError = $error; 86 $error = $this->writers[$key]->writeData($data); 87 if (PEAR::isError($error)) { 88 $globalError = $error; 103 $error = $this->writers[$key]->writeFile($filename); 104 if (PEAR::isError($error)) { 105 $globalError = $error; 120 $error = $this->writers[$key]->close(); 121 if (PEAR::isError($error)) { [all …]
|
/plugin/yuriigantt/src/ |
H A D | JsonRequest.php | 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); 124 $error = $this->error('no payload'); 129 $error = $this->error('this action is not supported'); 134 $error = $this->error('this action is not supported'); 139 $error = $this->error('invalid pageId'); 144 $error = $this->error('you don\'t have permissions'); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/ |
H A D | DocCommentSniff.php | 75 $error = 'Doc comment is empty'; 76 $phpcsFile->addError($error, $stackPtr, 'Empty'); 104 $error = 'Additional blank lines found at end of doc comment'; 122 $error = 'Missing short description in doc comment'; 123 $phpcsFile->addError($error, $stackPtr, 'MissingShort'); 129 $error = 'Doc comment short description must be on the first line'; 164 $phpcsFile->addError($error, $short, 'ShortNotCapital'); 190 $phpcsFile->addError($error, $long, 'LongNotCapital'); 250 $phpcsFile->addError($error, $tag, 'ParamGroup'); 258 $phpcsFile->addError($error, $tag, 'NonParamGroup'); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ |
H A D | ValidFunctionNameSniff.php | 134 $error = 'Private method name "%s" must be prefixed with an underscore'; 145 $error = '%s method name "%s" must not be prefixed with an underscore'; 150 $phpcsFile->addError($error, $stackPtr, 'PublicUnderscore', $data); 166 $error = '%s method name "%s" is not in camel caps format'; 171 $phpcsFile->addError($error, $stackPtr, 'ScopeNotCamelCaps', $data); 173 $error = 'Method name "%s" is not in camel caps format'; 174 $phpcsFile->addError($error, $stackPtr, 'NotCamelCaps', $errorData); 250 $error = 'Function name "%s" is not valid; name appears incomplete'; 251 $phpcsFile->addError($error, $stackPtr, 'FunctionInvalid', $errorData); 289 $error = 'Function name "%s" is invalid; consider "%s" instead'; [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Files/ |
H A D | IncludingFileSniff.php | 68 $error = '"%s" is a statement not a function; no parentheses are required'; 114 $error = 'File is being conditionally included; '; 115 $error .= 'use "include_once" instead'; 121 $error = 'File is being conditionally included; '; 122 $error .= 'use "include" instead'; 123 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'UseInclude'); 131 $error = 'File is being unconditionally included; '; 132 $error .= 'use "require_once" instead'; 138 $error = 'File is being unconditionally included; '; 139 $error .= 'use "require" instead'; [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ |
H A D | ArrayDeclarationSniff.php | 175 $fix = $phpcsFile->addFixableError($error, $i, 'CommaAfterLast'); 188 $error = 'Expected 1 space between "%s" and double arrow; 0 found'; 213 $error = 'Expected 1 space between double arrow and "%s"; 0 found'; 260 $error = 'Expected 1 space between comma and "%s"; 0 found'; 430 $phpcsFile->addError($error, $nextToken, 'NoKeySpecified'); 472 $error = 'Key specified for array entry; first entry has no key'; 473 $phpcsFile->addError($error, $nextToken, 'KeySpecified'); 580 $error = 'Comma required after last value in array declaration'; 697 $error = 'Each index in a multi-line array must be on a new line'; 828 $error = 'Each line in an array declaration must end in a comma'; [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ |
H A D | FunctionCommentSniff.php | 88 $phpcsFile->addError($error, $commentEnd, 'SpacingAfter'); 98 $phpcsFile->addError($error, $tag, 'EmptySees'); 152 $error = 'Missing @return tag in function comment'; 192 $phpcsFile->addError($error, $tag, 'InvalidThrows'); 266 $error = 'Missing parameter comment'; 270 $error = 'Missing parameter name'; 274 $error = 'Missing parameter type'; 361 $error .= 'case of '; 365 $error .= 'actual variable name %s'; 371 $error = 'Superfluous parameter comment'; [all …]
|