Home
last modified time | relevance | path

Searched refs:Twig (Results 151 – 175 of 626) sorted by relevance

12345678910>>...26

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DBitwiseOrBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DSubBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DBitwiseXorBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DConcatBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DDivBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DOrBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DMulBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DNotEqualBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Unary/
H A DNegUnary.php13 namespace Twig\Node\Expression\Unary;
15 use Twig\Compiler;
H A DPosUnary.php13 namespace Twig\Node\Expression\Unary;
15 use Twig\Compiler;
H A DNotUnary.php13 namespace Twig\Node\Expression\Unary;
15 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php12 namespace Twig\Extension;
14 use Twig\NodeVisitor\NodeVisitorInterface;
15 use Twig\TokenParser\TokenParserInterface;
H A DOptimizerExtension.php12 namespace Twig\Extension;
14 use Twig\NodeVisitor\OptimizerNodeVisitor;
H A DAbstractExtension.php12 namespace Twig\Extension;
14 use Twig\Environment;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php13 namespace Twig\Node\Expression;
15 use Twig\Compiler;
16 use Twig\Node\Node;
H A DAssignNameExpression.php13 namespace Twig\Node\Expression;
15 use Twig\Compiler;
H A DGetAttrExpression.php13 namespace Twig\Node\Expression;
15 use Twig\Compiler;
16 use Twig\Template;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DBlockReferenceTest.php12 use Twig\Node\BlockReferenceNode;
13 use Twig\Test\NodeTestCase;
H A DTextTest.php12 use Twig\Node\TextNode;
13 use Twig\Test\NodeTestCase;
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DNodeVisitorInterface.php12 namespace Twig\NodeVisitor;
14 use Twig\Environment;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DAssignNameTest.php12 use Twig\Node\Expression\AssignNameExpression;
13 use Twig\Test\NodeTestCase;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dsource.rst5 The ``source`` function was added in Twig 1.15.
8 The ``ignore_missing`` flag was added in Twig 1.18.3.
17 When you set the ``ignore_missing`` flag, Twig will return an empty string if
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DIncludeNode.php13 namespace Twig\Node;
15 use Twig\Compiler;
16 use Twig\Node\Expression\AbstractExpression;
H A DFlushNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst7 The ``i18n`` extension adds `gettext`_ support to Twig. It defines one tag,
137 If you use the Twig I18n extension, you will probably need to extract the
143 Poedit 2 has native support for extracting from Twig files and no extra
149 Unfortunately, the ``xgettext`` utility does not understand Twig templates
151 But there is a simple workaround: as Twig converts templates to
167 // configure Twig the way you want
185 Another workaround is to use `Twig Gettext Extractor`_ and extract the template
190 .. _`Twig Gettext Extractor`: https://github.com/umpirsky/Twig-Gettext-Extractor

12345678910>>...26