/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/ |
H A D | AbstractVariableSniff.php | 59 * @var PHP_CodeSniffer_File 91 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this 99 PHP_CodeSniffer_File $phpcsFile, 168 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this 175 PHP_CodeSniffer_File $phpcsFile, 198 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this 205 PHP_CodeSniffer_File $phpcsFile, 213 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this 220 PHP_CodeSniffer_File $phpcsFile, 231 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this [all …]
|
H A D | AbstractScopeSniff.php | 135 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 142 public final function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 165 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 175 PHP_CodeSniffer_File $phpcsFile, 185 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 192 PHP_CodeSniffer_File $phpcsFile,
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/ |
H A D | MemberVarScopeSniff.php | 39 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 44 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 70 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 75 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 87 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 92 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ |
H A D | ValidVariableNameSniff.php | 40 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 46 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 90 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 95 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 107 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 112 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ |
H A D | FileCommentSniff.php | 100 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 106 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 215 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 314 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 356 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 409 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 453 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 458 protected function processAuthor(PHP_CodeSniffer_File $phpcsFile, array $tags) 483 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 524 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. [all …]
|
H A D | ClassCommentSniff.php | 51 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 57 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 93 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 98 protected function processVersion(PHP_CodeSniffer_File $phpcsFile, array $tags)
|
H A D | FunctionCommentSniff.php | 47 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 113 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 120 protected function processReturn(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart) 162 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 169 protected function processThrows(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart) 202 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 209 protected function processParams(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/ |
H A D | PropertyDeclarationSniff.php | 37 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 42 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 86 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 91 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 103 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 108 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
H A D | ObjectOperatorSpacingSniff.php | 56 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 62 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 97 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 105 … protected function checkSpacingBeforeOperator(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $before) 127 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 135 protected function checkSpacingAfterOperator(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $after)
|
H A D | MemberVarSpacingSniff.php | 39 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 44 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 136 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 141 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 153 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 158 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
H A D | VariableCommentSniff.php | 40 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 46 public function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 141 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this token was found. 147 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 158 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this token was found. 164 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/ |
H A D | IncludeOwnSystemSniff.php | 45 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 91 * @param PHP_CodeSniffer_File $phpcsFile The file where this token was found. 99 PHP_CodeSniffer_File $phpcsFile,
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/ |
H A D | CamelCapsMethodNameSniff.php | 39 * @param PHP_CodeSniffer_File $phpcsFile The file being processed. 46 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope) 81 * @param PHP_CodeSniffer_File $phpcsFile The file being processed. 87 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ |
H A D | ValidVariableNameSniff.php | 51 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 57 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 139 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 145 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 191 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 197 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/ |
H A D | MultiLineFunctionDeclarationSniff.php | 50 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 60 …public function isMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $… 117 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 125 public function processMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $tokens) 158 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 168 …public function processBracket(PHP_CodeSniffer_File $phpcsFile, $openBracket, $tokens, $type='func…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ |
H A D | ValidVariableNameSniff.php | 51 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 57 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 149 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 155 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 198 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 204 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/ |
H A D | IncrementDecrementUsageSniff.php | 56 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 62 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 78 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 84 protected function processIncDec(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 127 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 133 protected function processAssignment(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ |
H A D | ClassDeclarationSniff.php | 42 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 48 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 69 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 75 public function processOpen(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 113 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 119 public function processClose(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ |
H A D | ConstructorNameSniff.php | 65 * @param PHP_CodeSniffer_File $phpcsFile The current file being scanned. 73 PHP_CodeSniffer_File $phpcsFile, 126 * @param PHP_CodeSniffer_File $phpcsFile The current file being scanned. 131 protected function loadFunctionNamesInScope(PHP_CodeSniffer_File $phpcsFile, $currScope)
|
H A D | CamelCapsFunctionNameSniff.php | 110 * @param PHP_CodeSniffer_File $phpcsFile The file being processed. 117 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope) 180 * @param PHP_CodeSniffer_File $phpcsFile The file being processed. 186 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/ |
H A D | DisallowAlternativePHPTagsSniff.php | 81 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 87 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 213 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 221 protected function findClosingTag(PHP_CodeSniffer_File $phpcsFile, $tokens, $stackPtr, $content) 237 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 245 …protected function addChangeset(PHP_CodeSniffer_File $phpcsFile, $tokens, $open_tag_pointer, $clos…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/ |
H A D | LineLengthSniff.php | 67 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 73 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 93 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 99 protected function checkLineLength(PHP_CodeSniffer_File $phpcsFile, $tokens, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Sniff.php | 80 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where the 91 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/ |
H A D | FunctionDeclarationSniff.php | 57 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 63 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 182 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 192 …public function isMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $… 223 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 231 … public function processSingleLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $tokens) 256 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 264 public function processMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $tokens)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/ |
H A D | DisallowInlineIfSniff.php | 59 * @param PHP_CodeSniffer_File $phpcsFile The file being scanned. 65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|