/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Fixer.php | 350 public function getTokenContent($stackPtr) 480 public function replaceToken($stackPtr, $content) 606 public function revertToken($stackPtr) 664 public function substrToken($stackPtr, $start, $length=null) 686 public function addNewline($stackPtr) 701 public function addNewlineBefore($stackPtr) 717 public function addContent($stackPtr, $content) 733 public function addContentBefore($stackPtr, $content)
|
H A D | File.php | 816 $stackPtr, 850 $stackPtr, 933 $stackPtr, 964 $stackPtr, 1899 $stackPtr, 2670 public function getDeclarationName($stackPtr) 2713 public function isAnonymousFunction($stackPtr) 2775 public function getMethodParameters($stackPtr) 2943 public function getMethodProperties($stackPtr) 3130 public function getClassProperties($stackPtr) [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/ |
H A D | AbstractVariableSniff.php | 100 $stackPtr, 176 $stackPtr 206 $stackPtr 221 $stackPtr 241 $stackPtr
|
H A D | AbstractScopeSniff.php | 142 public final function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 176 $stackPtr, 193 $stackPtr
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ |
H A D | FunctionCommentSniff.php | 53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 120 protected function processReturn(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart) 169 protected function processThrows(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart) 209 protected function processParams(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/ |
H A D | FunctionDeclarationSniff.php | 63 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 192 …public function isMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $… 231 … public function processSingleLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $tokens) 264 public function processMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $tokens)
|
H A D | FunctionCallSignatureSniff.php | 91 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 180 … public function isMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens) 205 …public function processSingleLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $t… 325 …public function processMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $to…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
H A D | VariableCommentSniff.php | 46 public function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 147 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 164 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/ |
H A D | MemberVarScopeSniff.php | 44 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 75 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 92 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
H A D | MemberVarSpacingSniff.php | 44 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 141 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 158 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
H A D | ObjectOperatorSpacingSniff.php | 62 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 105 … protected function checkSpacingBeforeOperator(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $before) 135 protected function checkSpacingAfterOperator(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $after)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/ |
H A D | PropertyDeclarationSniff.php | 42 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 91 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 108 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
H A D | ClassDeclarationSniff.php | 46 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 72 public function processOpen(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 412 public function processClose(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ |
H A D | ValidVariableNameSniff.php | 46 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 95 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 112 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ |
H A D | ClassDeclarationSniff.php | 48 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 75 public function processOpen(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 119 public function processClose(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
H A D | SelfMemberReferenceSniff.php | 63 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope) 154 protected function getDeclarationNameWithNamespace(array $tokens, $stackPtr) 180 protected function getNamespaceOfScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ |
H A D | ValidVariableNameSniff.php | 57 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 155 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 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 | 62 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 84 protected function processIncDec(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 133 protected function processAssignment(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/ |
H A D | EmbeddedPhpSniff.php | 55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 80 private function _validateMultilineEmbeddedPhp(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 313 private function _validateInlineEmbeddedPhp(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ |
H A D | ValidVariableNameSniff.php | 57 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 145 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 197 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ |
H A D | ArrayDeclarationSniff.php | 56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 150 …public function processSingleLineArray(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $arrayStart, $a… 314 …public function processMultiLineArray(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $arrayStart, $ar…
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/ |
H A D | IncludeSystemSniff.php | 80 $stackPtr, 222 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 312 $stackPtr
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/ |
H A D | CamelCapsMethodNameSniff.php | 46 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope) 87 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/ |
H A D | UseDeclarationSniff.php | 53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 196 private function _shouldIgnoreUse(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/ |
H A D | OperatorBracketSniff.php | 65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) 266 public function addMissingBracketsError(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
|