Searched refs:increaseMark (Results 1 – 7 of 7) sorted by relevance
22 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\PluginNode24 return $this->textNode->increaseMark($markType);
40 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\HardBreakNode42 $this->textNode->increaseMark($markType);
35 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\SmileyNode37 return $this->textNode->increaseMark($markType);
122 $this->previous->increaseMark($type);131 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\TextNode139 $this->previous->increaseMark($markType);
38 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\LinkNode40 return $this->textNode->increaseMark($markType);
16 public function increaseMark($markType); function
176 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\ImageNode178 return $this->textNode->increaseMark($markType);