Home
last modified time | relevance | path

Searched full:startsectionedit (Results 1 – 25 of 29) sorted by last modified time

12

/dokuwiki/inc/parser/
H A Dxhtml.php26 /** @var int last section edit id, used by startSectionEdit */
59 * Key 'start': set in startSectionEdit(),
68 public function startSectionEdit($start, $data)
73 'startSectionEdit: $data "%s" is NOT an array! One of your plugins needs an update.',
256 $header .= ' class="' . $this->startSectionEdit($pos, $data) . '"';
1436 $class .= ' ' . $this->startSectionEdit($pos, $data);
65 public function startSectionEdit($start, $data) { global() function in Doku_Renderer_xhtml
/plugin/siteexport/renderer/
H A 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/nodetailsxhtml/
H A Drenderer.php192 $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/hidden/
H A Dsyntax.php171 $classEdit = ($data['edit'] ? $renderer->startSectionEdit($data['bytepos_start'], 'section', $data['editText']) : '');
/plugin/data/syntax/
H A Dentry.php184 $data['classes'] .= ' ' . $R->startSectionEdit($data['pos'], $sectionEditData);
/plugin/bpmnio/syntax/
H A Dbpmnio.php132 return $renderer->startSectionEdit($pos, $sectionEditData);
/plugin/bootswrapper/syntax/
H A Dpane.php48 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_pane', 'name' => $state));
50 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_pane', $state);
H A Dpanel.php97 …$renderer->startSectionEdit($pos, array('target' => 'plugin_bootswrapper_panel', 'name' => $state)…
99 $renderer->startSectionEdit($pos, 'plugin_bootswrapper_panel', $state);
/plugin/wrap/syntax/
H A Ddiv.php95 $renderer->startSectionEdit(0, $sectionEditStartData);
100 $renderer->startSectionEdit(0, $sectionEditEndData);
/plugin/text/
H A Drenderer.php30 public function startSectionEdit($start, $type, $title = NULL) { function in renderer_plugin_text
/plugin/layeranimation/syntax/
H A Danimation.php88 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
/plugin/include/syntax/
H A Deditbtn.php32 $renderer->startSectionEdit(0, array('target' => 'plugin_include_editbtn', 'name' => $title, 'hid' => $hid));
34 $renderer->startSectionEdit(0, 'plugin_include_editbtn', $title);
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' => $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 Dheader.php54 $classes[] = $renderer->startSectionEdit($pos, array('target' => 'section', 'name' => $headline, 'hid' => $hid));
56 $classes[] = $renderer->startSectionEdit($pos, 'section', $headline);
/plugin/box2/
H A Dsyntax.php281 …yles['class'] : '') . (method_exists($renderer, "startSectionEdit") ? " " . $renderer->startSectio…
/plugin/phosphor/
H A Dphblock.php101 …. (method_exists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( …
/plugin/revealjs/
H A Drenderer.php307 $class .= ' '.$this->startSectionEdit($pos, $sectionEditStartData);
/plugin/revealjs/syntax/
H A Dbackground.php225 …$renderer->startSectionEdit($data['position'], $sectionEditStartData, 'Slide '.$renderer->wikipage…
H A Dheader.php161 …$renderer->startSectionEdit($pos, $sectionEditStartData, 'Slide '.$renderer->wikipage_slide_number…
/plugin/sketchcanvas/
H A Dsyntax.php55 if(method_exists($renderer, 'startSectionEdit')){
62 $class = $renderer->startSectionEdit($match['bytepos_start'], $sectionEditData);
/plugin/data-au/syntax/
H A Dentry.php163 $dataau['classes'] .= ' ' . $R->startSectionEdit($dataau['pos'], $sectionEditData);
/plugin/rplus/
H A Drenderer.php243 $class .= ' ' . $this->startSectionEdit($pos, $sectionEditStartData);
/plugin/tabbox/
H A 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/header2/
H A Drenderer.php35 public function startSectionEdit($start, $type, $title = null) { function in renderer_plugin_header2
H A Dsyntax.php150 … $renderer->doc .= ' class="' . $renderer->startSectionEdit($pos, 'section', $text) . '"';

12