Home
last modified time | relevance | path

Searched refs:Twig (Results 176 – 200 of 626) sorted by relevance

12345678910>>...26

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DParentTest.php12 use Twig\Node\Expression\ParentExpression;
13 use Twig\Test\NodeTestCase;
H A DConstantTest.php12 use Twig\Node\Expression\ConstantExpression;
13 use Twig\Test\NodeTestCase;
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DLoaderInterface.php12 namespace Twig\Loader;
14 use Twig\Error\LoaderError;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DConstantExpression.php13 namespace Twig\Node\Expression;
15 use Twig\Compiler;
H A DTempNameExpression.php12 namespace Twig\Node\Expression;
14 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DFloorDivBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DInBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DMatchesBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DRangeBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DNotInBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DPowerBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
15 use Twig\Node\Expression\ConstantExpression;
H A DAutoEscapeNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
H A DTextNode.php13 namespace Twig\Node;
15 use Twig\Compiler;
H A DBlockReferenceNode.php13 namespace Twig\Node;
15 use Twig\Compiler;
H A DSpacelessNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
H A DSetTempNode.php12 namespace Twig\Node;
14 use Twig\Compiler;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_pre_escape_filters.test42 Twig
47 Twig
52 Twig
57 Twig
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst5 Horizontal reuse was added in Twig 1.1.
9 Horizontal reuse is an advanced Twig feature that is hardly ever needed in
13 Template inheritance is one of the most powerful features of Twig but it is
37 The ``use`` statement tells Twig to import the blocks defined in
84 The ``parent()`` support was added in Twig 1.3.
108 In Twig 1.2, renaming allows you to simulate inheritance by calling the
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/Expression/
H A DExtensionReference.php12 use Twig\Compiler;
13 use Twig\Node\Expression\AbstractExpression;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drandom.rst5 The ``random`` function was added in Twig 1.5.
8 String and integer handling was added in Twig 1.6.
11 The "max" argument was added in Twig 1.38.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLegacyIntegrationTest.php12 use Twig\Extension\AbstractExtension;
13 use Twig\Test\IntegrationTestCase;
H A DNativeExtensionTest.php12 use Twig\Environment;
13 use Twig\Loader\ArrayLoader;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dtwo_word_operators_as_variables.test2 Twig does not allow to use two-word named operators as variable names
8 Twig\Error\SyntaxError: Unexpected token "operator" of value "starts with" in "index.twig" at line …
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php13 namespace Twig; namespace
15 use Twig\Error\SyntaxError;
16 use Twig\Node\Expression\ArrayExpression;
18 use Twig\Node\Expression\Binary\ConcatBinary;
22 use Twig\Node\Expression\GetAttrExpression;
24 use Twig\Node\Expression\NameExpression;
25 use Twig\Node\Expression\ParentExpression;
26 use Twig\Node\Expression\Unary\NegUnary;
27 use Twig\Node\Expression\Unary\NotUnary;
28 use Twig\Node\Expression\Unary\PosUnary;
[all …]

12345678910>>...26