Home
last modified time | relevance | path

Searched refs:toHtmlEnterTag (Results 1 – 25 of 60) sorted by relevance

123

/plugin/combo/ComboStrap/
H A DPageExplorerTag.php118 ->toHtmlEnterTag("li");
132 ->toHtmlEnterTag("a");
379 ->toHtmlEnterTag("ul");
403 ->toHtmlEnterTag("li");
417 ->toHtmlEnterTag("a");
449 ->toHtmlEnterTag("li");
464 ->toHtmlEnterTag("a");
490 ->toHtmlEnterTag("li");
494 ->toHtmlEnterTag("li");
535 ->toHtmlEnterTag("
[all...]
H A DTabsTag.php112 $html = $tagAttributes->toHtmlEnterTag("ul");
120 $html = $tagAttributes->toHtmlEnterTag("div") .
129 ->toHtmlEnterTag("ul");
168 ->toHtmlEnterTag("li");
186 ->toHtmlEnterTag("a");
213 $html = $tagAttributes->toHtmlEnterTag("div");
H A DImageLink.php99 return $linkTagAttributes->toHtmlEnterTag("a") . $title . "</a>";
117 return $linkTagAttributes->toHtmlEnterTag("a") . $htmlMediaMarkup . "</a>";
125 return $linkTagAttributes->toHtmlEnterTag("a") . $htmlMediaMarkup . "</a>";
H A DBlockquoteTag.php270 return $tagAttributes->toHtmlEnterTag("blockquote");
292 return $tagAttributes->toHtmlEnterTag("blockquote");
309 return $tagAttributes->toHtmlEnterTag("div") . DOKU_LF;
H A DBreadcrumbTag.php75 $htmlOutput = $tagAttributes->toHtmlEnterTag("nav");
104 $htmlOutput = $tagAttributes->toHtmlEnterTag("span");
H A DSectionTag.php22 return $tag->toHtmlEnterTag("section");
H A DJumbotronTag.php32 ->toHtmlEnterTag("div");
H A DDropDownTag.php29 $liHtml = $tagAttributes->toHtmlEnterTag("li");
H A DContainerTag.php44 return $tagAttributes->toHtmlEnterTag("div");
H A DPrism.php280 $codeHtml = $codeAttributes->toHtmlEnterTag('code');
341 $htmlCode = $attributes->toHtmlEnterTag("pre");
H A DNoteTag.php68 return $tagAttributes->toHtmlEnterTag("span");
H A DFetcherPageSearch.php63 $html = $linkUtility->toAttributes()->toHtmlEnterTag("a") . $page->getTitleOrDefault() . "</a>";
H A DThirdMediaLink.php51 return $tagAttributes->toHtmlEnterTag("a") . $label . "</a>";
H A DSlotSystem.php42 ->toHtmlEnterTag("a")
/plugin/combo/syntax/
H A Ditext.php134 $toHtmlEnterTag = $tagAttributes->toHtmlEnterTag("span");
135 $renderer->doc .= $toHtmlEnterTag;
H A Dheader.php129 $renderer->doc .= $tagAttributes->toHtmlEnterTag("div");
134 ->toHtmlEnterTag("header");
H A Dpara.php201 $renderer->doc .= $tagAttributes->toHtmlEnterTag("p");
206 $renderer->doc .= $tagAttributes->toHtmlEnterTag("p");
H A Dtoc.php141 ->toHtmlEnterTag("nav");
H A Dminimap.php260 $miniMapList .= $linkAttribute->toHtmlEnterTag("a");
293 $panelHeaderContent = $startLink->toAttributes()->toHtmlEnterTag("a");
H A Dbackgrounds.php149 $renderer->doc .= $tagAttributes->toHtmlEnterTag("div");
H A Dcite.php139 $renderer->doc .= $tagAttributes->toHtmlEnterTag("cite");
H A Dfooter.php174 $renderer->doc .= $tagAttributes->toHtmlEnterTag("footer");
/plugin/combo/ComboStrap/Tag/
H A DTableTag.php70 ->toHtmlEnterTag("div");
74 ->toHtmlEnterTag("table");
H A DRelatedTag.php65 $html = $tagAttributes->toHtmlEnterTag("div");
84 $html .= $linkUtility->toAttributes(self::TAG)->toHtmlEnterTag("a");
H A DSubscribeTag.php60 return $attributes->toHtmlEnterTag("div") . $form . '</div>';

123