Home
last modified time | relevance | path

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

/plugin/prosemirror/parser/
DMark.php53 return $this->parent->getStartingNodeMarkScore($this->type) === $this->getTailLength();
66 public function getTailLength() function in dokuwiki\\plugin\\prosemirror\\parser\\Mark
98 if ($this->previousMark->getTailLength() > $this->tailLength) {
102 if ($this->previousMark->getTailLength() === $this->tailLength) {
DTextNode.php154 return $this->marks[$markType]->getTailLength();
160 return $this->marks[$markType]->getTailLength();