Lines Matching refs:parse

22         $this->P->parse("Foo http://www.google.com Bar");
52 $this->P->parse("Foo http://123.123.3.21/foo Bar");
110 $this->P->parse("Foo $source Bar");
130 $this->P->parse("Foo javascript:alert('XSS'); Bar");
143 $this->P->parse("Foo www.google.com Bar");
172 $this->P->parse("Foo (www.google.com) Bar");
216 $this->P->parse("Foo ftp.sunsite.com Bar");
260 $this->P->parse("Foo <bugs@php.net> Bar");
275 $this->P->parse("Foo <~fix+bug's.for/ev{e}r@php.net> Bar");
290 $this->P->parse("Foo <bugs@pHp.net> Bar");
306 $this->P->parse("Foo [[l]] Bar");
321 $this->P->parse("Foo [[]] Bar");
336 $this->P->parse("Foo [[foo:bar]] Bar");
351 $this->P->parse("Foo [[x:1:y:foo_bar:z|Test]] Bar");
366 $this->P->parse("Foo [[wiki:syntax#internal|Syntax]] Bar");
381 … $this->P->parse("Foo [[wiki:internal:link|Test]] Bar <code>command [arg1 [arg2 [arg3]]]</code>");
396 …$this->P->parse("Foo [[wiki:internal:link|[Square brackets in title] Test]] Bar <code>command [arg…
411 $this->P->parse("Foo [[http://www.google.com|Google]] Bar");
441 …$this->P->parse("Foo [[http://www.google.com?test[]=squarebracketsinurl|Google]] Bar <code>command…
456 $this->P->parse("Foo [[foo:bar|one]] and [[bar:foo|two]] Bar");
474 $this->P->parse("Foo [[iw>somepage|Some Page]] Bar");
489 $this->P->parse("Foo [[IW>somepage|Some Page]] Bar");
504 $this->P->parse("Foo [[wp>Callback_(computer_science)|callbacks]] Bar");
519 $this->P->parse("Foo FooBar Bar");
534 $this->P->parse('Foo file://temp/file.txt Bar');
549 $this->P->parse('Foo [[file://temp/file.txt|Some File]] Bar');
564 $this->P->parse('Foo \\\server\share Bar');
579 $this->P->parse('Foo \\\server\share-hyphen Bar');
594 $this->P->parse('Foo [[\\\server\share|My Documents]] Bar');
609 $this->P->parse('Foo {{img.gif}} Bar');
624 $this->P->parse('Foo {{img.gif?linkonly}} Bar');
639 $this->P->parse('Foo {{foo.txt?10x10|Some File}} Bar');
654 $this->P->parse('Foo {{img.gif }} Bar');
669 $this->P->parse('Foo {{ img.gif}} Bar');
684 $this->P->parse('Foo {{ img.gif }} Bar');
699 $this->P->parse('Foo {{img.gif?50x100nocache}} Bar');
714 $this->P->parse('Foo {{img.gif?50x100|Some Image}} Bar');
729 $this->P->parse('Foo {{http://www.google.com/img.gif}} Bar');
775 $this->P->parse("Foo [[x:1:y:foo_bar:z|{{img.gif?10x20nocache|Some Image}}]] Bar");
802 $this->P->parse("Foo [[x:1:y:foo_bar:z|{{foo.txt?10x20nocache|Some Image}}]] Bar");
829 $this->P->parse("Foo [[foo@example.com|{{img.gif?10x20nocache|Some Image}}]] Bar");
856 $this->P->parse('Foo {{img.gif|{{foo.gif|{{bar.gif|Bar}}}}}} Bar');