Lines Matching refs:addMode
22 $this->P->addMode('footnote',new Footnote());
56 $this->P->addMode('eol',new Eol());
93 $this->P->addMode('eol',new Eol());
112 $this->P->addMode('strong',new Strong());
135 $this->P->addMode('hr',new Hr());
156 $this->P->addMode('code',new Code());
177 $this->P->addMode('preformatted',new Preformatted());
198 $this->P->addMode('preformatted',new Preformatted());
199 $this->P->addMode('eol',new Eol());
221 $this->P->addMode('unformatted',new Unformatted());
242 $this->P->addMode('unformatted',new Unformatted());
261 $this->P->addMode('table',new Table());
307 $this->P->addMode('listblock',new ListBlock());
349 $this->P->addMode('quote',new Quote());
378 $this->P->addMode('strong',new Strong());