Lines Matching refs:marks
14 protected $marks = []; variable in dokuwiki\\plugin\\prosemirror\\parser\\TextNode
37 foreach ($this->marks as $mark) {
68 foreach ($this->marks as $mark) {
110 * @param array $marks
115 protected function setMarks(array $marks) argument
117 foreach ($marks as $markData) {
120 $this->marks[$type] = $currentMark;
133 if (!isset($this->marks[$markType])) {
137 $this->marks[$markType]->incrementTail();
148 if (!isset($this->marks[$markType])) {
154 return $this->marks[$markType]->getTailLength();
160 return $this->marks[$markType]->getTailLength();