Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dxhtml.php24 protected $sectionedits = [];
88 $this->sectionedits[] = $data;
101 if (count($this->sectionedits) == 0) {
104 $data = array_pop($this->sectionedits);
141 while ($this->sectionedits !== []) {
142 if ($this->sectionedits[count($this->sectionedits) - 1]['start'] <= 1) {
145 array_pop($this->sectionedits);
242 $this->sectionedits !== [] &&
243 $this->sectionedits[coun
21 protected $sectionedits = array(); global() variable in Doku_Renderer_xhtml
[all...]