Home
last modified time | relevance | path

Searched refs:DocParser (Results 1 – 9 of 9) sorted by relevance

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DCommonmark.php6 use League\CommonMark\DocParser; global() alias
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php35 * @var DocParser
46 $this->parser = new DocParser();
H A DAnnotationReader.php176 * @param DocParser $parser
180 public function __construct(DocParser $parser = null)
202 $this->parser = $parser ?: new DocParser();
204 $this->preParser = new DocParser;
H A DDocParser.php40 final class DocParser class
/plugin/commonmark/vendor/league/commonmark/src/
H A DMarkdownConverter.php
H A DDocParser.php
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md91 `Doctrine\Common\Annotations\DocParser::setIgnoredAnnotationNamespaces()`. This will
100 * allow skipping non-imported annotations when a custom `DocParser` is passed to
105 - [45: DocParser can now ignore whole namespaces](https://github.com/doctrine/annotations/pull/45)
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
H A DCHANGELOG-0.x.md