Home
last modified time | relevance | path

Searched refs:parseInline (Results 1 – 14 of 14) sorted by relevance

/plugin/mdpage/vendor/cebe/markdown/block/
H A DHeadlineTrait.php44 'content' => $this->parseInline(trim($lines[$current], "# \t")),
52 'content' => $this->parseInline($lines[$current]),
68 abstract protected function parseInline($text); function
H A DTableTrait.php76 $row = $this->parseInline($line);
154 abstract protected function parseInline($text); function
H A DListTrait.php154 $content = $this->parseInline(implode("\n", $firstPar));
199 abstract protected function parseInline($text); function
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DEmphStrongTrait.php43 $this->parseInline($matches[1]),
66 $this->parseInline($matches[1]),
85 abstract protected function parseInline($text); function
H A DStrikeoutTrait.php25 $this->parseInline($matches[1])
38 abstract protected function parseInline($text); function
H A DLinkTrait.php70 'text' => $this->parseInline($text),
225 return '[' . $this->renderAbsy($this->parseInline(substr($block['orig'], 1)));
242 return '![' . $this->renderAbsy($this->parseInline(substr($block['orig'], 2)));
285 abstract protected function parseInline($text); function
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php199 protected function parseInline($text) function in cebe\\markdown\\MarkdownExtra
201 $elements = parent::parseInline($text);
227 return '[' . $this->renderAbsy($this->parseInline(substr($block['orig'], 1)));
245 return '![' . $this->renderAbsy($this->parseInline(substr($block['orig'], 2)));
H A DParser.php85 $absy = $this->parseInline($text);
229 'content' => $this->parseInline(implode("\n", $content)),
319 protected function parseInline($text) function in cebe\\markdown\\Parser
H A DMarkdown.php113 'content' => $this->parseInline(implode("\n", $content)),
H A DGithubMarkdown.php95 'content' => $this->parseInline(implode("\n", $content)),
H A DREADME.md321 …// return the parsed tag as an element of the abstract syntax tree and call `parseInline()` to all…
323 ['strike', $this->parseInline($matches[1])],
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DParserTest.php91 $inside = $this->parseInline(substr($text, 1, $terminatingMarkerPos - 1));
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php302 abstract protected function parseInline($line); function
316 $this->renderAbsy($this->parseInline(substr($block['orig'], $prefix_len)));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1parseInline(token.tokens), token.depth, unescape$1(this.parseInline(token.tokens, this.textRendere…