Searched refs:sectionedits (Results 1 – 1 of 1) sorted by relevance
25 protected $sectionedits = []; variable in Doku_Renderer_xhtml89 $this->sectionedits[] = $data;102 if (count($this->sectionedits) == 0) {105 $data = array_pop($this->sectionedits);142 while ($this->sectionedits !== []) {143 if ($this->sectionedits[count($this->sectionedits) - 1]['start'] <= 1) {146 array_pop($this->sectionedits);243 $this->sectionedits !== [] &&244 $this->sectionedits[count($this->sectionedits) - 1]['target'] === 'section'