Home
last modified time | relevance | path

Searched refs:T_COMMENT (Results 1 – 25 of 43) sorted by last modified time

12

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php152 case Tokenizer::T_COMMENT :
H A DTokenizer.php32 const T_COMMENT = '!'; define in Handlebars\\Tokenizer
47 self::T_COMMENT => true,
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php74 return \in_array($this->id, [\T_WHITESPACE, \T_COMMENT, \T_DOC_COMMENT, \T_OPEN_TAG], true);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php170 case Mustache_Tokenizer::T_COMMENT:
H A DCompiler.php158 case Mustache_Tokenizer::T_COMMENT:
H A DTokenizer.php28 const T_COMMENT = '!'; define in Mustache_Tokenizer
45 self::T_COMMENT => true,
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DTokenParser.php83 $this->tokens[$i][0] === T_COMMENT ||
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php462 case T_COMMENT:
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php442 …$nextContent = $phpcsFile->findNext(array(T_WHITESPACE, T_COMMENT), ($closeBrace + 1), null, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php133 || $tokens[$nextContent]['code'] === T_COMMENT)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php49 T_COMMENT,
H A DInlineCommentSniff.php52 T_COMMENT,
228 $nextComment = $phpcsFile->findNext(array(T_COMMENT), ($stackPtr + 1), null, false);
237 …while (($topComment = $phpcsFile->findPrevious(array(T_COMMENT), ($lastComment - 1), null, false))…
249 if ($tokens[$i]['code'] === T_COMMENT) {
H A DLongConditionClosingCommentSniff.php171 $comment = $phpcsFile->findNext(array(T_COMMENT), $stackPtr, null, false);
H A DPostStatementCommentSniff.php51 return array(T_COMMENT);
H A DVariableCommentSniff.php61 && $tokens[$commentEnd]['code'] !== T_COMMENT)
67 if ($tokens[$commentEnd]['code'] === T_COMMENT) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DFunctionSpacingSniff.php156 if ($tokens[$prevContent]['code'] === T_COMMENT) {
H A DSuperfluousWhitespaceSniff.php67 T_COMMENT,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php44 T_COMMENT,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php167 if ($token['code'] === T_COMMENT
175 if ($token['code'] === T_COMMENT
252 if ($token['code'] === T_COMMENT
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php79 T_COMMENT,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/
H A DInlineControlStructureSniff.php247 if ($tokens[$endLine]['code'] !== T_COMMENT) {
295 if ($next !== false && $tokens[$endToken]['code'] === T_COMMENT) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php135 && ($tokens[$stackPtr]['code'] === T_COMMENT
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DClassCommentSniff.php70 && $tokens[$commentEnd]['code'] !== T_COMMENT
79 if ($tokens[$commentEnd]['code'] === T_COMMENT) {
H A DFunctionCommentSniff.php60 if ($tokens[$commentEnd]['code'] === T_COMMENT) {
72 && $tokens[$commentEnd]['code'] !== T_COMMENT
81 if ($tokens[$commentEnd]['code'] === T_COMMENT) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php128 && $tokens[$next]['code'] === T_COMMENT
208 if ($tokens[$prevCode]['code'] !== T_COMMENT) {

12