T_STYLE
13 uses of T_STYLE
- BrowserSpecificStylesSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ MySource/ Sniffs/ CSS/ BrowserSpecificStylesSniff.php - Returns the token types that this sniff is interested in.
- ColonSpacingSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ ColonSpacingSniff.php - Processes the tokens that this sniff is interested in.
- CSS::tokenize in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ CSS.php - Creates an array of tokens when given some CSS code.
- DisallowMultipleStyleDefinitionsSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ DisallowMultipleStyleDefinitionsSniff.php - Processes the tokens that this sniff is interested in.
- DisallowMultipleStyleDefinitionsSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ DisallowMultipleStyleDefinitionsSniff.php - Returns the token types that this sniff is interested in.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 57
Namespace
PHP_CodeSniffer\UtilCode
define('T_STYLE', 'PHPCS_T_STYLE');