Home
last modified time | relevance | path

Searched refs:compiler (Results 276 – 300 of 586) sorted by path

1...<<11121314151617181920>>...24

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php118 public function compile(Compiler $compiler) argument
121 $node->compile($compiler);
H A DPrintNode.php30 public function compile(Compiler $compiler) argument
32 $compiler
H A DSandboxNode.php28 public function compile(Compiler $compiler) argument
30 $compiler
H A DSandboxedPrintNode.php31 public function compile(Compiler $compiler) argument
33 $compiler
39 $compiler
44 $compiler
H A DSetNode.php46 $compiler->addDebugInfo($this);
49 $compiler->write('list(');
52 $compiler->raw(', ');
55 $compiler->subcompile($node);
57 $compiler->raw(')');
60 $compiler
74 $compiler->raw(' = ');
77 $compiler->write('[');
85 $compiler->raw(']');
88 $compiler
[all …]
H A DSetTempNode.php26 public function compile(Compiler $compiler) argument
29 $compiler
H A DSpacelessNode.php30 public function compile(Compiler $compiler) argument
32 $compiler
H A DTextNode.php29 public function compile(Compiler $compiler) argument
31 $compiler
H A DWithNode.php33 public function compile(Compiler $compiler) argument
35 $compiler->addDebugInfo($this);
38 $varsName = $compiler->getVarName();
39 $compiler
56 $compiler->write("\$context = ['_parent' => \$context];\n");
58 $compiler->write("\$context['_parent'] = \$context;\n");
61 $compiler->write(sprintf("\$context = array_merge(\$context, \$%s);\n", $varsName));
63 $compiler->write("\$context['_parent'] = \$context;\n");
66 $compiler
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php29 public function compile(Compiler $compiler) argument
31 $compiler
H A DLeaveProfileNode.php29 public function compile(Compiler $compiler) argument
31 $compiler
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php34 $compiler = $this->getCompiler($environment);
35 $compiler->compile($node);
38 $this->assertStringMatchesFormat($source, trim($compiler->getSource()));
40 $this->assertEquals($source, trim($compiler->getSource()));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php19 …$compiler = new Compiler(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->ge…
31 $this->assertEquals('1.2', $compiler->repr(1.2)->getSource());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DDeprecatedTest.php68 $compiler = $this->getCompiler($environment);
69 $varName = $compiler->getVarName();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFilterTest.php122 $compiler = $this->getCompiler();
123 $compiler->compile($node);
137 $compiler = $this->getCompiler();
138 $compiler->compile($node);
/plugin/firenews/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/flattr/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/flexpaper/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/flowcharts/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/flowplay/flowplayer/
H A DREADME.txt204 * mtasc compiler (http://www.mtasc.org)
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt137 (if any) on which the executable work runs, or a compiler used to
/plugin/flowplayer/player/
H A DLICENSE.txt178 (if any) on which the executable work runs, or a compiler used to
/plugin/foldablelist/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/footer/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/forceuserchange/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the

1...<<11121314151617181920>>...24