Home
last modified time | relevance | path

Searched refs:Tag (Results 226 – 250 of 252) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescription.php56 /** @var Tag[] */
63 * @param Tag[] $tags
76 * @return Tag[]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DAlignFormatter.php16 use phpDocumentor\Reflection\DocBlock\Tag; alias
27 * @param Tag[] $tags All tags that should later be aligned with the formatter.
39 * @param Tag $tag
43 public function format(Tag $tag)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DFormatter.php15 use phpDocumentor\Reflection\DocBlock\Tag; alias
22 * @param Tag $tag
26 public function format(Tag $tag);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php15 use Symfony\Component\Yaml\Tag\TaggedValue;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php17 use Symfony\Component\Yaml\Tag\TaggedValue;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst112 Complex Translations within an Expression or Tag
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php15 use phpDocumentor\Reflection\DocBlock\Tag; alias
26 /** @var Tag[] An array containing all the tags in this docblock; except inline. */
62 Assert::allIsInstanceOf($tags, Tag::class);
154 * @return Tag[]
167 * @return Tag[]
175 /** @var Tag $tag */
198 /** @var Tag $tag */
211 * @param Tag $tag The tag to remove.
215 public function removeTag(Tag $tagToRemove)
228 * @param Tag $tag The tag to add.
[all …]
H A DDocBlockFactory.php17 use phpDocumentor\Reflection\DocBlock\Tag; alias
97 return $tag instanceof Tag;
/plugin/sha3sum/
H A DPlugin.txt33 Tag is %%[[SHA3:_INFORMATION_]]%% for hash of _INFORMATION_.\\
H A DREADME.MD16 Tag is [[SHA3:_INFORMATION_]] for hash of _INFORMATION_.
/plugin/noiewarning/
H A DChangeLog37 * Tag: Experimental.
/plugin/wikistats/
H A DREADME.md204 * Plugin now display stats even if Tag plugin is not installed
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt10 tags |text |size="14" | |Tag&nbsp |tagdescr
H A Dnewstemplate_de.txt10 tags |text |size="14" | |Tag&nbsp |tagdescr
H A Dnewstemplate_en.txt10 tags |text |size="14" | |Tag&nbsp |tagdescr
H A Dnewstemplate_it.txt10 tags |text |size="14" | |Tag&nbsp |tagdescr
/plugin/indexnumber/
H A DREADME.md22 ## Tag syntax
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt959 9.2.3: Tag: Section
965 9.2.4: Tag: Stage
971 9.2.5: Tag: Board
983 9.3.1: Tag: Opening
1012 9.4.1: Tag: ECO
1021 9.4.2: Tag: NIC
1034 9.5.1: Tag: Time
1043 9.5.2: Tag: UTCTime
1117 9.7.1: Tag: SetUp
1127 9.7.2: Tag: FEN
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php57 $this->tag = new Tag();
384 $tempTag = new Tag();
390 $tempTagCopy = new Tag();
565 $branch->setTag(new Tag($tags[1]));
H A DTag.php34 class Tag { class
64 function Tag($name = "", $content = "") { function in Tag
H A DXMLDocument.php59 $this->tag = new Tag();
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css463 * Tag combinations
/plugin/formatplus/
H A DREADME14 ^ Style ^ Syntax ^ XHTML Tag ^
30 ^ Style ^ Syntax ^ XHTML Tag ^
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1242 (bold) ? HTML.Tag.B : HTML.Tag.I); in actionPerformed()

1234567891011