Lines Matching refs:P
21 $this->P->addMode('footnote',new Footnote());
25 $this->P->parse('Foo (( testing )) Bar');
43 $this->P->parse("Foo (( testing\n Bar");
55 $this->P->addMode('eol',new Eol());
56 $this->P->parse("Foo (( testing\ntesting )) Bar");
74 $this->P->parse('Foo (( x((y))z )) Bar');
92 $this->P->addMode('eol',new Eol());
93 $this->P->parse("Foo \nX(( test\ning ))Y\n Bar");
111 $this->P->addMode('strong',new Formatting('strong'));
112 $this->P->parse('Foo (( **testing** )) Bar');
134 $this->P->addMode('hr',new Hr());
135 $this->P->parse("Foo (( \n ---- \n )) Bar");
155 $this->P->addMode('code',new Code());
156 $this->P->parse("Foo (( <code>Test</code> )) Bar");
176 $this->P->addMode('preformatted',new Preformatted());
177 $this->P->parse("Foo (( \n Test\n )) Bar");
197 $this->P->addMode('preformatted',new Preformatted());
198 $this->P->addMode('eol',new Eol());
199 $this->P->parse("Foo (( \n Test\n )) Bar");
220 $this->P->addMode('unformatted',new Unformatted());
221 $this->P->parse("Foo (( <nowiki>Test</nowiki> )) Bar");
241 $this->P->addMode('unformatted',new Unformatted());
242 $this->P->parse("Foo (( \n====Test====\n )) Bar");
260 $this->P->addMode('table',new Table());
261 $this->P->parse("Foo ((
306 $this->P->addMode('listblock',new ListBlock());
307 $this->P->parse("Foo ((
348 $this->P->addMode('quote',new Quote());
349 $this->P->parse("Foo ((
377 $this->P->addMode('strong',new Formatting('strong'));
378 $this->P->parse("(( a ** (( b )) ** c ))");