Home
last modified time | relevance | path

Searched refs:content (Results 226 – 250 of 1767) sorted by last modified time

12345678910>>...71

/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.hbs8 <div id="main-content">
9 {{{ main-content-html }}}
H A Dapp-index.hbs11 <div id="main-content">
12 {{{ main-content-html }}}
H A Dapp-login.css1 #main-content {
H A Dapp-login.hbs10 <div id="main-content">
11 {{{ main-content-html }}}
H A Dapp-profile.hbs11 <div id="main-content">
12 {{{ main-content-html }}}
H A Dapp-register.hbs10 <div id="main-content">
11 {{{ main-content-html }}}
H A Dapp-resendpwd.hbs10 <div id="main-content" style="margin:5rem auto">
11 {{{ main-content-html }}}
H A Dapp-revisions.hbs8 <div id="main-content" class="mb-3">
9 {{{ main-content-html }}}
H A Dapp-search.hbs8 <div id="main-content">
9 {{{ main-content-html }}}
H A Dapp.md5 and leaves all the middle space for the content.
H A Dblank.hbs11 <div id="main-content">
12 {{{ main-content-html }}}
H A Dhamburger.hbs8 <div id="main-content">
9 {{{ main-content-html }}}
H A Dholy-medium.css21 align-content: flex-start;
31 height: fit-content;
38 #main-content {
H A Dholy.css12 grid-template-columns: minmax(min-content,1fr) 3fr;
13 align-content: flex-start
30 grid-template-columns: minmax(min-content,1fr) 5fr;
43 align-content: flex-start
61 #main-content {
H A Dindex.hbs15 <div id="main-content">
18 {{{ main-content-html }}}
H A Dlanding.hbs11 <main id="main-content">
12 {{{ main-content-html }}}
16 {{!-- Railbar at the end to paint over the footer. It happens when a page without a lot of content is shown such as a slot --}}
H A Dminimal.hbs14 <div id="main-content">
15 {{{ main-content-html }}}
/plugin/combo/resources/webcode/
H A Dwebcode-iframe.css4 * when the content changes
/plugin/combo/syntax/
H A Dmath.php36 * because we manage self the content and we call self the parser
112 list($content) = $data;
133 $renderer->doc .= $renderer->_xmlEntities($content) . DOKU_LF;
175 $renderer->mathjax_content($content);
H A Dmetadata.php49 $content = '<div id="' . self::META_MESSAGE_BOX_ID . '" class="alert alert-success " role="note">';
51 $content .= '<h2 class="alert-heading" ">' . $attributes[self::TITLE_ATTRIBUTE] . '</h2>';
66 $content .= \ComboStrap\ArrayUtility::formatAsHtmlList($metas);
78 $content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('message_come_from') . PluginUtility::getDocumentationHyperLink("metadata:viewer", "ComboStrap Metadata Viewer") . '</div>';
79 $content .= '</div>';
80 return $content;
114 * because we manage self the content and we call self the parser
/plugin/combo/ComboStrap/
H A DMarkupRenderUtility.php23 * @param $content
28 public static function renderText2XhtmlAndStripPEventually($content, bool $strip = true): string argument
32 ->setRequestedMarkupString($content)
H A DMessage.php15 private array $content = []; variable in ComboStrap\\Message
65 if (!isset($this->content[$mime])) {
66 $this->content[$mime] = [];
68 $this->content[$mime][] = $message;
106 return implode(DOKU_LF, $this->content[$mime]);
109 foreach ($this->content as $contentArray) {
118 $plainTextLines = $this->content[Mime::PLAIN_TEXT];
139 * Return an HTML Box (Used when sending message and in the main content)
155 if (sizeof($this->content) <> 0) {
222 $content
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DUnknownPseudoClassException.php26 $token->content,
H A DUnknownPseudoElementException.php26 $token->content,
/plugin/combo/action/
H A Dpagesystemmutation.php108 * (No content)
111 * Page deletion may be detected by checking for empty page content.
121 $content = $data[0][1];
122 if (empty($content) && $rev === false) {

12345678910>>...71