Lines Matching refs:html

36      * <!doctype html>
40 const DOCTYPE = "<!doctype html>\n";
128 * @return string - the page as html string (not dom because that's not how works dokuwiki)
137 * The deprecated report are just messing up html
356 $html = $this->getShortcutFavIconHtmlLink();
357 $html .= $this->getIconHtmlLink();
358 $html .= $this->getAppleTouchIconHtmlLink();
359 return $html;
399 $html = "";
418 $html .= TagAttributes::createEmpty()
425 return $html;
546 $model["railbar-html"] = FetcherRailBar::createRailBar()
579 $model["main-content-html"] = $this->mainContent;
593 $model["main-content-html"] = FetcherMarkup::confRoot()
601 $model["main-content-html"] = "An error has occured. " . $e->getMessage();
609 $model['toc-html'] = $this->getTocOrDefault()->toXhtml();
618 $model["$elementId-html"] = $slot->getMarkupFetcher()->getFetchString();
623 $model["$elementId-html"] = LogUtility::wrapInRedForHtml("Error: " . $e->getMessage());
629 * Used to add html such as {@link \action_plugin_combo_routermessage}
637 $model["main-content-afterbegin-html"] = $tplActRenderOutput;
644 $model["main-content-html"] = $this->mainContent;
656 $model['head-html'] = $this->getHeadHtml();
665 $model['preloaded-stylesheet-html'] = $this->getHtmlForPreloadedStyleSheets();
682 $model['messages-html'] = $this->getMessages();
688 $model['head-html'] .= Snippet::getOrCreateFromComponentId("toast", Snippet::EXTENSION_JS)->toXhtml();
699 $model['task-runner-html'] = $this->getTaskRunnerImg();
787 // such as https://github.com/jakearchibald/svgomg/blob/master/src/index.html#L183