Home
last modified time | relevance | path

Searched refs:Twig (Results 126 – 150 of 626) sorted by relevance

12345678910>>...26

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DConditionalTest.php12 use Twig\Node\Expression\ConditionalExpression;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Test\NodeTestCase;
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DWithTokenParser.php12 namespace Twig\TokenParser;
14 use Twig\Node\WithNode;
15 use Twig\Token;
H A DIncludeTokenParser.php13 namespace Twig\TokenParser;
15 use Twig\Node\IncludeNode;
16 use Twig\Token;
H A DAbstractTokenParser.php12 namespace Twig\TokenParser;
14 use Twig\Parser;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst5 The ``css``, ``url``, and ``html_attr`` strategies were added in Twig
9 The ability to define custom escapers was added in Twig 1.14.0.
65 When using automatic escaping, Twig tries to not double-escape a variable
99 $twig = new \Twig\Environment($loader);
100 $twig->getExtension('\Twig\Extension\CoreExtension')->setEscaper('csv', 'csv_escaper');
102 // before Twig 1.26
105 When called by Twig, the callable receives the Twig environment instance, the
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst1 Twig for Template Designers
49 * *Textmate* via the `Twig bundle`_
53 * *Eclipse* via the `Twig plugin`_
54 * *Sublime Text* via the `Twig bundle`_
62 * *Visual Studio Code* via the `Twig pack`_
813 {# as of Twig 1.12.0 #}
892 Twig can be easily extended.
900 .. _`Twig bundle`: https://github.com/Anomareh/PHP-Twig.tmbundle
904 .. _`Twig plugin`: https://github.com/pulse00/Twig-Eclipse-Plugin
907 .. _`Twig syntax mode`: https://github.com/bobthecow/Twig-HTML.mode
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php12 use Twig\Environment;
13 use Twig\Node\Expression\ArrayExpression;
14 use Twig\Node\Expression\Binary\ConcatBinary;
15 use Twig\Node\Expression\ConstantExpression;
16 use Twig\Node\Expression\NameExpression;
17 use Twig\Parser;
18 use Twig\Source;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DTestExpression.php12 namespace Twig\Node\Expression;
14 use Twig\Compiler;
15 use Twig\TwigTest;
H A DFunctionExpression.php12 namespace Twig\Node\Expression;
14 use Twig\Compiler;
15 use Twig\TwigFunction;
H A DFilterExpression.php13 namespace Twig\Node\Expression;
15 use Twig\Compiler;
16 use Twig\TwigFilter;
H A DAbstractExpression.php13 namespace Twig\Node\Expression;
15 use Twig\Node\Node;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DForNode.php13 namespace Twig\Node;
15 use Twig\Compiler;
16 use Twig\Node\Expression\AbstractExpression;
17 use Twig\Node\Expression\AssignNameExpression;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php12 namespace Twig; namespace
14 use Twig\Cache\CacheInterface;
15 use Twig\Cache\FilesystemCache;
16 use Twig\Cache\NullCache;
17 use Twig\Error\Error;
18 use Twig\Error\LoaderError;
19 use Twig\Error\RuntimeError;
20 use Twig\Error\SyntaxError;
28 use Twig\Loader\ArrayLoader;
29 use Twig\Loader\ChainLoader;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php12 namespace Twig\Loader;
14 use Twig\Error\LoaderError;
15 use Twig\Source;
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityError.php12 namespace Twig\Sandbox;
14 use Twig\Error\Error;
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.0.md4 * Fixed the Twig tag to avoid a fatal error when left unclosed
18 * Twig 1.2 compatibility
27 * Fixed Twig error handling
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DEqualBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DGreaterBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DGreaterEqualBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DLessBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DLessEqualBinary.php12 namespace Twig\Node\Expression\Binary;
14 use Twig\Compiler;
H A DModBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DAddBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DAndBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;
H A DBitwiseAndBinary.php13 namespace Twig\Node\Expression\Binary;
15 use Twig\Compiler;

12345678910>>...26