Home
last modified time | relevance | path

Searched refs:toc_additem (Results 1 – 21 of 21) sorted by path

/plugin/actionrenderer/
H A Drenderer.php63 public function toc_additem($id, $text, $level) function in renderer_plugin_actionrenderer
/plugin/blogtng/syntax/
H A Dheader.php66 $renderer->toc_additem($hid, $text, $level);
/plugin/dw2pdf/
H A Drenderer.php84 $this->toc_additem($hid, $text, $level);
/plugin/header2/
H A Dsyntax.php130 $renderer->toc_additem($hid, $text, $level);
/plugin/header3/
H A Dsyntax.php125 $renderer->toc_additem($hid, $text, $level);
/plugin/html5/
H A Drenderer.php80 $this->toc_additem( $hid, $text, $level );
/plugin/include/syntax/
H A Dheader.php40 $renderer->toc_additem($hid, $headline, $lvl);
/plugin/latexport/implementation/
H A Ddecorator.php251 function toc_additem($id, $text, $level) { function in decorator
253 $this->decorator->toc_additem($id, $text, $level);
H A Ddecorator_persister.php217 function toc_additem($id, $text, $level) { function in DecoratorPersister
/plugin/markdownextra/
H A Dsyntax.php135 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
/plugin/mellelexport/
H A Drenderer.php565 …function toc_additem($id, $text, $level) {call_user_func_array(array($this, '__call'), array(__FUN… function in renderer_plugin_mellelexport
/plugin/nroff/
H A Drenderer.php122 function toc_additem($id, $text, $level) { function in renderer_plugin_nroff
136 $this->toc_additem($hid, $text, $level);
/plugin/nspages/printers/
H A Dprinter.php145 $this->renderer->toc_additem($anchorId, $linkText, $this->renderer->getLastLevel() + $level);
H A DprinterPictures.php33 $this->renderer->toc_additem($anchorId, $item['nameToDisplay'], $this->renderer->getLastLevel() + 1);
/plugin/odp/
H A Drenderer.php506 function toc_additem($id, $text, $level) { function in renderer_plugin_odp
/plugin/odt/renderer/
H A Dpage.php484 function toc_additem($id, $text, $level) {} function in renderer_plugin_odt_page
/plugin/revealjs/syntax/
H A Dheader.php137 $renderer->toc_additem($hid, $text, $level);
/plugin/rst/
H A Dsyntax.php175 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
/plugin/siteexport/renderer/
H A Dpdf.php102 $this->toc_additem($hid, $text, $level);
/plugin/translationbuddy/
H A Dsyntax.php159 $R->toc_additem('translationbuddy__'.$lc, $lc, $R->lastlevel+1);
/plugin/txt2tags/
H A Dsyntax.php147 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);