Home
last modified time | relevance | path

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

/plugin/prosemirror/
H A Drenderer.php45 $this->nodestack->addTop($node);
106 $this->nodestack->addTop(new Node('paragraph'));
121 $this->nodestack->addTop(new Node('blockquote'));
142 $this->nodestack->addTop(new Node('bullet_list'));
158 $this->nodestack->addTop(new Node('ordered_list'));
170 $this->nodestack->addTop(new Node('list_item'));
173 $this->nodestack->addTop($paragraphNode);
193 $this->nodestack->addTop(new Node('table'));
205 $this->nodestack->addTop(new Node('table_row'));
255 $this->nodestack->addTop(
[all...]
/plugin/prosemirror/schema/
H A DNodeStack.php71 public function addTop(Node $node) function in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack