Home
last modified time | relevance | path

Searched refs:tokenizeString (Results 1 – 7 of 7) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php51 public function tokenizeString($string, $eolChar='\n') function in PHP_CodeSniffer_Tokenizers_CSS
67 $tokens = parent::tokenizeString('<?php '.$string.'?>', $eolChar);
190 $commentTokens = parent::tokenizeString('<?php '.$content.'?>', $eolChar);
H A DComment.php42 public function tokenizeString($string, $eolChar, $stackPtr) function in PHP_CodeSniffer_Tokenizers_Comment
H A DJS.php267 public function tokenizeString($string, $eolChar='\n') function in PHP_CodeSniffer_Tokenizers_JS
781 …$commentTokens = $commentTokenizer->tokenizeString($newContent.$tokenContent, $eolChar, $newStackP…
H A DPHP.php316 public function tokenizeString($string, $eolChar='\n') function in PHP_CodeSniffer_Tokenizers_PHP
406 … $commentTokens = $commentTokenizer->tokenizeString($token[1], $eolChar, $newStackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php145 …$stringTokens = PHP_CodeSniffer_File::tokenizeString($content, $phpcsFile->tokenizer, $phpcsFile->…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php943 $tokens = $tokenizer->tokenizeString('<?php '.$str.'?>');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php701 …$this->_tokens = self::tokenizeString($contents, $tokenizer, $this->eolChar, $tabWidth, $encoding);
1426 …public static function tokenizeString($string, $tokenizer, $eolChar='\n', $tabWidth=null, $encodin… function in PHP_CodeSniffer_File
1441 $tokens = $tokenizer->tokenizeString($string, $eolChar);