Searched refs:sectionedits (Results 1 – 1 of 1) sorted by relevance
26 protected $sectionedits = []; variable in Doku_Renderer_xhtml90 $this->sectionedits[] = $data;103 if (count($this->sectionedits) == 0) {106 $data = array_pop($this->sectionedits);143 while ($this->sectionedits !== []) {144 if ($this->sectionedits[count($this->sectionedits) - 1]['start'] <= 1) {147 array_pop($this->sectionedits);244 $this->sectionedits !== [] &&245 $this->sectionedits[count($this->sectionedits) - 1]['target'] === 'section'