Searched refs:increaseMark (Results 1 – 7 of 7) sorted by relevance
23 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\PluginNode25 return $this->textNode->increaseMark($markType);
39 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\HardBreakNode41 $this->textNode->increaseMark($markType);
37 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\SmileyNode39 return $this->textNode->increaseMark($markType);
133 $this->previous->increaseMark($type);142 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\TextNode150 $this->previous->increaseMark($markType);
17 public function increaseMark($markType); function
37 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\LinkNode39 return $this->textNode->increaseMark($markType);
171 public function increaseMark($markType) function in dokuwiki\\plugin\\prosemirror\\parser\\ImageNode173 return $this->textNode->increaseMark($markType);