Home
last modified time | relevance | path

Searched refs:tokenize (Results 176 – 186 of 186) sorted by last modified time

12345678

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php31 $parser->parse($env->tokenize(new Source($template, 'index')));
58 $stream = $env->tokenize(new Source($template, ''));
73 $parser->parse($env->tokenize(new Source($template, 'index')));
166 $stream = $env->tokenize(new Source('{{ "a" "b" }}', 'index'));
178 $stream = $env->tokenize(new Source($template, ''));
275 $parser->parse($env->tokenize(new Source($template, 'index')));
294 $parser->parse($env->tokenize(new Source($template, 'index')));
323 $parser->parse($env->tokenize(new Source('{{ cycl() }}', 'index')));
335 $parser->parse($env->tokenize(new Source('{{ foobar() }}', 'index')));
347 $parser->parse($env->tokenize(new Source('{{ 1|lowe }}', 'index')));
[all …]
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 …]
H A DParserTest.php160 $twig->parse($twig->tokenize(new Source(<<<EOF
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js2 …unction ra(){}ra.prototype=d.filters=d.pseudos,d.setFilters=new ra,g=ga.tokenize=function(a,b){var…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst45 ``tokenize()`` method of an environment::
47 $stream = $twig->tokenize(new \Twig\Source($source, $identifier));
H A Drecipes.rst309 $twig->parse($twig->tokenize(new \Twig\Source($template)));
317 ``tokenize()`` method to get the filename in the exception message::
321 $twig->parse($twig->tokenize(new \Twig\Source($template, $file->getFilename(), $file)));
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php238 echo $twig->compile($twig->parse($twig->tokenize($source)));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php22 $stream = $env->parse($env->tokenize(new Source('{{ block("foo") }}', 'index')));
34 …$stream = $env->parse($env->tokenize(new Source('{% extends "foo" %}{% block content %}{{ parent()…
49 $stream = $env->parse($env->tokenize(new Source('{{ block(name|lower) }}', 'index')));
64 $stream = $env->parse($env->tokenize(new Source($template, 'index')));
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DLexerInterface.php35 public function tokenize($code, $name = null); function
/plugin/projects/
H A Dcodemirror-compressed.js1tokenize=h(n),t.tokenize(e,t);if(/[\[\]{}\(\),;\:\.]/.test(n))return l=n,null;if(/\d/.test(n))retu… function
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …,timerX:1,toNativePath:1,toggle:1,toggleAxis:1,toggleWindowVisibility:1,tokenize:1,tokenizeList:1,… property in hljs.LANGUAGES.mel.dM.k

12345678