/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | ElementRendererInterface.php | 18 use League\CommonMark\Inline\Element\AbstractInline; alias 34 * @param AbstractInline $inline 38 public function renderInline(AbstractInline $inline): string; 41 * @param AbstractInline[] $inlines
|
H A D | HtmlRenderer.php | 19 use League\CommonMark\Inline\Element\AbstractInline; alias 52 * @param AbstractInline $inline 58 public function renderInline(AbstractInline $inline): string 73 * @param AbstractInline[] $inlines
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/Generator/ |
H A D | MentionGeneratorInterface.php | 15 use League\CommonMark\Inline\Element\AbstractInline; alias 22 * @return AbstractInline|null 24 public function generateMention(Mention $mention): ?AbstractInline;
|
H A D | CallbackGenerator.php | 15 use League\CommonMark\Inline\Element\AbstractInline; alias 31 public function generateMention(Mention $mention): ?AbstractInline 38 if ($result instanceof AbstractInline && !($result instanceof Mention)) {
|
H A D | StringTemplateLinkGenerator.php | 15 use League\CommonMark\Inline\Element\AbstractInline; alias 27 public function generateMention(Mention $mention): ?AbstractInline
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/ |
H A D | InlineRendererInterface.php | 19 use League\CommonMark\Inline\Element\AbstractInline; alias 24 * @param AbstractInline $inline 29 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer);
|
H A D | TextRenderer.php | 18 use League\CommonMark\Inline\Element\AbstractInline; alias 30 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer)
|
H A D | NewlineRenderer.php | 19 use League\CommonMark\Inline\Element\AbstractInline; alias 30 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer)
|
H A D | StrongRenderer.php | 19 use League\CommonMark\Inline\Element\AbstractInline; alias 30 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer)
|
H A D | EmphasisRenderer.php | 19 use League\CommonMark\Inline\Element\AbstractInline; alias 30 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer)
|
H A D | CodeRenderer.php | 19 use League\CommonMark\Inline\Element\AbstractInline; alias 31 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer)
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/ |
H A D | AttributesHelper.php | 19 use League\CommonMark\Inline\Element\AbstractInline; alias 98 * @param AbstractBlock|AbstractInline|array<string, mixed> $attributes1 99 * @param AbstractBlock|AbstractInline|array<string, mixed> $attributes2 107 if ($arg instanceof AbstractBlock || $arg instanceof AbstractInline) {
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ |
H A D | DWRenderer.php | 20 use League\CommonMark\Inline\Element\AbstractInline; alias 55 * @param AbstractInline $inline 61 public function renderInline(AbstractInline $inline): string 76 * @param AbstractInline[] $inlines
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/ |
H A D | Strikethrough.php | 14 use League\CommonMark\Inline\Element\AbstractInline; alias 16 final class Strikethrough extends AbstractInline
|
H A D | StrikethroughRenderer.php | 16 use League\CommonMark\Inline\Element\AbstractInline; alias 21 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer)
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/ |
H A D | HeadingPermalink.php | 14 use League\CommonMark\Inline\Element\AbstractInline; alias 19 final class HeadingPermalink extends AbstractInline
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/ |
H A D | FootnoteBackref.php | 17 use League\CommonMark\Inline\Element\AbstractInline; alias 23 final class FootnoteBackref extends AbstractInline
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/ |
H A D | TaskListItemMarker.php | 14 use League\CommonMark\Inline\Element\AbstractInline; alias 16 final class TaskListItemMarker extends AbstractInline
|
H A D | TaskListItemMarkerRenderer.php | 16 use League\CommonMark\Inline\Element\AbstractInline; alias 27 public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer)
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/ |
H A D | AttributesInline.php | 17 use League\CommonMark\Inline\Element\AbstractInline; alias 19 final class AttributesInline extends AbstractInline
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | StrongRenderer.php | 20 use League\CommonMark\Inline\Element\AbstractInline; alias 31 public function render(AbstractInline $inline, ElementRendererInterface $DWRenderer)
|
H A D | EmphasisRenderer.php | 20 use League\CommonMark\Inline\Element\AbstractInline; alias 31 public function render(AbstractInline $inline, ElementRendererInterface $DWRenderer)
|
H A D | CodeRenderer.php | 19 use League\CommonMark\Inline\Element\AbstractInline; alias 32 public function render(AbstractInline $inline, ElementRendererInterface $DWRenderer)
|
H A D | TextRenderer.php | 20 use League\CommonMark\Inline\Element\AbstractInline; alias 32 public function render(AbstractInline $inline, ElementRendererInterface $DWRenderer)
|
H A D | NewlineRenderer.php | 20 use League\CommonMark\Inline\Element\AbstractInline; alias 31 public function render(AbstractInline $inline, ElementRendererInterface $DWRenderer)
|