Home
last modified time | relevance | path

Searched refs:Twig (Results 151 – 175 of 626) sorted by last modified time

12345678910>>...26

/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.
H A Dtemplate_from_string.rst5 The ``template_from_string`` function was added in Twig 1.11.
17 must add the ``\Twig\Extension\StringLoaderExtension`` extension explicitly when
18 creating your Twig environment::
20 $twig = new \Twig\Environment(...);
21 $twig->addExtension(new \Twig\Extension\StringLoaderExtension());
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dindex.rst1 Twig chapter
H A Dinstallation.rst4 You have multiple ways to install Twig.
6 Installing the Twig PHP package
31 git clone git://github.com/twigphp/Twig.git
38 Using PEAR for installing Twig is deprecated and Twig 1.15.1 was the last
44 pear install twig/Twig
50 The C extension was added in Twig 1.4.
60 Twig comes with a C extension that enhances the performance of the Twig
74 deprecated and newer versions of Twig are not available on the PEAR
109 And from now on, Twig will automatically compile your templates to take
112 ``\Twig\Template::getAttribute()`` method.
[all …]
H A Dintro.rst4 This is the documentation for Twig, the flexible, fast, and secure template
14 * *Fast*: Twig compiles templates down to plain optimized PHP code. The
37 The recommended way to install Twig is via Composer:
47 the Twig C extension.
52 This section gives you a brief introduction to the PHP API for Twig.
58 $loader = new \Twig\Loader\ArrayLoader([
61 $twig = new \Twig\Environment($loader);
65 Twig uses a loader (``\Twig\Loader\ArrayLoader``) to locate templates, and an
66 environment (``\Twig\Environment``) to store the configuration.
75 $twig = new \Twig\Environment($loader, [
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst4 The ``if`` statement in Twig is comparable with the if statements of PHP.
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 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 Dspaceless.rst6 As of Twig 1.38, use the :doc:`spaceless <../filters/spaceless>` filter instead.
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
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DBaseNodeVisitor.php3 use Twig\NodeVisitor\AbstractNodeVisitor;
H A DExistsLoaderInterface.php3 use Twig\Loader\ExistsLoaderInterface;
H A DExtension.php3 use Twig\Extension\AbstractExtension;
H A DFilter.php12 use Twig\Node\Node;
H A DFunction.php12 use Twig\Node\Node;
H A DNodeVisitorInterface.php3 use Twig\NodeVisitor\NodeVisitorInterface;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Extension/
H A DSandbox.php3 use Twig\Extension\SandboxExtension;
H A DStaging.php3 use Twig\Extension\StagingExtension;
H A DStringLoader.php3 use Twig\Extension\StringLoaderExtension;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DMethod.php12 use Twig\Extension\ExtensionInterface;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/Expression/Binary/
H A DMod.php3 use Twig\Node\Expression\Binary\ModBinary;
H A DNotIn.php3 use Twig\Node\Expression\Binary\NotInBinary;
H A DRange.php3 use Twig\Node\Expression\Binary\RangeBinary;
H A DStartsWith.php3 use Twig\Node\Expression\Binary\StartsWithBinary;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Sandbox/
H A DSecurityNotAllowedMethodError.php3 use Twig\Sandbox\SecurityNotAllowedMethodError;

12345678910>>...26