/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/ |
H A D | TableOfContentsGenerator.php | 79 $heading = $headingLink->parent(); 80 // Make sure this is actually tied to a heading 81 if (! $heading instanceof Heading) { 86 if ($heading->getLevel() < $this->minHeadingLevel || $heading->getLevel() > $this->maxHeadingLevel) { 90 // Keep track of the first heading we see - we might need this later 91 $firstHeading ??= $heading; 95 $toc->setEndLine($heading->getEndLine()); 98 $link = new Link('#' . $this->fragmentPrefix . $headingLink->getSlug(), StringContainerHelper::getChildText($heading, [RawMarkupContainerInterface::class])); 101 $listItem->setStartLine($heading 159 getHeadingText(Heading $heading) global() argument [all...] |
/plugin/webcomponent/_test/data/pages/ |
H A D | heading.txt | 5 This section is using a [[https://spec.commonmark.org/0.29/#atx-heading|Atx Markdown heading]] and … 13 # First heading 14 ## Second heading 15 ### Third heading 16 #### Fourth heading
|
H A D | start.txt | 19 * [[heading|heading (Markdown Atx)]]
|
H A D | webcomponent.txt | 19 * [[heading|heading (Markdown Atx)]]
|
/plugin/prosemirror/parser/ |
H A D | InternalLinkNode.php | 23 $additionalAttributes['data-resolvedName'] = $name ?: $resolvedAttributes['heading']; 55 $heading = p_get_first_heading($resolvedPageId); 57 if (empty($heading)) { 58 $heading = $default; 66 'heading' => $heading, 75 $heading = p_get_first_heading($id); 76 if (!blank($heading)) { 77 return hsc($heading);
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | headline.md | 1 # a h1 heading 5 ## a h2 heading 9 #### a h4 heading argument 23 #### a h4 heading #### 25 #### a h4 heading ########
|
/plugin/admnote/syntax/ |
H A D | renderer.php | 86 $heading = ''; 99 $heading = implode(' ',$words); 101 $heading = $lang['adm_'.$cssClass]; 103 $data = array($state, $cssClass.'#'.$heading); 135 list($cssClass, $heading) = explode('#',$text); 138 $renderer->_xmlEntities($heading)."</p>\n";
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/ |
H A D | Pose.php | 27 public $heading; variable in Google\\Service\\StreetViewPublish\\Pose 57 public function setHeading($heading) argument 59 $this->heading = $heading; 63 return $this->heading;
|
/plugin/subjectindex/syntax/ |
H A D | index.php | 190 $heading = 1; // html heading number 1-6 216 $lines[] = array($heading, $cur_node, $links, $anchor); 219 $lines[] = array($heading, $cur_node, '' ,''); 223 $heading = ($heading > 5) ? 6 : $heading + 1; 276 list($heading, $cur_node, $pages, $anchor) = $line; 285 $indent_style = 'margin-left:' . ($heading - 1) * 10 . 'px'; 286 $entry = '<h' . $heading . ' style="' . $indent_style . '"'; 303 …anchor . '>' . $cur_node . $freq . '<span class="links">' . $links . '</span></h' . $heading . '>'; 309 $entry .= '>' . $cur_node . '</h' . $heading . '>';
|
/plugin/strata/types/ |
H A D | ref.php | 19 $heading = null; 21 // only use heading if allowed by configuration 25 $heading = $titles[0]['object']; 32 $R->internallink($hint.':'.$value, $heading);
|
/plugin/mediasyntax/test/ |
H A D | mediasyntax-test.txt | 1 = heading 1 = 2 == heading 2 == 3 === heading 3 === 4 ==== heading 4 ==== 28 =>this is not a heading!!!
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
H A D | HeadingRenderer.php | 37 $heading = str_repeat('=', max(7 - $node->getLevel(), 2)) . ' '; 39 $result = $heading . $DWRenderer->renderNodes($node->children()) . strrev($heading);
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/ |
H A D | HeadingPermalinkProcessor.php | 68 private function addHeadingLink(Heading $heading, int $slugLength, string $idPrefix, bool $applyToHeading, string $headingClass): void 70 $text = StringContainerHelper::getChildText($heading, [RawMarkupContainerInterface::class]); 72 'node' => $heading, 77 $heading->data->set('attributes/id', $idPrefix . $slug); 81 $heading->data->append('attributes/class', $headingClass); 88 $heading->prependChild($headingLinkAnchor); 92 $heading->appendChild($headingLinkAnchor); 85 addHeadingLink(Heading $heading, Document $document) global() argument
|
/plugin/acmenu/ |
H A D | syntax.php | 129 // get heading and id of the namespace where <acmenu> belongs 228 * ["heading"] => (str) "<heading>" 234 * ["heading"] => (str) "<heading>" 264 $heading = $pg_name; 266 $heading = p_get_first_heading($id); 268 $tree[] = array("heading" => $heading, 279 $heading [all...] |
/plugin/ireadit/action/ |
H A D | notification.php | 51 $heading = p_get_first_heading($page); 52 if (!blank($heading)) { 53 $link .= $heading;
|
/plugin/approve/action/ |
H A D | notification.php | 55 $heading = p_get_first_heading($id); 56 if (!blank($heading)) { 57 $link .= $heading;
|
/plugin/pagequery/ |
H A D | PageQuery.php | 153 // third column: cache the display name; taken from metadata => 1st heading 687 * group a multi-dimensional array by each level heading 697 * array(0, '...') => 0 = normal row item (not heading) 760 // only show namespaces that are different from the previous heading 767 // allow the first heading to be used instead of page id/name 842 $heading = ''; 845 $heading = $name; 860 // Begin new column if: 1) we are at the start, 2) last item was not a heading or 3) if there is no grouping 865 $jump_tip = sprintf($this->lang['jump_section'], $heading); 871 . $heading [all...] |
/plugin/combo/resources/slot/ |
H A D | main-header.md | 2 <heading h1>$title</heading>
|
/plugin/admnote/ |
H A D | README.md | 29 ### Custom heading 31 You can replace the standard heading by adding your heading text as a third parameter in the `<adm>… 35 There is no need for quotes in your heading. You cannot use wiki styles in the heading.
|
/plugin/numberedheadings/ |
H A D | README.md | 10 | tier1 | heading level corresponding to the first tier (default = 2) | 12 | fancy | styled heading numbers (default = false) | 18 Adding a `-` before the heading text will make the headings tiered-numbered. 21 You can use `-#<number>` to set number of the heading. 72 You can use `-"<string>"` to set number string of the heading.
|
/plugin/currentlyreading/ |
H A D | syntax.php | 97 $heading = hsc($this->getConf('alternative')); 98 } else $heading = $this->getLang('currentlyreading'); 101 … style="max-width: '.$width.'px;"><span class="plugin_currentlyreading">'.$heading.'</span><br />'.
|
/plugin/strata/syntax/ |
H A D | entry.php | 256 $heading = ''; 259 $heading = $data['data'][$this->util->getTitleKey()][0]['value']; 262 $heading = $data['title candidate']['value']; 266 $heading = p_get_first_heading($ID); 269 if(!$heading) { 271 $heading = noNS($ID); 277 if($mode == 'xhtml') { $R->doc .= '<div class="strata-entry" id="'.Clean::deaccent(strtolower($heading)).'">'; } 285 $R->cdata($heading);
|
/plugin/combo/resources/page-image/ |
H A D | vignette.md | 6 <heading d4 boldness="bold">${title|head(55,"..." )}</heading>
|
/plugin/editsections/ |
H A D | plugin.info.txt | 6 …heading they originated from. Configurable for nested (hierarchical) or flat edit sections. Nested…
|
/plugin/directions/syntax/ |
H A D | common.php | 275 $heading = p_get_first_heading($page); 276 if (!isset($heading)) $heading = $page; 277 return $heading;
|