Home
last modified time | relevance | path

Searched defs:tokenize (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/symfony/polyfill-php80/
H A DPhpToken.php85 public static function tokenize(string $code, int $flags = 0): array function in Symfony\\Polyfill\\Php80\\PhpToken
/template/twigstarter/vendor/twig/twig/src/
DLexer.php156 public function tokenize(Source $source) function in Twig\\Lexer
DEnvironment.php535 public function tokenize(Source $source) function in Twig\\Environment
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php521 private function tokenize($source) function in Handlebars\\Handlebars