Searched refs:_toc (Results 1 – 9 of 9) sorted by relevance
/plugin/markdownextra/ |
H A D | syntax.php | 55 $match = $this->_toc($renderer, $match); 71 $this->_toc($renderer, $match); 120 function _toc(&$renderer, $text) function in syntax_plugin_markdownextra
|
/plugin/toctweak/ |
H A D | helper.php | 103 $toc = $this->_toc($toc, $topLv, $maxLv, $headline); 125 function _toc(array $toc, $topLv=null, $maxLv=null, $headline='') { function in helper_plugin_toctweak 179 $toc = $this->_toc($toc, $topLv, $maxLv, $headline);
|
H A D | all.less | 99 /lib/tpl/dokuwiki/css/_toc.css
|
/plugin/txt2tags/ |
H A D | syntax.php | 64 $match = $this->_toc($renderer, $match); 132 function _toc(&$renderer, $text) function in syntax_plugin_txt2tags
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | TableOfContents.php | 15 var $_toc; variable in Mpdf\\TableOfContents 83 $this->_toc = []; 317 $this->_toc = $tocClassClone->_toc; 464 foreach ($this->_toc as $t) { 593 $this->_toc = $tocClassClone->_toc;
|
H A D | Mpdf.php | 23505 $this->tableOfContents->_toc[] = $btoc; 23727 if (count($this->tableOfContents->_toc)) { 23728 foreach ($this->tableOfContents->_toc as $key => $t) { 23730 $this->tableOfContents->_toc[$key]['p'] += ($target_page - $start_page); 23733 $this->tableOfContents->_toc[$key]['p'] += $n_toc; 24599 $this->tableOfContents->_toc[] = ['t' => $v['t'], 'l' => $v['l'], 'p' => $v['p'], 'link' => $v['link'], 'toc_id' => $v['toc_id']]; 24769 $this->tableOfContents->_toc[] = ['t' => $v['t'], 'l' => $v['l'], 'p' => $v['p'], 'link' => $v['link'], 'toc_id' => $v['toc_id']]; 24864 $this->tableOfContents->_toc[] = ['t' => $v['t'], 'l' => $v['l'], 'p' => $v['p'], 'link' => $v['link'], 'toc_id' => $v['toc_id']]; 25003 $this->tableOfContents->_toc[] = ['t' => $v['t'], 'l' => $v['l'], 'p' => $v['p'], 'link' => $v['link'], 'toc_id' => $v['toc_id']]; 25125 $this->tableOfContents->_toc[] [all...] |
/plugin/rst/ |
H A D | syntax.php | 160 function _toc(&$renderer, $text) function in syntax_plugin_rst
|
/plugin/toctweak/action/ |
H A D | rendertoc.php | 187 $event->data = $tocTweak->_toc($toc, $topLv, $maxLv, $headline);
|
/plugin/geonav/tpl/startermap/ |
H A D | style.ini | 26 ../dokuwiki/css/_toc.css = screen
|