/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/ |
H A D | AbstractScopeSniff.php | 84 * @throws PHP_CodeSniffer_Exception If the specified tokens array is empty. 93 throw new PHP_CodeSniffer_Exception($error); 98 throw new PHP_CodeSniffer_Exception($error); 105 throw new PHP_CodeSniffer_Exception($error);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | CodeSniffer.php | 24 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_File not found'); 28 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Fixer not found'); 32 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Tokens not found'); 36 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_CLI not found'); 614 * @throws PHP_CodeSniffer_Exception If files are invalid. 721 * @throws PHP_CodeSniffer_Exception If the ruleset path is invalid. 1014 * @throws PHP_CodeSniffer_Exception If the reference is invalid. 1167 throw new PHP_CodeSniffer_Exception($error); 1441 * @throws PHP_CodeSniffer_Exception If sniff registration fails. 1483 throw new PHP_CodeSniffer_Exception($msg); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/ |
H A D | SubversionPropertiesSniff.php | 135 * @throws PHP_CodeSniffer_Exception If Subversion properties file could 154 throw new PHP_CodeSniffer_Exception($error);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Exception.php | 28 class PHP_CodeSniffer_Exception extends Exception class
|
H A D | File.php | 300 * @throws PHP_CodeSniffer_Exception If the register() method does 454 } catch (PHP_CodeSniffer_Exception $e) { 702 } catch (PHP_CodeSniffer_Exception $e) { 754 * @throws PHP_CodeSniffer_Exception If $file could not be opened. 763 throw new PHP_CodeSniffer_Exception($error); 768 throw new PHP_CodeSniffer_Exception($error); 1423 * @throws PHP_CodeSniffer_Exception If the file cannot be processed. 2772 * @throws PHP_CodeSniffer_Exception If the specified $stackPtr is not of 2940 * @throws PHP_CodeSniffer_Exception If the specified position is not a 3027 * @throws PHP_CodeSniffer_Exception If the specified position is not a [all …]
|
H A D | Reporting.php | 96 * @throws PHP_CodeSniffer_Exception If report is not available. 127 …throw new PHP_CodeSniffer_Exception('Class "'.$reportClassName.'" must implement the "PHP_CodeSnif…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/ |
H A D | FunctionDeclarationSniff.php | 17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractPatternSniff not foun…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ |
H A D | ControlSignatureSniff.php | 17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractPatternSniff not foun…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/ |
H A D | ForbiddenFunctionsSniff.php | 17 … throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_PHP_ForbiddenFunctionsSniff not found');
|
H A D | DiscouragedFunctionsSniff.php | 16 … throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_PHP_ForbiddenFunctionsSniff not found');
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ |
H A D | ScopeIndentSniff.php | 18 throw new PHP_CodeSniffer_Exception($error);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ |
H A D | ValidFunctionNameSniff.php | 17 …throw new PHP_CodeSniffer_Exception('Class PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff no…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/ |
H A D | MemberVarScopeSniff.php | 17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractVariableSniff not fou…
|
H A D | MethodScopeSniff.php | 17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractScopeSniff not found'…
|
H A D | StaticThisUsageSniff.php | 17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractScopeSniff not found'…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/ |
H A D | JSHintSniff.php | 61 * @throws PHP_CodeSniffer_Exception If jshint.js could not be run
|
H A D | ClosureLinterSniff.php | 75 * @throws PHP_CodeSniffer_Exception If jslint.js could not be run
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/ |
H A D | CodeAnalyzerSniff.php | 82 …throw new PHP_CodeSniffer_Exception("Failed invoking ZendCodeAnalyzer, exitcode was [$exitCode], r…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/ |
H A D | JSLintSniff.php | 59 * @throws PHP_CodeSniffer_Exception If jslint.js could not be run
|
H A D | JavaScriptLintSniff.php | 80 …throw new PHP_CodeSniffer_Exception("Failed invoking JavaScript Lint, retval was [$retval], output…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/ |
H A D | Markdown.php | 16 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_DocGenerators_Generator not found');
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/ |
H A D | CamelCapsMethodNameSniff.php | 16 …throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_NamingConventions_CamelCapsFunctionNameS…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ |
H A D | ValidVariableNameSniff.php | 17 throw new PHP_CodeSniffer_Exception($error);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/ |
H A D | PropertyDeclarationSniff.php | 16 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractVariableSniff not fou…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Commenting/ |
H A D | FunctionCommentSniff.php | 18 throw new PHP_CodeSniffer_Exception($error);
|