Home
last modified time | relevance | path

Searched refs:compile (Results 26 – 50 of 147) sorted by path

123456

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst109 And from now on, Twig will automatically compile your templates to take
H A Dinternals.rst115 You can manually compile a node tree to PHP code with the ``compile()`` method
118 $php = $twig->compile($nodes);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DCompilerInterface.php26 public function compile(Twig_NodeInterface $node); function
H A DFilterInterface.php30 public function compile(); function
H A DFunctionInterface.php31 public function compile(); function
H A DNodeInterface.php26 public function compile(Compiler $compiler); function
H A DTestInterface.php26 public function compile(); function
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DFunction.php36 public function compile() function in Twig_Filter_Function
H A DMethod.php40 public function compile() function in Twig_Filter_Method
H A DNode.php39 public function compile() function in Twig_Filter_Node
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DFunction.php37 public function compile() function in Twig_Function_Function
H A DMethod.php41 public function compile() function in Twig_Function_Method
H A DNode.php39 public function compile() function in Twig_Function_Node
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/Expression/
H A DExtensionReference.php31 public function compile(Compiler $compiler) function in Twig_Node_Expression_ExtensionReference
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DFunction.php34 public function compile() function in Twig_Test_Function
H A DMethod.php38 public function compile() function in Twig_Test_Method
H A DNode.php37 public function compile() function in Twig_Test_Node
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php76 public function compile(\Twig_NodeInterface $node, $indentation = 0) function in Twig\\Compiler
92 $node->compile($this);
103 $node->compile($this);
H A DEnvironment.php775 public function compile(\Twig_NodeInterface $node) function in Twig\\Environment
781 return $this->compiler->compile($node)->getSource();
802 return $this->compile($this->parse($this->tokenize($source)));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DAutoEscapeNode.php34 public function compile(Compiler $compiler) function in Twig\\Node\\AutoEscapeNode
H A DBlockNode.php29 public function compile(Compiler $compiler) function in Twig\\Node\\BlockNode
H A DBlockReferenceNode.php29 public function compile(Compiler $compiler) function in Twig\\Node\\BlockReferenceNode
H A DCheckSecurityNode.php34 public function compile(Compiler $compiler) function in Twig\\Node\\CheckSecurityNode
H A DCheckToStringNode.php34 public function compile(Compiler $compiler) function in Twig\\Node\\CheckToStringNode
H A DDeprecatedNode.php30 public function compile(Compiler $compiler) function in Twig\\Node\\DeprecatedNode

123456