Home
last modified time | relevance | path

Searched refs:Twig (Results 101 – 125 of 626) sorted by relevance

12345678910>>...26

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DArrayTest.php12 use Twig\Node\Expression\ArrayExpression;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
H A DNameTest.php12 use Twig\Environment;
13 use Twig\Node\Expression\NameExpression;
14 use Twig\Test\NodeTestCase;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Util/
H A DDeprecationCollectorTest.php12 use Twig\Environment;
13 use Twig\TwigFunction;
14 use Twig\Util\DeprecationCollector;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php5 namespace JMS\Serializer\Tests\Twig;
7 use JMS\Serializer\Twig\SerializerExtension;
8 use JMS\Serializer\Twig\SerializerRuntimeExtension;
9 use JMS\Serializer\Twig\SerializerRuntimeHelper;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DConstantTest.php12 namespace Twig\Node\Expression\Test;
14 use Twig\Compiler;
15 use Twig\Node\Expression\TestExpression;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dflush.rst5 The flush tag was added in Twig 1.5.
7 The ``flush`` tag tells Twig to flush the output buffer:
15 Internally, Twig uses the PHP `flush`_ function.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst5 The ``include`` function was added in Twig 1.12.
40 And if the expression evaluates to a ``\Twig\Template`` or a
41 ``\Twig\TemplateWrapper`` instance, Twig will use it directly::
45 // deprecated as of Twig 1.28
48 // as of Twig 1.28
53 When you set the ``ignore_missing`` flag, Twig will return an empty string if
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php12 use Twig\Cache\FilesystemCache;
13 use Twig\Environment;
14 use Twig\Extension\AbstractExtension;
15 use Twig\Extension\GlobalsInterface;
17 use Twig\Loader\ArrayLoader;
18 use Twig\Loader\LoaderInterface;
21 use Twig\Source;
22 use Twig\Token;
24 use Twig\TwigFilter;
25 use Twig\TwigFunction;
[all …]
H A DErrorTest.php12 use Twig\Environment;
13 use Twig\Error\Error;
14 use Twig\Error\RuntimeError;
15 use Twig\Loader\ArrayLoader;
16 use Twig\Loader\FilesystemLoader;
17 use Twig\Source;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/
H A DDivTest.php12 use Twig\Node\Expression\Binary\DivBinary;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
H A DFloorDivTest.php12 use Twig\Node\Expression\Binary\FloorDivBinary;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
H A DModTest.php12 use Twig\Node\Expression\Binary\ModBinary;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
H A DMulTest.php12 use Twig\Node\Expression\Binary\MulBinary;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
H A DOrTest.php12 use Twig\Node\Expression\Binary\OrBinary;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
H A DAddTest.php12 use Twig\Node\Expression\Binary\AddBinary;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
H A DAndTest.php12 use Twig\Node\Expression\Binary\AndBinary;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
H A DConcatTest.php12 use Twig\Node\Expression\Binary\ConcatBinary;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
H A DSubTest.php12 use Twig\Node\Expression\Binary\SubBinary;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DAbstractBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
16 use Twig\Node\Expression\AbstractExpression;
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSpacelessTokenParser.php12 namespace Twig\TokenParser;
14 use Twig\Node\SpacelessNode;
15 use Twig\Token;
H A DExtendsTokenParser.php13 namespace Twig\TokenParser;
15 use Twig\Error\SyntaxError;
16 use Twig\Token;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DProfilerExtension.php12 namespace Twig\Extension;
14 use Twig\Profiler\NodeVisitor\ProfilerNodeVisitor;
15 use Twig\Profiler\Profile;
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DAbstractNodeVisitor.php12 namespace Twig\NodeVisitor;
14 use Twig\Environment;
15 use Twig\Node\Node;
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php12 namespace Twig\Profiler\Node;
14 use Twig\Compiler;
15 use Twig\Node\Node;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnl2br.rst5 The ``nl2br`` filter was added in Twig 1.5.
11 {{ "I like Twig.\nYou will like it too."|nl2br }}
14 I like Twig.<br />

12345678910>>...26