/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/ |
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/sketchcanvas/ |
H A D | syntax.php | 55 if(method_exists($renderer, 'startSectionEdit')){ 62 $class = $renderer->startSectionEdit($match['bytepos_start'], $sectionEditData);
|
/plugin/wrap/syntax/ |
H A D | div.php | 100 $renderer->startSectionEdit(0, $sectionEditStartData); 105 $renderer->startSectionEdit(0, $sectionEditEndData);
|
/plugin/editsections2/ |
H A D | syntax.php | 75 $renderer->startSectionEdit(-1, 'section', 'dummy');
|
/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/bpmnio/ |
H A D | syntax.php | 71 $class = $renderer->startSectionEdit($data[$pos], $sectionEditData);
|
/plugin/combo/ComboStrap/ |
H A D | TableUtility.php | 38 $class .= ' ' . $renderer->startSectionEdit($pos, $sectionEditStartData);
|
/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/layeranimation/syntax/ |
H A D | animation.php | 82 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
|
/plugin/semanticdata/syntax/ |
H A D | entry.php | 128 if (method_exists($R, 'startSectionEdit')) { 129 $data['classes'] .= ' ' . $R->startSectionEdit($data['pos'], 'plugin_semanticdata');
|
/plugin/phosphor/ |
H A D | phblock.php | 101 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
|
/plugin/siteexport/renderer/ |
H A D | pdf.php | 144 … $class[] = $this->startSectionEdit($pos, array( 'target' => 'section', 'name' => $text ) ); 172 …$sectionEdit = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => $name)); 203 public function startSectionEdit($start, $data) { function in renderer_plugin_siteexport_pdf
|
/plugin/nodetailsxhtml/ |
H A D | renderer.php | 184 …$name = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => rand() . $leve… 203 public function startSectionEdit($start, $data) { function in renderer_plugin_nodetailsxhtml 207 return parent::startSectionEdit($start, $data);
|
/plugin/hidden/ |
H A D | syntax.php | 174 …$classEdit = ($data['edit'] ? $renderer->startSectionEdit($data['bytepos_start'], 'section', $data…
|
/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/box2/ |
H A D | syntax.php | 281 …yles['class'] : '') . (method_exists($renderer, "startSectionEdit") ? " " . $renderer->startSectio…
|
/plugin/rplus/ |
H A D | renderer.php | 243 $class .= ' ' . $this->startSectionEdit($pos, $sectionEditStartData);
|