Home
last modified time | relevance | path

Searched refs:lexer (Results 51 – 66 of 66) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst21 * *Flexible*: Twig is powered by a flexible lexer and parser. This allows the
H A Dinternals.rst17 * First, the **lexer** tokenizes the template source code into small pieces
29 The lexer tokenizes a template source code into a token stream (each token is
31 ``\Twig\TokenStream``). The default lexer recognizes 13 different token types:
70 The default lexer (``\Twig\Lexer``) can be changed by calling
73 $twig->setLexer($lexer);
H A Drecipes.rst162 To change the block delimiters, you need to create your own lexer object::
166 $lexer = new \Twig\Lexer($twig, [
172 $twig->setLexer($lexer);
178 $lexer = new \Twig\Lexer($twig, [
185 $lexer = new \Twig\Lexer($twig, [
192 $lexer = new \Twig\Lexer($twig, [
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php56 protected $lexer; variable in Twig\\Environment
672 if (null === $this->lexer) {
673 $this->lexer = new Lexer($this);
676 return $this->lexer;
679 public function setLexer(\Twig_LexerInterface $lexer) argument
681 $this->lexer = $lexer;
701 if (null === $this->lexer) {
702 $this->lexer = new Lexer($this);
705 return $this->lexer->tokenize($source);
/plugin/findologicxmlexport/vendor/doctrine/lexer/
H A DREADME.md3 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
5 This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php210 $lexer = new Compiler\Llk\Lexer();
211 $sequence = $lexer->lexMe($data, $compiler->getTokens());
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php161 $lexer = new Lexer($this->_pragmas);
163 $lexer->lexMe($text, $this->_tokens),
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php57 $lexer = new SUT(),
65 ->when($result = $lexer->lexMe($datum, $tokens))
75 $lexer = new SUT(),
137 $lexer = new SUT(),
172 $lexer = new SUT(),
231 $lexer = new SUT(),
290 $lexer = new SUT(),
313 $lexer = new SUT(),
338 $lexer = new SUT(),
400 $lexer = new SUT(),
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php146 $lexer = new Compiler\Llk\Lexer();
149 $this->_lexer = new Iterator\Lookahead($lexer->lexMe($value, static::$_ppLexemes));
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG665 * fixed the lexer when an operator ending with a letter ends a line
671 * fixed lexer when using big numbers (> PHP_INT_MAX)
938 * added the lexer, parser, and compiler as arguments to the Twig_Environment constructor
961 * fixed lexer when a template has a big chunk of text between/in a block
1049 * made lexer more flexible as you can now change the default delimiters
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLexerTest.php25 $stream = $lexer->tokenize('{{ foo }}', 'foo');
35 $stream = $lexer->tokenize(new Source($template, 'index'));
46 $stream = $lexer->tokenize(new Source($template, 'index'));
63 $stream = $lexer->tokenize(new Source($template, 'index'));
123 $lexer->tokenize(new Source($template, 'index'));
135 $lexer->tokenize(new Source($template, 'index'));
147 $lexer->tokenize(new Source($template, 'index'));
159 $lexer->tokenize(new Source($template, 'index'));
255 $lexer->tokenize(new Source($template, 'index'));
332 $lexer->tokenize(new Source($template, 'index'));
[all …]
/plugin/authorlist/
H A Dsyntax.php73 * @return Integer The current lexer state for the match.
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.LexerImpl.txt
H A DCore.MaintainLineNumbers.txt

123