Home
last modified time | relevance | path

Searched refs:Twig (Results 201 – 225 of 626) sorted by relevance

12345678910>>...26

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
15 use Twig\Error\SyntaxError;
H A DSandboxNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
H A DBlockNode.php13 namespace Twig\Node;
15 use Twig\Compiler;
H A DForLoopNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
H A DIfNode.php13 namespace Twig\Node;
15 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DTextDumper.php12 namespace Twig\Profiler\Dumper;
14 use Twig\Profiler\Profile;
H A DHtmlDumper.php12 namespace Twig\Profiler\Dumper;
14 use Twig\Profiler\Profile;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DParentExpression.php13 namespace Twig\Node\Expression;
15 use Twig\Compiler;
H A DConditionalExpression.php13 namespace Twig\Node\Expression;
15 use Twig\Compiler;
H A DMethodCallExpression.php12 namespace Twig\Node\Expression;
14 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DEndsWithBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DStartsWithBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst30 Before Twig 1.8, the syntax was different:
63 Twig is smart enough to not escape an already escaped value by the
68 Twig does not escape static expressions:
80 The chapter :doc:`Twig for Developers<../api>` gives more information
H A Dextends.rst8 Like PHP, Twig does not support multiple inheritance. So you can only have
9 one extends tag called per rendering. However, Twig supports horizontal
106 Twig allows you to put the name of the block after the end tag for better
150 Twig supports dynamic inheritance by using a variable as the base template:
156 If the variable evaluates to a ``\Twig\Template`` or a ``\Twig\TemplateWrapper``
157 instance, Twig will use it as the parent template::
161 // deprecated as of Twig 1.28
164 // as of Twig 1.28
170 The possibility to pass an array of templates has been added in Twig 1.2.
182 As the template name for the parent can be any valid Twig expression, it's
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php12 use Twig\Compiler;
13 use Twig\Environment;
H A DTemplateTest.php12 use Twig\Environment;
13 use Twig\Error\RuntimeError;
14 use Twig\Extension\SandboxExtension;
15 use Twig\Loader\ArrayLoader;
16 use Twig\Loader\LoaderInterface;
17 use Twig\Loader\SourceContextLoaderInterface;
18 use Twig\Node\Expression\GetAttrExpression;
19 use Twig\NodeVisitor\NodeVisitorInterface;
20 use Twig\Sandbox\SecurityError;
21 use Twig\Sandbox\SecurityPolicy;
[all …]
H A DCustomExtensionTest.php12 use Twig\Environment;
13 use Twig\Extension\ExtensionInterface;
H A DFileCachingTest.php12 use Twig\Environment;
13 use Twig\Loader\ArrayLoader;
/plugin/findologicxmlexport/vendor/twig/extensions/
H A DREADME.rst1 Twig Extensions Repository
4 This repository hosts Twig Extensions that do not belong to the core but can
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test73 Twig
79 Twig
85 Twig
111 Twig&lt;/b&gt;
118 Twig&lt;/b&gt;
124 Twig</b>
131 Twig</b>
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php12 use Twig\Environment;
13 use Twig\Node\ForNode;
14 use Twig\Source;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dchild_contents_outside_blocks.test15 Twig\Error\SyntaxError: A template that extends another one cannot include content outside Twig blo…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnl2br.test4 {{ "I like Twig.\nYou will like it too.\n\nEverybody like it!"|nl2br }}
9 I like Twig.<br />
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php12 namespace Twig\Loader;
14 use Twig\Error\LoaderError;
15 use Twig\Source;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTwigFunction.php12 namespace Twig; namespace
14 use Twig\Node\Node;

12345678910>>...26