Home
last modified time | relevance | path

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

/plugin/prosemirror/parser/
DPluginNode.php22 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\PluginNode
24 return $this->textNode->increaseMark($markType);
DHardBreakNode.php40 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\HardBreakNode
42 $this->textNode->increaseMark($markType);
DSmileyNode.php35 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\SmileyNode
37 return $this->textNode->increaseMark($markType);
DTextNode.php122 $this->previous->increaseMark($type);
131 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\TextNode
139 $this->previous->increaseMark($markType);
DLinkNode.php38 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\LinkNode
40 return $this->textNode->increaseMark($markType);
DInlineNodeInterface.php16 public function increaseMark($markType); function
DImageNode.php176 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\ImageNode
178 return $this->textNode->increaseMark($markType);