Home
last modified time | relevance | path

Searched refs:section_open (Results 1 – 25 of 31) sorted by relevance

12

/plugin/outdent/
H A Dsyntax.php44 $handler->_addCall('section_open', array($level-1), $pos);
60 if ($calls[$i][0] == 'section_open') return $calls[$i][1][0];
/plugin/faq/
H A Dsyntax.php69 $handler->_addCall('section_open', array($level), $pos);
/plugin/inlineeditor/
H A Daction.php49 if($ins[$i - 1][0] == 'section_open') {
/plugin/quickedit/
H A Daction.php54 if($ins[$i - 1][0] == 'section_open') {
/plugin/combo/renderer/
H A Dxml.php56 public function section_open($level) function in renderer_plugin_combo_xml
/plugin/blogtng/renderer/
H A Dcomment.php45 function section_open($level) {} function in renderer_plugin_blogtng_comment
/plugin/headernofloat/
H A Dsyntax.php78 $renderer->section_open($level);
/plugin/html5/
H A Drenderer.php123 function section_open( $level ) function in renderer_plugin_html5
/plugin/s5/
H A Drenderer.php152 function section_open($level) { function in renderer_plugin_s5
/plugin/structsection/
H A Dsyntax.php139 $R->section_open($lvl);
/plugin/ifauthex/
H A Dsyntax.php194 $renderer->section_open($renderer->getLastlevel());
/plugin/siteexport/renderer/
H A Dpdf.php183 public function section_open($level) { function in renderer_plugin_siteexport_pdf
185 parent::section_open($level);
/plugin/blog/syntax/
H A Dautoarchive.php72 $renderer->section_open(2);
/plugin/s5reloaded/
H A Drenderer.php215 function section_open($level) { function in renderer_plugin_s5reloaded
/plugin/nspages/printers/
H A Dprinter.php63 $this->renderer->section_open(1);
/plugin/nodetailsxhtml/
H A Drenderer.php229 function section_open($level) { function in renderer_plugin_nodetailsxhtml
231 return parent::section_open($level);
/plugin/repo/
H A Dsyntax.php77 $renderer->section_open(5);
/plugin/latexport/implementation/
H A Ddecorator.php273 function section_open($level) { function in decorator
275 $this->decorator->section_open($level);
H A Ddecorator_persister.php272 function section_open($level) { function in DecoratorPersister
/plugin/siteexport/syntax/
H A Dtoc.php145 $renderer->section_open("1 sitetoc");
180 …$renderer->section_open("1 mergedsite" . ($renderer->meta['sitetoc']['mergehint'] && count($this->…
/plugin/dw2markdown/
H A Drenderer.php60 function section_open($level) { function in Renderer_Plugin_dw2markdown
/plugin/twcheckliste/
H A Drenderer.php.old128 function section_open($level) {
/plugin/actionrenderer/
H A Drenderer.php75 public function section_open($level) function in renderer_plugin_actionrenderer
/plugin/revealjs/
H A Drenderer.php268 function section_open($level) {} function in renderer_plugin_revealjs
/plugin/text/
H A Drenderer.php116 function section_open($level) { function in renderer_plugin_text

12