40 uses of T_COLON
- AbstractControlStructureSpacing::checkLinesAfter in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ AbstractControlStructureSpacing.php - AbstractControlStructureSpacing::checkLinesBefore in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ AbstractControlStructureSpacing.php - AbstractControlStructureSpacing::findControlStructureEnd in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ AbstractControlStructureSpacing.php - BackedEnumTypeSpacingSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Classes/ BackedEnumTypeSpacingSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- ClassCreateInstanceSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ Classes/ ClassCreateInstanceSniff.php - Processes this test, when one of its tokens is encountered.
- ColonSpacingSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ ColonSpacingSniff.php - Returns the token types that this sniff is interested in.
- ControlSignatureSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ ControlStructures/ ControlSignatureSniff.php - Processes this test, when one of its tokens is encountered.
- CreateWidgetTypeCallbackSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ MySource/ Sniffs/ Objects/ CreateWidgetTypeCallbackSniff.php - Processes this test, when one of its tokens is encountered.
- CSS::tokenize in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ CSS.php - Creates an array of tokens when given some CSS code.
- EarlyExitSniff::getAllConditionsPointers in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ EarlyExitSniff.php - *
- EarlyExitSniff::processIf in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ EarlyExitSniff.php - EmptyStyleDefinitionSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ EmptyStyleDefinitionSniff.php - Processes the tokens that this sniff is interested in.
- FunctionCallSignatureSniff::isMultiLineCall in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ Methods/ FunctionCallSignatureSniff.php - Processes single-line calls.
- FunctionCallSignatureSniff::processMultiLineCall in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PEAR/ Sniffs/ Functions/ FunctionCallSignatureSniff.php - Processes multi-line calls.
- FunctionHelper::findReturnTypeHint in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ FunctionHelper.php - Helpers::getArrowFunctionOpenClose in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Lib/ Helpers.php - * Find the opening and closing scope positions for an arrow function if the * given position is the start of the arrow function (the `fn` keyword * token). * * Returns null if the passed token is not an arrow function keyword. * * If theā¦
- InlineControlStructureSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ ControlStructures/ InlineControlStructureSniff.php - Processes this test, when one of its tokens is encountered.
- InlineControlStructureSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ ControlStructures/ InlineControlStructureSniff.php - Processes this test, when one of its tokens is encountered.
- JS::processAdditional in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ JS.php - Performs additional processing after main tokenizing.
- JumpStatementsSpacingSniff::isFirstInCaseOrDefault in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ JumpStatementsSpacingSniff.php - JumpStatementsSpacingSniff::isThrowExpression in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ JumpStatementsSpacingSniff.php - MissingColonSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ MissingColonSniff.php - Processes the tokens that this sniff is interested in.
- NamedArgumentSpacingSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ NamedArgumentSpacingSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- NoSilencedErrorsSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ PHP/ NoSilencedErrorsSniff.php - Processes this test, when one of its tokens is encountered.
- OpacitySniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ OpacitySniff.php - Processes the tokens that this sniff is interested in.
- OperatorSpacingSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ WhiteSpace/ OperatorSpacingSniff.php - Returns an array of tokens this test wants to listen for.
- ParentCallSpacingSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Classes/ ParentCallSpacingSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- PHP::processAdditional in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Performs additional processing after main tokenizing.
- PHP::tokenize in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Creates an array of tokens when given some PHP code.
- PropertyLabelSpacingSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ WhiteSpace/ PropertyLabelSpacingSniff.php - Processes this test, when one of its tokens is encountered.
- ReferencedNameHelper::getReferenceType in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ReferencedNameHelper.php - RequireOnlyStandaloneIncrementAndDecrementOperatorsSniff::isStandalone in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Operators/ RequireOnlyStandaloneIncrementAndDecrementOperatorsSniff.php - ReturnTypeDeclarationSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Functions/ ReturnTypeDeclarationSniff.php - Processes this test when one of its tokens is encountered.
- ScopeIndentSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ WhiteSpace/ ScopeIndentSniff.php - Processes this test, when one of its tokens is encountered.
- ScopeKeywordSpacingSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ WhiteSpace/ ScopeKeywordSpacingSniff.php - Processes this test, when one of its tokens is encountered.
- ShorthandSizeSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ ShorthandSizeSniff.php - Processes the tokens that this sniff is interested in.
- SwitchDeclarationSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ ControlStructures/ SwitchDeclarationSniff.php - Processes this test, when one of its tokens is encountered.
- TernaryOperatorHelper::getEndPointer in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ TernaryOperatorHelper.php - UselessParenthesesSniff::checkParenthesesAroundCaseInSwitch in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ PHP/ UselessParenthesesSniff.php - ValidClassNameSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Classes/ ValidClassNameSniff.php - Processes this test, when one of its tokens is encountered.