Searched refs:_toc (Results 1 – 9 of 9) sorted by relevance
| /plugin/markdownextra/ |
| 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/ |
| 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);
|
| D | all.less | 99 /lib/tpl/dokuwiki/css/_toc.css
|
| /plugin/txt2tags/ |
| 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/ |
| 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;
|
| 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['li… 24769 …$this->tableOfContents->_toc[] = ['t' => $v['t'], 'l' => $v['l'], 'p' => $v['p'], 'link' => $v['li… 24864 …$this->tableOfContents->_toc[] = ['t' => $v['t'], 'l' => $v['l'], 'p' => $v['p'], 'link' => $v['li… 25003 …$this->tableOfContents->_toc[] = ['t' => $v['t'], 'l' => $v['l'], 'p' => $v['p'], 'link' => $v['li… 25125 …$this->tableOfContents->_toc[] = ['t' => $v['t'], 'l' => $v['l'], 'p' => $this->page, 'link' => $v… [all …]
|
| /plugin/rst/ |
| D | syntax.php | 160 function _toc(&$renderer, $text) function in syntax_plugin_rst
|
| /plugin/toctweak/action/ |
| D | rendertoc.php | 187 $event->data = $tocTweak->_toc($toc, $topLv, $maxLv, $headline);
|
| /plugin/geonav/tpl/startermap/ |
| D | style.ini | 26 ../dokuwiki/css/_toc.css = screen
|