Home
last modified time | relevance | path

Searched refs:_toc (Results 1 – 9 of 9) sorted by path

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php23505 $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...]
H A DTableOfContents.php15 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;
/plugin/geonav/tpl/startermap/
H A Dstyle.ini26 ../dokuwiki/css/_toc.css = screen
/plugin/markdownextra/
H A Dsyntax.php55 $match = $this->_toc($renderer, $match);
71 $this->_toc($renderer, $match);
120 function _toc(&$renderer, $text) function in syntax_plugin_markdownextra
/plugin/rst/
H A Dsyntax.php160 function _toc(&$renderer, $text) function in syntax_plugin_rst
/plugin/toctweak/action/
H A Drendertoc.php187 $event->data = $tocTweak->_toc($toc, $topLv, $maxLv, $headline);
/plugin/toctweak/
H A Dall.less99 /lib/tpl/dokuwiki/css/_toc.css
H A Dhelper.php103 $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);
/plugin/txt2tags/
H A Dsyntax.php64 $match = $this->_toc($renderer, $match);
132 function _toc(&$renderer, $text) function in syntax_plugin_txt2tags