Home
last modified time | relevance | path

Searched refs:headline (Results 26 – 39 of 39) sorted by last modified time

12

/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/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/issuetracker/
H A DREADME121 Issue Title the headline of the issue
/plugin/bugzillaint/
H A Dstyle.css85 div.dokuwiki .bugzillalist li.group-headline {
88 div.dokuwiki .bugzillalist li.group-headline-first {
/plugin/latexit/tests/my/
H A Dtest18.latex10 \label{sec:headline}
/plugin/html2pdf/snorriheim/
H A Dprint.css70 /* general headline setup */
H A Ddesign.css409 /* general headline setup */
/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/headernofloat/
H A Dstyle.css8 /* general headline setup */
/plugin/aceeditor/
H A DNEWS22 * Fixed headline buttons when Ace is disabled
/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/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/doctree2filelist/
H A Dadmin.php103 print "<h1>" . $this->getLang('headline') ."</h1>\n";

12