Home
last modified time | relevance | path

Searched refs:Twig (Results 26 – 50 of 626) sorted by last modified time

12345678910>>...26

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsort.rst14 Internally, Twig uses the PHP `asort`_ function to maintain index
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst5 The date function has been added in Twig 1.6.
8 The default timezone support has been added in Twig 1.6.1.
43 $twig = new \Twig\Environment($loader);
44 $twig->getExtension('\Twig\Extension\CoreExtension')->setTimezone('Europe/Paris');
46 // before Twig 1.26
H A Ddump.rst5 The ``dump`` function was added in Twig 1.5.
18 ``\Twig\Extension\DebugExtension`` extension explicitly when creating your Twig
21 $twig = new \Twig\Environment($loader, [
25 $twig->addExtension(new \Twig\Extension\DebugExtension());
61 Internally, Twig uses the PHP `var_dump`_ function.
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
H A Drange.rst38 The Twig built-in ``..`` operator is just syntactic sugar for the ``range``
/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
H A Dwith.rst5 The ``with`` tag was added in Twig 1.28.
/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/doc/tests/
H A Ddivisibleby.rst5 The ``divisible by`` test was added in Twig 1.14.2 as an alias for
H A Diterable.rst5 The iterable test was added in Twig 1.7.
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dconfig.w323 ARG_ENABLE("twig", "Twig support", "no");
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Cache/
H A DFilesystem.php3 use Twig\Cache\FilesystemCache;
H A DNull.php3 use Twig\Cache\NullCache;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DCacheInterface.php3 use Twig\Cache\CacheInterface;
H A DCompiler.php3 use Twig\Compiler;
H A DContainerRuntimeLoader.php3 use Twig\RuntimeLoader\ContainerRuntimeLoader;
H A DEnvironment.php3 use Twig\Environment;
H A DExpressionParser.php3 use Twig\ExpressionParser;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Error/
H A DLoader.php3 use Twig\Error\LoaderError;
H A DRuntime.php3 use Twig\Error\RuntimeError;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Extension/
H A DEscaper.php3 use Twig\Extension\EscaperExtension;
H A DGlobalsInterface.php3 use Twig\Extension\GlobalsInterface;
H A DInitRuntimeInterface.php3 use Twig\Extension\InitRuntimeInterface;
H A DOptimizer.php3 use Twig\Extension\OptimizerExtension;
H A DProfiler.php3 use Twig\Extension\ProfilerExtension;

12345678910>>...26