Home
last modified time | relevance | path

Searched refs:getTailLength (Results 1 – 2 of 2) sorted by last modified time

/plugin/prosemirror/parser/
H A DMark.php54 return $this->parent->getStartingNodeMarkScore($this->type) === $this->getTailLength();
67 public function getTailLength() function in dokuwiki\\plugin\\prosemirror\\parser\\Mark
99 if ($this->previousMark->getTailLength() > $this->tailLength) {
103 if ($this->previousMark->getTailLength() === $this->tailLength) {
H A DTextNode.php165 return $this->marks[$markType]->getTailLength();
171 return $this->marks[$markType]->getTailLength();