Lines Matching refs:addMode
21 $this->P->addMode('footnote',new Footnote());
55 $this->P->addMode('eol',new Eol());
92 $this->P->addMode('eol',new Eol());
111 $this->P->addMode('strong',new Formatting('strong'));
134 $this->P->addMode('hr',new Hr());
155 $this->P->addMode('code',new Code());
176 $this->P->addMode('preformatted',new Preformatted());
197 $this->P->addMode('preformatted',new Preformatted());
198 $this->P->addMode('eol',new Eol());
220 $this->P->addMode('unformatted',new Unformatted());
241 $this->P->addMode('unformatted',new Unformatted());
260 $this->P->addMode('table',new Table());
306 $this->P->addMode('listblock',new ListBlock());
348 $this->P->addMode('quote',new Quote());
377 $this->P->addMode('strong',new Formatting('strong'));