Home
last modified time | relevance | path

Searched refs:HtmlElement (Results 1 – 25 of 35) sorted by last modified time

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/src/Extension/Table/
H A DTableRowRenderer.php21 use League\CommonMark\Util\HtmlElement; alias
41 return new HtmlElement('tr', $attrs, $separator . $childRenderer->renderNodes($node->children()) . $separator);
H A DTableSectionRenderer.php21 use League\CommonMark\Util\HtmlElement; alias
47 return new HtmlElement($tag, $attrs, $separator . $childRenderer->renderNodes($node->children()) . $separator);
/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');
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DCodeRenderer.php
H A DInlineRendererInterface.php
H A DLinkRenderer.php
H A DNewlineRenderer.php
H A DStrongRenderer.php
H A DEmphasisRenderer.php
H A DImageRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListItemRenderer.php
H A DThematicBreakRenderer.php
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 DParagraphRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarkerRenderer.php19 use League\CommonMark\Util\HtmlElement;
36 $checkbox = new HtmlElement('input', $attrs, '', true);
15 use League\CommonMark\HtmlElement; global() alias

12