Home
last modified time | relevance | path

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

/plugin/prosemirror/schema/
DNodeStack.php11 protected $stacklength = -1; variable in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack
41 return $this->stack[$this->stacklength];
62 $this->stacklength++;
88 $this->stacklength--;