Home
last modified time | relevance | path

Searched refs:finishSectionEdit (Results 1 – 25 of 30) sorted by relevance

12

/plugin/include/syntax/
H A Dwrap.php50 $renderer->finishSectionEdit();
69 $renderer->finishSectionEdit();
H A Dcloselastsecedit.php30 $renderer->finishSectionEdit($endpos);
H A Deditbtn.php37 $renderer->finishSectionEdit();
/plugin/header2/
Drenderer.php41 public function finishSectionEdit($end = null) { function in renderer_plugin_header2
61 $this->finishSectionEdit();
Dsyntax.php144 $renderer->finishSectionEdit($pos - 1);
/plugin/structsection/
Dsyntax.php112 $R->finishSectionEdit($pos - 1);
149 $R->finishSectionEdit($pos);
/plugin/header3/
Drenderer.php60 public function finishSectionEdit($end = null) { function in renderer_plugin_header3
80 $this->finishSectionEdit();
Dsyntax.php139 $renderer->finishSectionEdit($pos - 1);
/plugin/wrap/syntax/
Ddiv.php96 $renderer->finishSectionEdit();
112 $renderer->finishSectionEdit();
Dclosesection.php27 $renderer->finishSectionEdit();
/plugin/adhoctags/syntax/
Dclosesection.php27 $renderer->finishSectionEdit();
/plugin/bootswrapper/syntax/
Dpane.php57 $renderer->finishSectionEdit($pos + strlen($match));
Dpanel.php121 $renderer->finishSectionEdit($pos + strlen($match));
/plugin/siteexport/renderer/
Dpdf.php118 $this->finishSectionEdit($pos-1);
171 $this->finishSectionEdit($pos);
200 public function finishSectionEdit($end = null, $hid = null) { function in renderer_plugin_siteexport_pdf
/plugin/layeranimation/syntax/
Danimation.php95 … if ( method_exists($renderer, "finishSectionEdit") ) { $renderer->finishSectionEdit($pos); }
/plugin/nodetailsxhtml/
Drenderer.php189 if ( $hasSeenHeader ) $this->finishSectionEdit($pos);
203 public function finishSectionEdit($end = null, $hid = null) { function in renderer_plugin_nodetailsxhtml
207 return parent::finishSectionEdit($end, $hid);
/plugin/phosphor/
Dphblock.php114 … if ( method_exists($renderer, "finishSectionEdit") ) { $renderer->finishSectionEdit($pos); }
/plugin/sketchcanvas/
Dsyntax.php107 $renderer->finishSectionEdit($match['bytepos_end']);
/plugin/bpmnio/syntax/
Dbpmnio.php157 $renderer->finishSectionEdit($posEnd);
/plugin/tabbox/
Dsyntax.php160 $R->finishSectionEdit($pos);
/plugin/revealjs/syntax/
Dheader.php145 $renderer->finishSectionEdit($pos - 1);
Dbackground.php202 $renderer->finishSectionEdit($data['position']- 1);
/plugin/hidden/
Dsyntax.php217 $renderer->finishSectionEdit($data['bytepos_end']);
/plugin/box2/
Dsyntax.php177 $renderer->finishSectionEdit($pos);
/plugin/semanticdata/syntax/
Dentry.php161 $R->finishSectionEdit($data['len'] + $data['pos']);

12