Home
last modified time | relevance | path

Searched refs:tags (Results 351 – 375 of 538) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfrom.rst4 The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current
6 :doc:`import<../tags/import>` tag.
8 .. seealso:: :doc:`macro<../tags/macro>`, :doc:`import<../tags/import>`
H A Dspaceless.rst8 Use the ``spaceless`` tag to remove whitespace *between HTML tags*, not
9 whitespace within HTML tags or whitespace in plain text:
22 merely to avoid extra whitespace between HTML tags to avoid browser rendering
34 (think of ``textarea`` or ``pre`` tags for instance). Using a third-party
41 you can also use the whitespace control modifier on your tags.
H A Dembed.rst178 .. seealso:: :doc:`include<../tags/include>`
H A Dextends.rst35 In this example, the :doc:`block<block>` tags define four blocks that child
72 You can't define multiple ``block`` tags with the same name in the same
76 similarly-named ``block`` tags in a template, that template's parent wouldn't
272 …block<../functions/block>`, :doc:`block<../tags/block>`, :doc:`parent<../functions/parent>`, :doc:…
H A Dmacro.rst54 used (see the documentation for the :doc:`import<../tags/import>` tag for more
119 .. seealso:: :doc:`from<../tags/from>`, :doc:`import<../tags/import>`
H A Dimport.rst4 Twig supports putting often used code into :doc:`macros<../tags/macro>`. These
57 .. seealso:: :doc:`macro<../tags/macro>`, :doc:`from<../tags/from>`
H A Dinclude.rst68 chapter and in the :doc:`sandbox<../tags/sandbox>` tag documentation.
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1081 $tags = [];
1084 $tags[$parser->getTag()] = $parser;
1088 return $tags;
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php40 public function setAllowedTags(array $tags) argument
42 $this->allowedTags = $tags;
68 public function checkSecurity($tags, $filters, $functions) argument
70 foreach ($tags as $tag) {
H A DSecurityPolicyInterface.php21 public function checkSecurity($tags, $filters, $functions); argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php317 …protected function getEnvironment($sandboxed, $options, $templates, $tags = [], $filters = [], $me… argument
321 $policy = new SecurityPolicy($tags, $filters, $methods, $properties, $functions);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DCheckSecurityNode.php36 $tags = $filters = $functions = [];
49 ->write('$tags = ')->repr(array_filter($tags))->raw(";\n")
56 ->write(!$tags ? "[],\n" : "['".implode("', '", array_keys($tags))."'],\n")
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php36 protected $tags; variable in Twig\\NodeVisitor\\SandboxNodeVisitor
46 $this->tags = [];
53 if ($node->getNodeTag() && !isset($this->tags[$node->getNodeTag()])) {
54 $this->tags[$node->getNodeTag()] = $node;
105 …'constructor_end', new Node([new CheckSecurityNode($this->filters, $this->tags, $this->functions),…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dnested.test2 "autoescape" tags can be nested at will
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/spaceless/
H A Dsimple.test2 "spaceless" tag removes whites between HTML tags
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
H A Dtrim_block.test2 Whitespace trimming on tags.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dnested.test2 nested "with" tags
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst10 Twig can be extended in many ways; you can add extra tags, filters, tests,
59 In fact, you rarely need to create tags; and that's good news because tags are
254 example when adding (safe) HTML tags to originally unsafe output. In such a
513 define tags, filters, tests, operators, global variables, functions, and node
521 to host all the specific tags and filters you want to add to Twig.
772 ``getTokenParsers()`` method. This method must return an array of tags to add
849 tags/
H A Drecipes.rst550 * For AngularJS, change the interpolation tags using the
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md157 is the unification of XML tags name.
/plugin/findologicxmlexport/
H A DREADME.md20 …- If you want to export `keywords`/`tags` you will also need to install the [Tag Plugin](https://w…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md340 - XML Discriminator tags don't work in YAML metadata [\#811](https://github.com/schmittjoh/serializ…
587 - Deserialization of collection when wraped by aditional xml tags [\#719](https://github.com/schmit…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Draw.rst33 :doc:`escape<../tags/autoescape>`). In the second ternary statement, even
H A Dstriptags.rst4 The ``striptags`` filter strips SGML/XML tags and replace adjacent whitespace
11 You can also provide tags which should not be stripped:
17 In this example, the ``<br/>``, ``<br>``, ``<p>``, and ``</p>`` tags won't be
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dblock.rst41 .. seealso:: :doc:`extends<../tags/extends>`, :doc:`parent<../functions/parent>`

1...<<11121314151617181920>>...22