Home
last modified time | relevance | path

Searched refs:HtmlElement (Results 1 – 25 of 35) sorted by path

12

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFootnoteRenderer.php37 * @return HtmlElement
H A DListBlockRenderer.php21 use League\CommonMark\HtmlElement; global() alias
H A DParagraphRenderer.php31 * @return HtmlElement|string
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DNewlineRenderer.php29 * @return HtmlElement|string
/plugin/commonmark/vendor/league/commonmark/
H A D.phpstorm.meta.php14 expectedArguments(\League\CommonMark\Util\HtmlElement::__construct(), 0, 'a', 'abbr', 'address', 'area', 'article', 'aside', 'audio', 'b', 'base', 'bdi', 'bdo', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'cite', 'code', 'col', 'colgroup', 'data', 'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'iframe', 'img', 'input', 'ins', 'kdb', 'keygen', 'label', 'legend', 'li', 'link', 'main', 'map', 'mark', 'menu', 'menuitem', 'meta', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'pre', 'progress', 'q', 's', 'samp', 'script', 'section', 'select', 'small', 'source', 'span', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'u', 'ul', 'var', 'video', 'wbr');
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DBlockQuoteRenderer.php
H A DBlockRendererInterface.php
H A DFencedCodeRenderer.php
H A DHeadingRenderer.php
H A DIndentedCodeRenderer.php
H A DListBlockRenderer.php
H A DListItemRenderer.php
H A DParagraphRenderer.php
H A DThematicBreakRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteBackrefRenderer.php21 use League\CommonMark\Util\HtmlElement;
53 return ' ' . new HtmlElement('a', $attrs->export(), \htmlspecialchars($symbol), true);
19 use League\CommonMark\HtmlElement; global() alias
H A DFootnoteContainerRenderer.php21 use League\CommonMark\Util\HtmlElement; alias
46 $contents = new HtmlElement('ol', [], $childRenderer->renderNodes($node->children()));
48 $contents = [new HtmlElement('hr', [], null, true), $contents];
51 return new HtmlElement('div', $attrs->export(), $contents);
H A DFootnoteRefRenderer.php21 use League\CommonMark\Util\HtmlElement;
48 return new HtmlElement(
53 new HtmlElement(
19 use League\CommonMark\HtmlElement; global() alias
H A DFootnoteRenderer.php21 use League\CommonMark\Util\HtmlElement; alias
47 return new HtmlElement(
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkRenderer.php19 use League\CommonMark\Util\HtmlElement;
83 return new HtmlElement('a', $attrs->export(), \htmlspecialchars($symbol), false);
15 use League\CommonMark\HtmlElement; global() alias
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethroughRenderer.php19 use League\CommonMark\Util\HtmlElement;
35 return new HtmlElement('del', $node->data->get('attributes'), $childRenderer->renderNodes($node->children()));
15 use League\CommonMark\HtmlElement; global() alias
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableCellRenderer.php22 use League\CommonMark\Util\HtmlElement;
62 return new HtmlElement($tag, $attrs, $childRenderer->renderNodes($node->children()));
21 use League\CommonMark\HtmlElement; global() alias
H A DTableRenderer.php21 use League\CommonMark\Util\HtmlElement; alias
43 return new HtmlElement('table', $attrs, $separator . \trim($children) . $separator);
H A DTableRowRenderer.php21 use League\CommonMark\Util\HtmlElement; alias
41 return new HtmlElement('tr', $attrs, $separator . $childRenderer->renderNodes($node->children()) . $separator);

12