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.
- DuplicateStyleDefinitionSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ DuplicateStyleDefinitionSniff.php - Processes the tokens that this sniff is interested in.
- EmptyStyleDefinitionSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ EmptyStyleDefinitionSniff.php - Returns the token types that this sniff is interested in.
- ForbiddenStylesSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ ForbiddenStylesSniff.php - Returns an array of tokens this test wants to listen for.
- LowercaseStyleDefinitionSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ LowercaseStyleDefinitionSniff.php - Processes the tokens that this sniff is interested in.
- OpacitySniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ OpacitySniff.php - Returns the token types that this sniff is interested in.
- SemicolonSpacingSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ SemicolonSpacingSniff.php - Processes the tokens that this sniff is interested in.
- SemicolonSpacingSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ SemicolonSpacingSniff.php - Returns the token types that this sniff is interested in.
- ShorthandSizeSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ ShorthandSizeSniff.php - Returns the token types that this sniff is interested in.