Home
last modified time | relevance | path

Searched refs:tags (Results 376 – 400 of 538) sorted by last modified time

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dwith_for_tag.test2 "filter" tag applies the filter on "for" tags
H A Dwith_if_tag.test2 "filter" tag applies the filter on "if" tags
H A Dmultiple.test2 "filter" tags accept multiple chained filters
H A Dnested.test2 "filter" tags can be nested at will
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Drecursive.test2 "for" tags can be nested
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Dnot_valid1.test11 Twig\Error\SyntaxError: Only "include" tags are allowed within a "sandbox" section in "index.twig" …
H A Dnot_valid2.test14 Twig\Error\SyntaxError: Only "include" tags are allowed within a "sandbox" section in "index.twig" …
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php59 list($text, $tags) = $this->parse($this->lex($contents), $context);
61 return new Description($text, $tags);
123 $tags = [];
126 $tags[] = $this->tagFactory->create($tokens[$i], $context);
138 return [implode('', $tokens), $tags];
H A DDescription.php57 private $tags; variable in phpDocumentor\\Reflection\\DocBlock\\Description
63 * @param Tag[] $tags
65 public function __construct($bodyTemplate, array $tags = []) argument
70 $this->tags = $tags;
80 return $this->tags;
97 $tags = [];
98 foreach ($this->tags as $tag) {
99 $tags[] = '{' . $formatter->format($tag) . '}';
102 return vsprintf($this->bodyTemplate, $tags);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DAlignFormatter.php27 * @param Tag[] $tags All tags that should later be aligned with the formatter.
29 public function __construct(array $tags) argument
31 foreach ($tags as $tag) {
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG11 * allowed Traversable objects to be used in the "with" argument of the "include" and "embed" tags
321 * deprecated the _self variable for usage outside of the from and import tags
667 * enhanced exceptions for unknown filters, functions, tests, and tags
722 …* added support for an array of templates to the "include" and "extends" tags ({% include ['foo', …
728 …tch PHP one "[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" (works for blocks, tags, functions, filters…
771 * added whitespace control modifier to all tags (see docs for more information)
929 * added a grammar sub-framework to ease the creation of custom tags
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst10 Twig can be extended in many ways; you can add extra tags, filters, tests,
58 In fact, you rarely need to create tags; and that's good news because tags are
227 example when adding (safe) HTML tags to originally unsafe output. In such a
403 :doc:`filter <tags/filter>` tag:
416 :doc:`filter <tags/do>` tag.
419 function instead and call it via the :doc:`do <tags/do>` tag:
573 define tags, filters, tests, operators, global variables, functions, and node
577 to host all the specific tags and filters you want to add to Twig.
752 ``getTokenParsers()`` method. This method must return an array of tags to add
969 tags/
H A Dapi.rst367 * :doc:`Tags <tags/index>`;
392 (see the :doc:`autoescape<tags/autoescape>` doc for the syntax used before
477 tags, filters, properties, and methods::
479 $tags = ['if'];
488 $policy = new \Twig\Sandbox\SecurityPolicy($tags, $filters, $methods, $properties, $functions);
H A Dcoding_standards.rst92 * Indent your code inside tags (use the same indentation as the one used for
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php27 private $tags = []; variable in phpDocumentor\\Reflection\\DocBlock
53 array $tags = [], argument
62 Assert::allIsInstanceOf($tags, Tag::class);
66 foreach ($tags as $tag) {
158 return $this->tags;
217 foreach ($this->tags as $key => $tag) {
219 unset($this->tags[$key]);
234 $this->tags[] = $tag;
H A DDocBlockFactory.php217 * @param string $tags Tag block to parse.
224 $tags = $this->filterTagBlock($tags);
225 if (!$tags) {
238 * @param string $tags
242 private function splitTagBlockIntoTagLines($tags) argument
245 foreach (explode("\n", $tags) as $tag_line) {
260 private function filterTagBlock($tags) argument
262 $tags = trim($tags);
263 if (!$tags) {
267 if ('@' !== $tags[0]) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …e:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e0…
/plugin/pgpinlinesupport/
H A DPlugin.txt13 tags : pgp mailvelope
/plugin/sha3sum/
H A DPlugin.txt13 tags : hash sha3
/plugin/switchpanel/
H A DREADME.md169 You can use HTML tags in the text field for layout :
/plugin/pageimage/
H A Dsyntax.php21 var $tags = array(); variable in syntax_plugin_pageimage
/plugin/isauth/
H A DCHANGELOG21 - added the fix to remove <p> tags from Chris 2017-08-19 from
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js1500 var tags = new Array("applet", "iframe", "select");
1509 for (var k = tags.length; k > 0; ) {
1510 var ar = document.getElementsByTagName(tags[--k]);
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1tags;var generateTags=function(){var content=editor.document.$.children[0].children[1].innerHTML.r…
H A Dtags.js.unc4 var lang = editor.lang.tags;
40 existingTags = data.tags;

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