Home
last modified time | relevance | path

Searched refs:sectionEdit (Results 1 – 2 of 2) sorted by relevance

/plugin/columns/
H A Daction.php17 private $sectionEdit; variable in action_plugin_columns
74 $this->sectionEdit = array();
92 if (end($this->sectionEdit) != $c) {
93 $this->sectionEdit[] = $c;
115 private function handleColumns($callIndex, $state, $sectionEdit) { argument
120 $this->currentBlock->startSection($sectionEdit);
126 $this->currentBlock->startSection($sectionEdit);
130 $this->currentBlock->endSection($sectionEdit);
/plugin/siteexport/renderer/
H A Dpdf.php176 …$sectionEdit = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => $name));
177 … $this->doc .= DOKU_LF.'<a name="'. $sectionEdit .'" class="' . $sectionEdit . '" ></a>'.DOKU_LF;