Home
last modified time | relevance | path

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

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