Home
last modified time | relevance | path

Searched refs:Twig (Results 226 – 250 of 626) sorted by relevance

12345678910>>...26

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DWithNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
H A DCheckSecurityNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
H A DModuleNode.php13 namespace Twig\Node;
15 use Twig\Compiler;
16 use Twig\Node\Expression\AbstractExpression;
17 use Twig\Node\Expression\ConstantExpression;
18 use Twig\Source;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dverbatim.rst5 The ``verbatim`` tag was added in Twig 1.12 (it was named ``raw`` before).
8 parsed. For example to put Twig syntax as example into a template you can use
H A Dset.rst21 The assigned value can be any valid :ref:`Twig expression
53 If you enable automatic output escaping, Twig will only consider the
58 Note that loops are scoped in Twig; therefore a variable declared inside a
H A Dsandbox.rst5 template, when sandboxing is not enabled globally for the Twig environment:
16 enabled (see the :doc:`Twig for Developers<../api>` chapter).
H A Ddeprecated.rst5 The ``deprecated`` tag was added in Twig 1.36 and 2.6.
7 Twig generates a deprecation notice (via a call to the ``trigger_error()``
H A Dmacro.rst7 signature was added in Twig 1.12.
26 Before Twig 1.12, defining default argument values was done via the
86 current implementation and it won't work anymore in Twig 2.x.
108 Twig allows you to put the name of the macro after the end tag for better
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DNodeTraverser.php12 namespace Twig; namespace
14 use Twig\NodeVisitor\NodeVisitorInterface;
H A DTwigFilter.php12 namespace Twig; namespace
14 use Twig\Node\Node;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateWrapperTest.php12 use Twig\Environment;
13 use Twig\Loader\ArrayLoader;
H A DTokenStreamTest.php12 use Twig\Token;
13 use Twig\TokenStream;
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php12 namespace Twig\Profiler\Dumper;
14 use Twig\Profiler\Profile;
H A DBlackfireDumper.php12 namespace Twig\Profiler\Dumper;
14 use Twig\Profiler\Profile;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst10 the extension to Twig::
29 Internally, Twig uses the PHP `IntlDateFormatter::create()`_ function for
45 * ``locale``: The locale used for the format. If ``NULL`` is given, Twig will
86 Internally, Twig uses the PHP `NumberFormatter::create()`_ function for
110 * ``locale``: The locale used for the format. If ``NULL`` is given, Twig will
124 Internally, Twig uses the PHP `NumberFormatter::create()`_ function for
132 * ``locale``: The locale used for the format. If ``NULL`` is given, Twig will
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php12 namespace Twig\Node\Expression;
14 use Twig\Compiler;
H A DCallExpression.php12 namespace Twig\Node\Expression;
14 use Twig\Compiler;
15 use Twig\Error\SyntaxError;
16 use Twig\Extension\ExtensionInterface;
17 use Twig\Node\Node;
H A DNameExpression.php13 namespace Twig\Node\Expression;
15 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php12 use Twig\Environment;
13 use Twig\Extension\SandboxExtension;
14 use Twig\Loader\ArrayLoader;
15 use Twig\Sandbox\SecurityError;
16 use Twig\Sandbox\SecurityPolicy;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst5 The ``convert_encoding`` filter was added in Twig 1.4.
19 default (Twig before 1.8.1 uses `iconv`_ by default).
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dblock.rst5 Using ``block`` with the ``defined`` test was added in Twig 1.28.
8 Support for the template argument was added in Twig 1.28.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php12 use Twig\Environment;
13 use Twig\Error\LoaderError;
14 use Twig\Loader\FilesystemLoader;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Dempty.test26 …'markup_empty' => new \Twig\Markup('', 'UTF-8'), 'markup_not_empty' => new \Twig\Markup('test', 'U…
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php12 namespace Twig\Sandbox;
14 use Twig\Markup;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DRuntimeExtensionInterface.php12 namespace Twig\Extension;

12345678910>>...26