Home
last modified time | relevance | path

Searched refs:tag (Results 501 – 525 of 1150) sorted by path

1...<<21222324252627282930>>...46

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst118 * As of Twig 1.x, the ``raw`` tag is deprecated. You should use ``verbatim``
H A Drecipes.rst143 parent's full, unambiguous template path in the extends tag:
544 ``{% verbatim %}`` tag or by escaping each delimiter via ``{{ '{{' }}`` and
H A Dtemplates.rst139 :doc:`set<tags/set>` tag:
170 :doc:`filter<tags/filter>` tag:
256 ``users``, use the :doc:`for<tags/for>` tag:
267 The :doc:`if<tags/if>` tag can be used to test an expression:
363 child templates can fill in. All the ``block`` tag does is to tell the
390 be the first tag in the template.
461 tag:
516 :doc:`import<tags/import>` tag before being used:
851 Use the ``spaceless`` tag to remove whitespace *between HTML tags*:
863 In addition to the spaceless tag you can also control whitespace on a per tag
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst21 You can combine ``spaceless`` with the ``filter`` tag to apply the
34 This tag is not meant to "optimize" the size of the generated HTML content but
51 If you want to create a tag that actually removes all extra whitespace in
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst31 In an HTML context, wrap the output with a ``pre`` tag to make it easier to
42 Using a ``pre`` tag is not needed when `XDebug`_ is enabled and
H A Dtemplate_from_string.rst26 with the ``include`` function, you can use it with any tag or function that
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst5 template to be escaped or not by using the ``autoescape`` tag:
H A Dblock.rst6 :doc:`extends<../tags/extends>` tag.
H A Ddeprecated.rst5 The ``deprecated`` tag was added in Twig 1.36 and 2.6.
8 PHP function) where the ``deprecated`` tag is used in a template:
H A Ddo.rst5 The ``do`` tag was added in Twig 1.5.
7 The ``do`` tag works exactly like the regular variable expression (``{{ ...
H A Dembed.rst5 The ``embed`` tag was added in Twig 1.8.
7 The ``embed`` tag combines the behaviour of :doc:`include<include>` and
28 The ``embed`` tag takes the idea of template inheritance to the level of
30 which are filled with life by child templates, the ``embed`` tag allows you to
89 Without the ``embed`` tag, you have two ways to design your templates:
112 In such a situation, the ``embed`` tag comes in handy. The common layout
154 The ``embed`` tag takes the exact same arguments as the ``include`` tag:
176 ``autoescape`` tag.
H A Dextends.rst4 The ``extends`` tag can be used to extend a template from another one.
9 one extends tag called per rendering. However, Twig supports horizontal
38 All the ``block`` tag does is to tell the template engine that a child
64 The ``extends`` tag is the key here. It tells the template engine that this
66 template, first it locates the parent. The extends tag should be the first tag
73 template. This limitation exists because a block tag works in "both"
74 directions. That is, a block tag doesn't just provide a hole to fill - it also
106 Twig allows you to put the name of the block after the end tag for better
214 without the ``block`` tag. The ``block`` inside the ``for`` loop is just a way
H A Dflush.rst5 The flush tag was added in Twig 1.5.
7 The ``flush`` tag tells Twig to flush the output buffer:
H A Dfrom.rst4 The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current
5 namespace. The tag is documented in detail in the documentation for the
6 :doc:`import<../tags/import>` tag.
H A Dinclude.rst20 template outputs its rendered contents in the current scope; a tag should
68 chapter and in the :doc:`sandbox<../tags/sandbox>` tag documentation.
H A Dmacro.rst54 used (see the documentation for the :doc:`import<../tags/import>` tag for more
108 Twig allows you to put the name of the macro after the end tag for better
H A Dsandbox.rst4 The ``sandbox`` tag can be used to enable the sandboxing mode for an included
15 The ``sandbox`` tag is only available when the sandbox extension is
20 The ``sandbox`` tag can only be used to sandbox an include tag and it
H A Dset.rst5 the ``set`` tag and can have multiple targets.
41 The ``set`` tag can also be used to 'capture' chunks of text:
H A Dspaceless.rst8 Use the ``spaceless`` tag to remove whitespace *between HTML tags*, not
21 This tag is not meant to "optimize" the size of the generated HTML content but
32 If you want to create a tag that actually removes all extra whitespace in
H A Duse.rst60 The ``use`` tag only imports a template if it does not extend another
H A Dverbatim.rst5 The ``verbatim`` tag was added in Twig 1.12 (it was named ``raw`` before).
7 The ``verbatim`` tag marks sections as being raw text that should not be
23 The ``verbatim`` tag works in the exact same way as the old ``raw`` tag,
H A Dwith.rst5 The ``with`` tag was added in Twig 1.28.
7 Use the ``with`` tag to create a new inner scope. Variables set within this
19 hash of variables you want to define in the ``with`` tag; the previous example
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/Expression/
H A DExtensionReference.php26 public function __construct($name, $lineno, $tag = null) argument
28 parent::__construct([], ['name' => $name], $lineno, $tag);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBroker.php83 * @param string $tag A tag name
87 public function getTokenParser($tag) argument
89 if (isset($this->parsers[$tag])) {
90 return $this->parsers[$tag];
94 $parser = $broker->getTokenParser($tag);
H A DTokenParserBrokerInterface.php29 * @param string $tag A tag name
33 public function getTokenParser($tag); argument

1...<<21222324252627282930>>...46