| /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' => $pag… 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'… 34 $renderer->startSectionEdit(0, 'plugin_include_editbtn', $title);
|
| H A D | header.php | 54 …$classes[] = $renderer->startSectionEdit($pos, array('target' => 'section', 'name' => $headline, '… 56 $classes[] = $renderer->startSectionEdit($pos, 'section', $headline);
|
| /plugin/bootswrapper/syntax/ |
| D | pane.php | 48 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_pane', 'name' => $state)); 50 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_pane', $state);
|
| 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/ |
| D | div.php | 95 $renderer->startSectionEdit(0, $sectionEditStartData); 100 $renderer->startSectionEdit(0, $sectionEditEndData);
|
| /plugin/tabbox/ |
| 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/ |
| D | syntax.php | 75 $renderer->startSectionEdit(-1, 'section', 'dummy');
|
| /plugin/siteexport/renderer/ |
| 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/ |
| D | animation.php | 88 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
|
| /plugin/nodetailsxhtml/ |
| D | renderer.php | 192 …$name = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => rand() . $leve… 211 public function startSectionEdit($start, $data) { function in renderer_plugin_nodetailsxhtml 215 return parent::startSectionEdit($start, $data);
|
| /plugin/phosphor/ |
| D | phblock.php | 101 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
|
| /plugin/sketchcanvas/ |
| D | syntax.php | 62 $class = $renderer->startSectionEdit($match['bytepos_start'], $sectionEditData);
|
| /plugin/header2/ |
| D | renderer.php | 35 public function startSectionEdit($start, $type, $title = null) { function in renderer_plugin_header2
|
| D | syntax.php | 150 … $renderer->doc .= ' class="' . $renderer->startSectionEdit($pos, 'section', $text) . '"';
|
| /plugin/header3/ |
| D | renderer.php | 54 public function startSectionEdit($start, $type, $title = null) { function in renderer_plugin_header3
|
| D | syntax.php | 145 $renderer->doc .= ' class="' . $renderer->startSectionEdit($pos, 'section', $text) . '"';
|
| /plugin/bpmnio/syntax/ |
| D | bpmnio.php | 147 $class = $renderer->startSectionEdit($posStart, $sectionEditData);
|
| /plugin/revealjs/syntax/ |
| D | header.php | 161 …$renderer->startSectionEdit($pos, $sectionEditStartData, 'Slide '.$renderer->wikipage_slide_number…
|
| D | background.php | 225 …$renderer->startSectionEdit($data['position'], $sectionEditStartData, 'Slide '.$renderer->wikipage…
|
| /plugin/rplus/ |
| D | renderer.php | 243 $class .= ' ' . $this->startSectionEdit($pos, $sectionEditStartData);
|
| /plugin/hidden/ |
| D | syntax.php | 171 …$classEdit = ($data['edit'] ? $renderer->startSectionEdit($data['bytepos_start'], 'section', $data…
|
| /plugin/box2/ |
| D | syntax.php | 280 … . (method_exists($renderer, "startSectionEdit") ? " " . $renderer->startSectionEdit($pos, array( …
|
| /plugin/revealjs/ |
| D | renderer.php | 307 $class .= ' '.$this->startSectionEdit($pos, $sectionEditStartData);
|
| /plugin/semanticdata/syntax/ |
| D | entry.php | 129 $data['classes'] .= ' ' . $R->startSectionEdit($data['pos'], 'plugin_semanticdata');
|