Home
last modified time | relevance | path

Searched refs:headline (Results 26 – 39 of 39) sorted by path

12

/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dtest_precedence.md1 Not a headline but two HR:
/plugin/redirect/lang/de/
H A Dintro.txt10 somepage internalpage\#headline
/plugin/redirect/lang/en/
H A Dintro.txt10 somepage internalpage\#headline
/plugin/redirect/lang/fa/
H A Dintro.txt11 somepage internalpage\#headline
/plugin/redirect/lang/ja/
H A Dintro.txt14 somepage internalpage\#headline
/plugin/redirect/lang/ru/
H A Dintro.txt10 page new_page\#headline
/plugin/redirect2/lang/en/
H A Dintro.txt10 301 pagename ns:page#headline # redirect permanently to the anchor in other page
/plugin/redirect2/lang/ja/
H A Dintro.txt9 301 pagename ns:page#headline # 別ページの特定の見出しに転送する場合
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css12 /* emulate a headline */
22 /* emulate a bigger headline with a bottom border */
33 /* different bigger headline for safety notes */
/plugin/solr/
H A DREADME.md32 …ed in the content of the document. Search terms that occur in the first headline (the page title) …
/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/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/wrap/
H A Dall.less14 /* emulate a headline
23 /* emulate a bigger headline with a bottom border */
31 /* different bigger headline for safety notes */
H A Dexample.txt130 When the ''emulatedHeadlines'' config option is enabled, every ''%%//**__text like this__**//%%'' or ''%%//**like that**//%%'' will create an "emulated headline" within a wrap. This feature is deprecated and will be removed at some point as standard headlines within wraps are supported for a while now.

12