/plugin/include/syntax/ |
H A D | wrap.php | 39 $renderer->startSectionEdit(0, array('target' => 'plugin_include_start', 'name' => $page, 'hid' => '')); 41 $renderer->startSectionEdit(0, 'plugin_include_start', $page); 45 $renderer->startSectionEdit(0, array('target' => 'plugin_include_start_noredirect', 'name' => $page, 'hid' => '')); 47 $renderer->startSectionEdit(0, 'plugin_include_start_noredirect', $page); 54 $renderer->startSectionEdit(0, array('target' => 'plugin_include_end', 'name' => $page, 'hid' => '')); 56 $renderer->startSectionEdit(0, 'plugin_include_end', $page);
|
H A D | editbtn.php | 32 $renderer->startSectionEdit(0, array('target' => 'plugin_include_editbtn', 'name' => $title, 'hid' => $hid)); 34 $renderer->startSectionEdit(0, 'plugin_include_editbtn', $title);
|
H A D | header.php | 54 $classes[] = $renderer->startSectionEdit($pos, array('target' => 'section', 'name' => $headline, 'hid' => $hid)); 56 $classes[] = $renderer->startSectionEdit($pos, 'section', $headline);
|
/plugin/bootswrapper/syntax/ |
H A D | pane.php | 48 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_pane', 'name' => $state)); 50 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_pane', $state);
|
H A D | panel.php | 97 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_panel', 'name' => $state)… 99 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_panel', $state);
|
/plugin/wrap/syntax/ |
H A D | div.php | 95 $renderer->startSectionEdit(0, $sectionEditStartData); 100 $renderer->startSectionEdit(0, $sectionEditEndData);
|
/plugin/tabbox/ |
H A D | syntax.php | 143 …$R->doc .= DOKU_LF . '<h' . $level . ' class="hl '. $R->startSectionEdit($pos, array('target' => … 145 …$R->doc .= DOKU_LF . '<h' . $level . ' class="hl '. $R->startSectionEdit($pos, 'section', $name) …
|
/plugin/editsections2/ |
H A D | syntax.php | 75 $renderer->startSectionEdit(-1, 'section', 'dummy');
|
/plugin/siteexport/renderer/ |
H A D | pdf.php | 148 … $class[] = $this->startSectionEdit($pos, array( 'target' => 'section', 'name' => $text ) ); 176 …$sectionEdit = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => $name)); 207 public function startSectionEdit($start, $data) { function in renderer_plugin_siteexport_pdf
|
/plugin/layeranimation/syntax/ |
H A D | animation.php | 88 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
|
/plugin/sketchcanvas/ |
H A D | syntax.php | 55 if(method_exists($renderer, 'startSectionEdit')){
62 $class = $renderer->startSectionEdit($match['bytepos_start'], $sectionEditData);
|
/plugin/phosphor/ |
H A D | phblock.php | 101 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
|
/plugin/bpmnio/syntax/ |
H A D | bpmnio.php | 132 return $renderer->startSectionEdit($pos, $sectionEditData);
|
/plugin/nodetailsxhtml/ |
H A D | renderer.php | 192 $name = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => rand() . $level)); 211 public function startSectionEdit($start, $data) { function in renderer_plugin_nodetailsxhtml 215 return parent::startSectionEdit($start, $data);
|
/plugin/header2/ |
H A D | renderer.php | 35 public function startSectionEdit($start, $type, $title = null) { function in renderer_plugin_header2
|
H A D | syntax.php | 150 … $renderer->doc .= ' class="' . $renderer->startSectionEdit($pos, 'section', $text) . '"';
|
/plugin/header3/ |
H A D | renderer.php | 54 public function startSectionEdit($start, $type, $title = null) { function in renderer_plugin_header3
|
H A D | syntax.php | 145 $renderer->doc .= ' class="' . $renderer->startSectionEdit($pos, 'section', $text) . '"';
|
/plugin/revealjs/syntax/ |
H A D | header.php | 161 …$renderer->startSectionEdit($pos, $sectionEditStartData, 'Slide '.$renderer->wikipage_slide_number…
|
H A D | background.php | 225 …$renderer->startSectionEdit($data['position'], $sectionEditStartData, 'Slide '.$renderer->wikipage…
|
/plugin/rplus/ |
H A D | renderer.php | 243 $class .= ' ' . $this->startSectionEdit($pos, $sectionEditStartData);
|
/plugin/hidden/ |
H A D | syntax.php | 171 $classEdit = ($data['edit'] ? $renderer->startSectionEdit($data['bytepos_start'], 'section', $data['editText']) : '');
|
/plugin/box2/ |
H A D | syntax.php | 281 … . (method_exists($renderer, "startSectionEdit") ? " " . $renderer->startSectionEdit($pos, array( …
|
/plugin/revealjs/ |
H A D | renderer.php | 307 $class .= ' '.$this->startSectionEdit($pos, $sectionEditStartData);
|
/plugin/semanticdata/syntax/ |
H A D | entry.php | 129 $data['classes'] .= ' ' . $R->startSectionEdit($data['pos'], 'plugin_semanticdata');
|