Home
last modified time | relevance | path

Searched refs:Twig (Results 1 – 25 of 626) sorted by last modified time

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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php12 namespace Assetic\Extension\Twig;
H A DAsseticFilterNode.php12 namespace Assetic\Extension\Twig;
H A DAsseticTokenParser.php12 namespace Assetic\Extension\Twig;
H A DTwigResource.php12 namespace Assetic\Extension\Twig;
H A DAsseticExtension.php12 namespace Assetic\Extension\Twig;
H A DTwigFormulaLoader.php12 namespace Assetic\Extension\Twig;
H A DValueContainer.php12 namespace Assetic\Extension\Twig;
H A DAsseticFilterFunction.php12 namespace Assetic\Extension\Twig;
H A DAsseticFilterInvoker.php12 namespace Assetic\Extension\Twig;
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md277 Twig section in Assetic [![Build Status](https://travis-ci.org/kriswallsmith/assetic.png?branch=master)](https://travis-ci.org/kriswallsmith/assetic) ![project status](http://stillmaintained.com/kriswallsmith/assetic.png)
280 To use the Assetic [Twig][3] extension you must register it to your Twig
319 use Assetic\Extension\Twig\TwigFormulaLoader;
320 use Assetic\Extension\Twig\TwigResource;
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
H A DCHANGELOG-1.2.md41 * Added logging for Twig errors in the extractor
48 * Fixed the support of ``{% embed %}`` in the Twig extractor
/plugin/jplayer/
H A Dcomposer.lock172 "twig/twig": "Assetic provides the integration with the Twig templating engine"
/plugin/findologicxmlexport/vendor/jms/serializer/src/Twig/
H A DSerializerRuntimeExtension.php5 namespace JMS\Serializer\Twig;
H A DSerializerRuntimeHelper.php5 namespace JMS\Serializer\Twig;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst5 The timezone support has been added in Twig 1.1.
8 The default date format support has been added in Twig 1.5.
11 The default timezone support has been added in Twig 1.6.1.
14 The introduction of the false value for the timezone was introduced in Twig 1.11.0
49 If no format is provided, Twig will use the default one: ``F j, Y H:i``. This
56 $twig = new \Twig\Environment($loader);
59 // before Twig 1.26
66 specified in php.ini or declared in Twig -- see below), but you can override
84 $twig = new \Twig\Environment($loader);
85 $twig->getExtension('\Twig\Extension\CoreExtension')->setTimezone('Europe/Paris');
[all …]
H A Ddate_modify.rst5 The date_modify filter has been added in Twig 1.9.0.
H A Djson_encode.rst12 Internally, Twig uses the PHP `json_encode`_ function.
H A Dmerge.rst45 Internally, Twig uses the PHP `array_merge`_ function. It supports
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 />
H A Dnumber_format.rst5 The ``number_format`` filter was added in Twig 1.5
22 Twig's :ref:`precedence of operators <twig-expressions>`:
29 If no formatting options are provided then Twig will use the default formatting
40 $twig = new \Twig\Environment($loader);
41 $twig->getExtension('\Twig\Extension\CoreExtension')->setNumberFormat(3, '.', ',');
43 // before Twig 1.26
H A Dround.rst5 The ``round`` filter was added in Twig 1.15.0.

12345678910>>...26