Home
last modified time | relevance | path

Searched refs:tag (Results 476 – 500 of 1150) sorted by path

1...<<11121314151617181920>>...46

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php66 foreach ($tags as $tag) {
67 $this->addTag($tag);
176 foreach ($this->getTags() as $tag) {
177 if ($tag->getName() !== $name) {
181 $result[] = $tag;
199 foreach ($this->getTags() as $tag) {
211 * @param Tag $tag The tag to remove.
218 if ($tag === $tagToRemove) {
228 * @param Tag $tag The tag to add.
232 private function addTag(Tag $tag) argument
[all …]
H A DDocBlockFactory.php96 array_filter($this->parseTagBlock($tags, $context), function ($tag) {
97 return $tag instanceof Tag;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescription.php98 foreach ($this->tags as $tag) {
99 $tags[] = '{' . $formatter->format($tag) . '}';
H A DSerializer.php142 foreach ($docblock->getTags() as $tag) {
143 $tagText = $this->tagFormatter->format($tag);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DFormatter.php22 * @param Tag $tag
26 public function format(Tag $tag); argument
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DAlignFormatter.php31 foreach ($tags as $tag) {
32 $this->maxLen = max($this->maxLen, strlen($tag->getName()));
39 * @param Tag $tag
43 public function format(Tag $tag) argument
45 …return '@' . $tag->getName() . str_repeat(' ', $this->maxLen - strlen($tag->getName()) + 1) . (str…
H A DPassthroughFormatter.php23 * @param Tag $tag
27 public function format(Tag $tag) argument
29 return trim('@' . $tag->getName() . ' ' . (string)$tag);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md118 …uld want to resolve (and expand) the type in the `@var` tag and the element name in the `@see` tag.
155 To obtain the resolved class name for the `@var` tag in the example above you can do:
172 Another example is on how to resolve the FQSEN of a method as can be seen with the `@see` tag in th…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php65 foreach ($tagList as $tag) {
66 $methodName = $tag->getMethodName();
74 $methodNode->setStatic($tag->isStatic());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md9 …ixed [#391](https://github.com/sebastianbergmann/php-code-coverage/pull/391): Missing `</abbr>` tag
H A DChangeLog-3.0.md15 …ixed [#391](https://github.com/sebastianbergmann/php-code-coverage/pull/391): Missing `</abbr>` tag
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …efore{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e0…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md12 * The behavior of the non-specific tag `!` is changed and now forces
17 * support for the `!!php/object` tag has been dropped, use the `!php/object`
18 tag instead
31 * removed support for the `!str` tag, use the `!!str` tag instead
46 * Deprecated the `!php/object:` tag which will be replaced by the
47 `!php/object` tag (without the colon) in 4.0.
49 * Deprecated the `!php/const:` tag which will be replaced by the
50 `!php/const` tag (without the colon) in 4.0.
52 * Support for the `!str` tag is deprecated, use the `!!str` tag instead.
54 * Deprecated using the non-specific tag `!` as its behavior will change in 4.0.
[all …]
H A DInline.php83 $tag = self::parseTag($value, $i, $flags);
97 if (null !== $tag && '' !== $tag) {
98 return new TaggedValue($tag, $result);
387 if (null !== $tag && '' !== $tag) {
478 if (null !== $tag) {
497 if (null !== $tag) {
515 if (null !== $tag) {
667 $tag = substr($value, $i + 1, $tagLength);
673tag && (!isset($value[$nextOffset]) || !\in_array($value[$nextOffset], ['[', '{'], true)) && ('!' …
681 if ($tag && '!' === $tag[0]) {
[all …]
H A DParser.php148 …if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLi…
149 return new TaggedValue($tag, '');
428 if (null !== $tag) {
429 $data = new TaggedValue($tag, $data);
1062 $tag = substr($matches['tag'], 1);
1065 if ($tag && '!' === $tag[0]) {
1066 …throw new ParseException(sprintf('The built-in tag "!%s" is not implemented.', $tag), $this->getRe…
1070 return $tag;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tag/
H A DTaggedValue.php20 private $tag; variable in Symfony\\Component\\Yaml\\Tag\\TaggedValue
23 public function __construct(string $tag, $value) argument
25 $this->tag = $tag;
31 return $this->tag;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml582 application specific tag: !!something |
583 The semantics of the tag
595 …'application specific tag' => "SOMETHING: The semantics of the tag\nabove may be different for\ndi…
602 # Establish a tag prefix
945 # The URI is 'tag:yaml.org,2002:str'
953 # The URI is 'tag:perl.yaml.org,2002:Text::Tabs'
961 # The URI is 'tag:clarkevans.com,2003-02:timesheet'
988 # 'tag:domain.tld,2002:invoice' is some type family.
990 # 'seq' is shorthand for 'tag:yaml.org,2002:seq'.
995 # notation 'tag:domain.tld,2002:customer'.
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst7 The ``i18n`` extension adds `gettext`_ support to Twig. It defines one tag,
86 The ``plural`` tag should provide the ``count`` used to select the right
105 Within an expression or in a tag, you can use the ``trans`` filter to translate
115 Translations can be done with both the ``trans`` tag and the ``trans`` filter.
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php19 … $plural = null, Twig_Node_Expression $count = null, Twig_Node $notes = null, $lineno, $tag = null) argument
32 parent::__construct($nodes, array(), $lineno, $tag);
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DSimpleTokenParser.php14 protected $tag; variable in SimpleTokenParser
17 public function __construct($tag, $grammar) argument
19 $this->tag = $tag;
30 return $this->tag;
H A DgrammarTest.php25 public function testGrammar($tag, $grammar, $template, $output, $exception) argument
29 $twig->addTokenParser(new SimpleTokenParser($tag, $grammar));
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG57 * added the "deprecated" tag
181 * added the "with" tag
548 * fixed nested embed tag calls
577 * added an embed tag
658 * added a do tag
659 * added a flush tag
878 * added the spaceless tag
907 * the trans tag plural count is now attached to the plural tag:
923 * removed the sandboxed attribute of the include tag (use the new sandbox tag instead)
1047 * added support for short block tag
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst41 You can use a ``lipsum`` *tag*:
51 * The tag outputs something;
389 Most of the time though, a tag is not needed:
403 :doc:`filter <tags/filter>` tag:
416 :doc:`filter <tags/do>` tag.
445 Three steps are needed to define a new tag:
451 * Registering the tag.
453 Registering a new tag
512 the ``set`` tag.
751 Adding a tag in an extension can be done by overriding the
[all …]
H A Dadvanced_legacy.rst42 You can use a ``lipsum`` *tag*:
52 * The tag outputs something;
53 * The tag is not flexible as you cannot use it in an expression:
369 variables from within a template. The tag can be used like follows:
386 Three steps are needed to define a new tag:
392 * Registering the tag.
394 Registering a new tag
452 the ``set`` tag.
771 Adding a tag in an extension can be done by overriding the
785 In the above code, we have added a single new tag, defined by the
[all …]
H A Dapi.rst376 tag, ``autoescape``, and a filter, ``raw``.
391 You can also change the escaping mode locally by using the ``autoescape`` tag
405 The ``autoescape`` tag has no effect on included files.
491 the ``if`` tag, and the ``upper`` filter. Moreover, the templates will only be
502 untrusted template code by using the ``sandbox`` tag:
567 * ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_FOR``, optimizes the ``for`` tag by
589 * ``\Twig\Sandbox\SecurityError``: Thrown when an unallowed tag, filter, or

1...<<11121314151617181920>>...46