Home
last modified time | relevance | path

Searched refs:finishSectionEdit (Results 1 – 25 of 29) 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/
H A Drenderer.php41 public function finishSectionEdit($end = null) { function in renderer_plugin_header2
61 $this->finishSectionEdit();
H A Dsyntax.php144 $renderer->finishSectionEdit($pos - 1);
/plugin/structsection/
H A Dsyntax.php113 $R->finishSectionEdit($pos - 1);
150 $R->finishSectionEdit($pos);
/plugin/header3/
H A Drenderer.php60 public function finishSectionEdit($end = null) { function in renderer_plugin_header3
80 $this->finishSectionEdit();
H A Dsyntax.php139 $renderer->finishSectionEdit($pos - 1);
/plugin/wrap/syntax/
H A Ddiv.php96 $renderer->finishSectionEdit();
112 $renderer->finishSectionEdit();
H A Dclosesection.php27 $renderer->finishSectionEdit();
/plugin/adhoctags/syntax/
H A Dclosesection.php27 $renderer->finishSectionEdit();
/plugin/bootswrapper/syntax/
H A Dpane.php57 $renderer->finishSectionEdit($pos + strlen($match));
H A Dpanel.php121 $renderer->finishSectionEdit($pos + strlen($match));
/plugin/siteexport/renderer/
H A 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/
H A Danimation.php95 … if ( method_exists($renderer, "finishSectionEdit") ) { $renderer->finishSectionEdit($pos); }
/plugin/sketchcanvas/
H A Dsyntax.php106 if(method_exists($renderer, 'finishSectionEdit'))
107 $renderer->finishSectionEdit($match['bytepos_end']);
/plugin/phosphor/
H A Dphblock.php114 … if ( method_exists($renderer, "finishSectionEdit") ) { $renderer->finishSectionEdit($pos); }
/plugin/bpmnio/syntax/
H A Dbpmnio.php137 $renderer->finishSectionEdit($pos);
/plugin/nodetailsxhtml/
H A 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/tabbox/
H A Dsyntax.php160 $R->finishSectionEdit($pos);
/plugin/revealjs/syntax/
H A Dheader.php145 $renderer->finishSectionEdit($pos - 1);
H A Dbackground.php202 $renderer->finishSectionEdit($data['position']- 1);
/plugin/hidden/
H A Dsyntax.php217 $renderer->finishSectionEdit($data['bytepos_end']);
/plugin/box2/
H A Dsyntax.php178 $renderer->finishSectionEdit($pos);
/plugin/semanticdata/syntax/
H A Dentry.php161 $R->finishSectionEdit($data['len'] + $data['pos']);

12