Home
last modified time | relevance | path

Searched refs:Twig (Results 1 – 25 of 626) sorted by path

12345678910>>...26

/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md89 - [Twig Markdown extension](https://github.com/twigphp/markdown-extension)
90 - [Twig filter and tag](https://github.com/aptoma/twig-markdown)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D65.65.js.map1 …root: [\n // whitespace\n [/\\s+/],\n // Twig Tag Delimiters\n …
H A Dbundle.js.map1 …erLanguage({\n id: 'twig',\n extensions: ['.twig'],\n aliases: ['Twig', 'twig'],\n mim…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md832 - Switch the Twig integration to use non-deprecated APIs [\#482](https://github.com/schmittjoh/seri…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Twig/
H A DSerializerExtension.php5 namespace JMS\Serializer\Twig;
H A DSerializerRuntimeExtension.php5 namespace JMS\Serializer\Twig;
H A DSerializerRuntimeHelper.php5 namespace JMS\Serializer\Twig;
/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/extensions/
H A DREADME.rst1 Twig Extensions Repository
4 This repository hosts Twig Extensions that do not belong to the core but can
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Darray.rst12 the extension to Twig::
H A Ddate.rst24 Internally, Twig uses the PHP ``DateTime::diff()`` method for calculating the
H A Di18n.rst7 The ``i18n`` extension adds `gettext`_ support to Twig. It defines one tag,
137 If you use the Twig I18n extension, you will probably need to extract the
143 Poedit 2 has native support for extracting from Twig files and no extra
149 Unfortunately, the ``xgettext`` utility does not understand Twig templates
151 But there is a simple workaround: as Twig converts templates to
167 // configure Twig the way you want
185 Another workaround is to use `Twig Gettext Extractor`_ and extract the template
190 .. _`Twig Gettext Extractor`: https://github.com/umpirsky/Twig-Gettext-Extractor
H A Dindex.rst1 Twig Extensions
13 The Twig Extensions is a library that provides several useful extensions
14 for Twig. You can find it's code at `GitHub.com/twigphp/Twig-extensions`_.
39 .. _`GitHub.com/twigphp/Twig-extensions`: https://github.com/twigphp/Twig-extensions
H A Dintl.rst10 the extension to Twig::
29 Internally, Twig uses the PHP `IntlDateFormatter::create()`_ function for
45 * ``locale``: The locale used for the format. If ``NULL`` is given, Twig will
86 Internally, Twig uses the PHP `NumberFormatter::create()`_ function for
110 * ``locale``: The locale used for the format. If ``NULL`` is given, Twig will
124 Internally, Twig uses the PHP `NumberFormatter::create()`_ function for
132 * ``locale``: The locale used for the format. If ``NULL`` is given, Twig will
H A Dtext.rst13 the extension to Twig::
/plugin/findologicxmlexport/vendor/twig/extensions/src/
H A DArrayExtension.php3 namespace Twig\Extensions;
H A DDateExtension.php3 namespace Twig\Extensions;
H A DI18nExtension.php3 namespace Twig\Extensions;
H A DIntlExtension.php3 namespace Twig\Extensions;
H A DTextExtension.php3 namespace Twig\Extensions;
/plugin/findologicxmlexport/vendor/twig/extensions/src/Node/
H A DTransNode.php3 namespace Twig\Extensions\Node;
/plugin/findologicxmlexport/vendor/twig/extensions/src/TokenParser/
H A DTransTokenParser.php3 namespace Twig\Extensions\TokenParser;
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG29 * added the possibility to pass a TemplateWrapper to Twig\Environment::load()
35 * added Twig\Loader\ChainLoader::getLoaders()
123 * fixed edge case in the method cache for Twig attributes
178 * added support for the PHP 7 null coalescing operator for the ?? Twig implementation
222 * fixed Twig cache sharing when used with different versions of PHP
279 * changed template cache names to take into account the Twig C extension
318 * forbid access to the Twig environment from templates and internal parts of Twig_Template
506 * optimized the way Twig exceptions are managed (to make them faster)
618 * fixed Twig C extension
806 * removed the grammar and simple token parser (moved to the Twig Extensions repository)
[all …]
H A DLICENSE1 Copyright (c) 2009-2019 by the Twig Team.
H A DREADME.rst1 Twig, the flexible, fast, and secure template language for PHP
4 Twig is a template language for PHP, released under the new BSD license (code
7 Twig uses a syntax similar to the Django and Jinja template languages which
8 inspired the Twig runtime environment.

12345678910>>...26