Home
last modified time | relevance | path

Searched refs:startSectionEdit (Results 1 – 25 of 29) sorted by relevance

12

/plugin/include/syntax/
H A Dwrap.php39 …$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 Deditbtn.php32 …$renderer->startSectionEdit(0, array('target' => 'plugin_include_editbtn', 'name' => $title, 'hid'…
34 $renderer->startSectionEdit(0, 'plugin_include_editbtn', $title);
H A Dheader.php54 …$classes[] = $renderer->startSectionEdit($pos, array('target' => 'section', 'name' => $headline, '…
56 $classes[] = $renderer->startSectionEdit($pos, 'section', $headline);
/plugin/bootswrapper/syntax/
Dpane.php48 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_pane', 'name' => $state));
50 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_pane', $state);
Dpanel.php97 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_panel', 'name' => $state)…
99 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_panel', $state);
/plugin/wrap/syntax/
Ddiv.php95 $renderer->startSectionEdit(0, $sectionEditStartData);
100 $renderer->startSectionEdit(0, $sectionEditEndData);
/plugin/tabbox/
Dsyntax.php143 …$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/
Dsyntax.php75 $renderer->startSectionEdit(-1, 'section', 'dummy');
/plugin/siteexport/renderer/
Dpdf.php148 … $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/
Danimation.php88 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
/plugin/nodetailsxhtml/
Drenderer.php192 …$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/
Dphblock.php101 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
/plugin/sketchcanvas/
Dsyntax.php62 $class = $renderer->startSectionEdit($match['bytepos_start'], $sectionEditData);
/plugin/header2/
Drenderer.php35 public function startSectionEdit($start, $type, $title = null) { function in renderer_plugin_header2
Dsyntax.php150 … $renderer->doc .= ' class="' . $renderer->startSectionEdit($pos, 'section', $text) . '"';
/plugin/header3/
Drenderer.php54 public function startSectionEdit($start, $type, $title = null) { function in renderer_plugin_header3
Dsyntax.php145 $renderer->doc .= ' class="' . $renderer->startSectionEdit($pos, 'section', $text) . '"';
/plugin/bpmnio/syntax/
Dbpmnio.php147 $class = $renderer->startSectionEdit($posStart, $sectionEditData);
/plugin/revealjs/syntax/
Dheader.php161 …$renderer->startSectionEdit($pos, $sectionEditStartData, 'Slide '.$renderer->wikipage_slide_number…
Dbackground.php225 …$renderer->startSectionEdit($data['position'], $sectionEditStartData, 'Slide '.$renderer->wikipage…
/plugin/rplus/
Drenderer.php243 $class .= ' ' . $this->startSectionEdit($pos, $sectionEditStartData);
/plugin/hidden/
Dsyntax.php171 …$classEdit = ($data['edit'] ? $renderer->startSectionEdit($data['bytepos_start'], 'section', $data…
/plugin/box2/
Dsyntax.php280 … . (method_exists($renderer, "startSectionEdit") ? " " . $renderer->startSectionEdit($pos, array( …
/plugin/revealjs/
Drenderer.php307 $class .= ' '.$this->startSectionEdit($pos, $sectionEditStartData);
/plugin/semanticdata/syntax/
Dentry.php129 $data['classes'] .= ' ' . $R->startSectionEdit($data['pos'], 'plugin_semanticdata');

12