Home
last modified time | relevance | path

Searched defs:phpcsFile (Results 201 – 225 of 230) sorted by last modified time

12345678910

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php79 PHP_CodeSniffer_File $phpcsFile,
222 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
310 PHP_CodeSniffer_File $phpcsFile,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Debug/
H A DDebugCodeSniff.php51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DEvalObjectFactorySniff.php51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Strings/
H A DJoinStringsSniff.php58 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php106 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
222 protected function processTags(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
319 protected function processCategory(PHP_CodeSniffer_File $phpcsFile, array $tags)
361 protected function processPackage(PHP_CodeSniffer_File $phpcsFile, array $tags)
414 protected function processSubpackage(PHP_CodeSniffer_File $phpcsFile, array $tags)
458 protected function processAuthor(PHP_CodeSniffer_File $phpcsFile, array $tags)
488 protected function processCopyright(PHP_CodeSniffer_File $phpcsFile, array $tags)
529 protected function processLicense(PHP_CodeSniffer_File $phpcsFile, array $tags)
558 protected function processVersion(PHP_CodeSniffer_File $phpcsFile, array $tags)
H A DInlineCommentSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DMultiLineConditionSniff.php73 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Files/
H A DIncludingFileSniff.php62 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Formatting/
H A DMultiLineAssignmentSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php91 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…
H A DFunctionDeclarationSniff.php63 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)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidClassNameSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DPropertyDeclarationSniff.php42 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)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DControlStructureSpacingSniff.php79 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DEmptyClassDefinitionSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DForbiddenStylesSniff.php108 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
152 protected function addError($phpcsFile, $stackPtr, $style, $pattern=null)
H A DIndentationSniff.php67 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DLowercaseStyleDefinitionSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DMissingColonSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DNamedColoursSniff.php88 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DSemicolonSpacingSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DShorthandSizeSniff.php76 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DDuplicatePropertySniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFileCommentSniff.php64 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DControlSignatureSniff.php72 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)

12345678910