Home
last modified time | relevance | path

Searched refs:heading (Results 101 – 125 of 210) sorted by last modified time

123456789

/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php79 $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/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/strata/syntax/
H A Dentry.php264 $heading = '';
267 $heading = $data['data'][$this->util->getTitleKey()][0]['value'];
270 $heading = $data['title candidate']['value'];
274 $heading = p_get_first_heading($ID);
277 if(!$heading) {
279 $heading = noNS($ID);
282 $R->cdata($heading);
/plugin/strata/types/
H A Dref.php19 $heading = null;
21 // only use heading if allowed by configuration
25 $heading = $titles[0]['object'];
32 $R->internallink(':'.$value, $heading);
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt375 heading=Izenburua
H A Ddia_fa.txt375 heading=‫سر تیتر‬
H A Ddia_ja.txt375 heading=見出し
H A Ddia_kn.txt375 heading=Heading
H A Ddia_ru.txt375 heading=Заголовок
H A Ddia_si.txt375 heading=Heading
H A Ddia_sl.txt375 heading=Heading
H A Ddia_ta.txt375 heading=Heading
H A Ddia_vi.txt375 heading=Tiêu đề
H A Ddia_ar.txt375 heading=‫عنوان‬
H A Ddia_bg.txt375 heading=Заглавие
H A Ddia_bn.txt375 heading=Heading
H A Ddia_ca.txt375 heading=Capçalera
H A Ddia_cs.txt375 heading=Nadpis
H A Ddia_da.txt375 heading=Overskrift
H A Ddia_el.txt375 heading=Επικεφαλίδα
H A Ddia_eo.txt375 heading=Heading
H A Ddia_es.txt375 heading=Encabezado
H A Ddia_fil.txt375 heading=Pamuhatan
H A Ddia_fr.txt375 heading=En-tête
H A Ddia_he.txt375 heading=‫כותרת‬

123456789