Lines Matching refs:P
22 $this->P->addMode('footnote',new Footnote());
26 $this->P->parse('Foo (( testing )) Bar');
44 $this->P->parse("Foo (( testing\n Bar");
56 $this->P->addMode('eol',new Eol());
57 $this->P->parse("Foo (( testing\ntesting )) Bar");
75 $this->P->parse('Foo (( x((y))z )) Bar');
93 $this->P->addMode('eol',new Eol());
94 $this->P->parse("Foo \nX(( test\ning ))Y\n Bar");
112 $this->P->addMode('strong',new Strong());
113 $this->P->parse('Foo (( **testing** )) Bar');
135 $this->P->addMode('hr',new Hr());
136 $this->P->parse("Foo (( \n ---- \n )) Bar");
156 $this->P->addMode('code',new Code());
157 $this->P->parse("Foo (( <code>Test</code> )) Bar");
177 $this->P->addMode('preformatted',new Preformatted());
178 $this->P->parse("Foo (( \n Test\n )) Bar");
198 $this->P->addMode('preformatted',new Preformatted());
199 $this->P->addMode('eol',new Eol());
200 $this->P->parse("Foo (( \n Test\n )) Bar");
221 $this->P->addMode('unformatted',new Unformatted());
222 $this->P->parse("Foo (( <nowiki>Test</nowiki> )) Bar");
242 $this->P->addMode('unformatted',new Unformatted());
243 $this->P->parse("Foo (( \n====Test====\n )) Bar");
261 $this->P->addMode('table',new Table());
262 $this->P->parse("Foo ((
307 $this->P->addMode('listblock',new ListBlock());
308 $this->P->parse("Foo ((
349 $this->P->addMode('quote',new Quote());
350 $this->P->parse("Foo ((
378 $this->P->addMode('strong',new Strong());
379 $this->P->parse("(( a ** (( b )) ** c ))");