Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DLists.php10 protected $initialDepth = 0; variable in dokuwiki\\Parsing\\Handler\\Lists
46 $this->initialDepth = $depth;
77 if ($depth < $this->initialDepth) {
78 $depth = $this->initialDepth;