Home
last modified time | relevance | path

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

/plugin/prosemirror/schema/
H A DNodeStack.php12 protected $stacklength = -1; variable in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack
42 return $this->stack[$this->stacklength];
63 $this->stacklength++;
89 $this->stacklength--;