Home
last modified time | relevance | path

Searched refs:headline (Results 1 – 25 of 39) sorted by relevance

12

/plugin/include/syntax/
H A Dheader.php35 list($headline, $lvl, $pos, $page, $sect, $flags) = $data;
39 $hid = $renderer->_headerToLink($headline, true);
40 $renderer->toc_additem($hid, $headline, $lvl);
54 $classes[] = $renderer->startSectionEdit($pos, array('target' => 'section', 'name' => $headline, 'hid' => $hid));
56 $classes[] = $renderer->startSectionEdit($pos, 'section', $headline);
62 $headline = $renderer->_xmlEntities($headline);
63 $renderer->doc .= ' id="'.$hid.'"><a href="' . $url . '" title="' . $headline . '">';
64 $renderer->doc .= $headline;
68 $renderer->header($headline,
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DFeatureDescription.php25 public $headline; variable in Google\\Service\\ManufacturerCenter\\FeatureDescription
36 public function setHeadline($headline) argument
38 $this->headline = $headline;
45 return $this->headline;
/plugin/toctweak/
H A Dhelper.php91 function get_metatoc($id, $topLv=null, $maxLv=null, $headline='') { argument
103 $toc = $this->_toc($toc, $topLv, $maxLv, $headline);
125 function _toc(array $toc, $topLv=null, $maxLv=null, $headline='') { argument
130 $headline_matched = empty($headline);
136 if ($headline) {
138 if ($item['hid'] == $headline) {
178 list($topLv, $maxLv, $headline) = $params;
179 $toc = $this->_toc($toc, $topLv, $maxLv, $headline);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCollection.php48 public $headline; variable in Google\\Service\\ShoppingContent\\Collection
161 public function setHeadline($headline) argument
163 $this->headline = $headline;
170 return $this->headline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeNativeAd.php30 public $headline; variable in Google\\Service\\AdExchangeBuyer\\CreativeNativeAd
94 public function setHeadline($headline) argument
96 $this->headline = $headline;
100 return $this->headline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DNativeContent.php47 public $headline; variable in Google\\Service\\AdExchangeBuyerII\\NativeContent
153 public function setHeadline($headline) argument
155 $this->headline = $headline;
162 return $this->headline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DNativeContent.php47 public $headline; variable in Google\\Service\\RealTimeBidding\\NativeContent
153 public function setHeadline($headline) argument
155 $this->headline = $headline;
162 return $this->headline;
/plugin/toctweak/action/
H A Drendertoc.php137 $headline = '';
144 $html_toc = $tocTweak->html_toc($toc, $topLv, $maxLv, $headline);
181 $headline = '';
187 $event->data = $tocTweak->_toc($toc, $topLv, $maxLv, $headline);
216 $headline = '';
223 $html_toc = $tocTweak->html_toc($toc, $topLv, $maxLv, $headline);
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dtest_precedence.md1 Not a headline but a code block:
7 Not a headline but two HR:
H A Ddense-block-markers.md11 this is a paragraph, not a headline or list
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtest_precedence.md1 Not a headline but a code block:
7 Not a headline but two HR:
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dtest_precedence.md1 Not a headline but two HR:
H A Ddense-block-markers.md11 this is a paragraph, not a headline or list
/plugin/redirect/lang/ja/
H A Dintro.txt14 somepage internalpage\#headline
/plugin/redirect/lang/fa/
H A Dintro.txt11 somepage internalpage\#headline
/plugin/redirect/lang/ru/
H A Dintro.txt10 page new_page\#headline
/plugin/redirect2/lang/ja/
H A Dintro.txt9 301 pagename ns:page#headline # 別ページの特定の見出しに転送する場合
/plugin/farmsync/
H A Dstyle.less81 // icon before the headline
115 // type headline
/plugin/headernofloat/
H A Dstyle.css8 /* general headline setup */
/plugin/latexit/tests/my/
H A Dtest18.latex10 \label{sec:headline}
/plugin/exttab3/
H A Dexample.txt81 The headline will be shown in TOC.
94 The headline will be shown in TOC.
/plugin/redirect/lang/en/
H A Dintro.txt10 somepage internalpage\#headline
/plugin/redirect/lang/de/
H A Dintro.txt10 somepage internalpage\#headline
/plugin/bugzillaint/
H A Dstyle.css85 div.dokuwiki .bugzillalist li.group-headline {
88 div.dokuwiki .bugzillalist li.group-headline-first {
/plugin/redirect2/lang/en/
H A Dintro.txt10 301 pagename ns:page#headline # redirect permanently to the anchor in other page

12