Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dxhtml.php25 protected $sectionedits = []; variable in Doku_Renderer_xhtml
89 $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'