/plugin/blogtng/syntax/ |
H A D | header.php | 66 $renderer->toc_additem($hid, $text, $level);
|
/plugin/nspages/printers/ |
H A D | printerPictures.php | 33 $this->renderer->toc_additem($anchorId, $item['nameToDisplay'], $this->renderer->getLastLevel() + 1);
|
H A D | printer.php | 145 $this->renderer->toc_additem($anchorId, $linkText, $this->renderer->getLastLevel() + $level);
|
/plugin/include/syntax/ |
H A D | header.php | 40 $renderer->toc_additem($hid, $headline, $lvl);
|
/plugin/html5/ |
H A D | renderer.php | 80 $this->toc_additem( $hid, $text, $level );
|
/plugin/rst/ |
H A D | syntax.php | 175 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
|
/plugin/markdownextra/ |
H A D | syntax.php | 135 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
|
/plugin/txt2tags/ |
H A D | syntax.php | 147 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
|
/plugin/revealjs/syntax/ |
H A D | header.php | 137 $renderer->toc_additem($hid, $text, $level);
|
/plugin/header3/ |
H A D | syntax.php | 125 $renderer->toc_additem($hid, $text, $level);
|
/plugin/header2/ |
H A D | syntax.php | 130 $renderer->toc_additem($hid, $text, $level);
|
/plugin/dw2pdf/ |
H A D | renderer.php | 84 $this->toc_additem($hid, $text, $level);
|
/plugin/translationbuddy/ |
H A D | syntax.php | 159 $R->toc_additem('translationbuddy__'.$lc, $lc, $R->lastlevel+1);
|
/plugin/latexport/implementation/ |
H A D | decorator.php | 251 function toc_additem($id, $text, $level) { function in decorator 253 $this->decorator->toc_additem($id, $text, $level);
|
H A D | decorator_persister.php | 217 function toc_additem($id, $text, $level) { function in DecoratorPersister
|
/plugin/actionrenderer/ |
H A D | renderer.php | 63 public function toc_additem($id, $text, $level) function in renderer_plugin_actionrenderer
|
/plugin/nroff/ |
H A D | renderer.php | 122 function toc_additem($id, $text, $level) { function in renderer_plugin_nroff 136 $this->toc_additem($hid, $text, $level);
|
/plugin/siteexport/renderer/ |
H A D | pdf.php | 102 $this->toc_additem($hid, $text, $level);
|
/plugin/mellelexport/ |
H A D | renderer.php | 565 …function toc_additem($id, $text, $level) {call_user_func_array(array($this, '__call'), array(__FUN… function in renderer_plugin_mellelexport
|
/plugin/odp/ |
H A D | renderer.php | 506 function toc_additem($id, $text, $level) { function in renderer_plugin_odp
|
/plugin/odt/renderer/ |
H A D | page.php | 484 function toc_additem($id, $text, $level) {} function in renderer_plugin_odt_page
|