Lines Matching full:example
316 $this->P->parse("Foo <mailto:foo@example.com> Bar");
320 ['cdata', ["\nFoo <mailto:foo@example.com> Bar"]],
350 $this->P->parse('See www.example.com/path(foo) end');
355 ['externallink', ['http://www.example.com/path(foo)', 'www.example.com/path(foo)']],
365 $this->P->parse('See (www.example.com/path(foo)) end');
370 ['externallink', ['http://www.example.com/path(foo)', 'www.example.com/path(foo)']],
381 $this->P->parse('See www.example.com/path(foo))) end');
386 ['externallink', ['http://www.example.com/path(foo)', 'www.example.com/path(foo)']],
396 $this->P->parse('See www.example.com/search?q=(business))+ok end');
402 'http://www.example.com/search?q=(business))+ok',
403 'www.example.com/search?q=(business))+ok'
416 $this->P->parse('See http://example.com/© end');
421 ['externallink', ['http://example.com/', null]],
431 $this->P->parse('See http://example.com/&hl; end');
436 ['externallink', ['http://example.com/', null]],
446 $this->P->parse('See http://example.com/A end');
451 ['externallink', ['http://example.com/', null]],
461 $this->P->parse('See http://example.com/©more end');
466 ['externallink', ['http://example.com/©more', null]],
476 $this->P->parse('See (http://example.com/path)© end');
481 ['externallink', ['http://example.com/path', null]],
491 $this->P->parse('See http://example.com/)©)&hl; end');
496 ['externallink', ['http://example.com/', null]],