Lines Matching refs:parse

23         $this->P->parse("Foo http://www.google.com Bar");
53 $this->P->parse("Foo http://123.123.3.21/foo Bar");
111 $this->P->parse("Foo $source Bar");
131 $this->P->parse("Foo javascript:alert('XSS'); Bar");
144 $this->P->parse("Foo www.google.com Bar");
173 $this->P->parse("Foo (www.google.com) Bar");
217 $this->P->parse("Foo ftp.sunsite.com Bar");
261 $this->P->parse("Foo <bugs@php.net> Bar");
276 $this->P->parse("Foo <~fix+bug's.for/ev{e}r@php.net> Bar");
291 $this->P->parse("Foo <bugs@pHp.net> Bar");
307 $this->P->parse("Foo [[l]] Bar");
322 $this->P->parse("Foo [[]] Bar");
337 $this->P->parse("Foo [[foo:bar]] Bar");
352 $this->P->parse("Foo [[x:1:y:foo_bar:z|Test]] Bar");
367 $this->P->parse("Foo [[wiki:syntax#internal|Syntax]] Bar");
382 … $this->P->parse("Foo [[wiki:internal:link|Test]] Bar <code>command [arg1 [arg2 [arg3]]]</code>");
397 …$this->P->parse("Foo [[wiki:internal:link|[Square brackets in title] Test]] Bar <code>command [arg…
412 $this->P->parse("Foo [[http://www.google.com|Google]] Bar");
442 …$this->P->parse("Foo [[http://www.google.com?test[]=squarebracketsinurl|Google]] Bar <code>command…
457 $this->P->parse("Foo [[foo:bar|one]] and [[bar:foo|two]] Bar");
475 $this->P->parse("Foo [[iw>somepage|Some Page]] Bar");
490 $this->P->parse("Foo [[IW>somepage|Some Page]] Bar");
505 $this->P->parse("Foo [[wp>Callback_(computer_science)|callbacks]] Bar");
520 $this->P->parse("Foo FooBar Bar");
535 $this->P->parse('Foo file://temp/file.txt Bar');
550 $this->P->parse('Foo [[file://temp/file.txt|Some File]] Bar');
565 $this->P->parse('Foo \\\server\share Bar');
580 $this->P->parse('Foo \\\server\share-hyphen Bar');
595 $this->P->parse('Foo [[\\\server\share|My Documents]] Bar');
610 $this->P->parse('Foo {{img.gif}} Bar');
625 $this->P->parse('Foo {{img.gif?linkonly}} Bar');
640 $this->P->parse('Foo {{foo.txt?10x10|Some File}} Bar');
655 $this->P->parse('Foo {{img.gif }} Bar');
670 $this->P->parse('Foo {{ img.gif}} Bar');
685 $this->P->parse('Foo {{ img.gif }} Bar');
700 $this->P->parse('Foo {{img.gif?50x100nocache}} Bar');
715 $this->P->parse('Foo {{img.gif?50x100|Some Image}} Bar');
730 $this->P->parse('Foo {{http://www.google.com/img.gif}} Bar');
776 $this->P->parse("Foo [[x:1:y:foo_bar:z|{{img.gif?10x20nocache|Some Image}}]] Bar");
803 $this->P->parse("Foo [[x:1:y:foo_bar:z|{{foo.txt?10x20nocache|Some Image}}]] Bar");
830 $this->P->parse("Foo [[foo@example.com|{{img.gif?10x20nocache|Some Image}}]] Bar");
857 $this->P->parse('Foo {{img.gif|{{foo.gif|{{bar.gif|Bar}}}}}} Bar');