Lines Matching +full:rev +full:- +full:parse
12 $this->P->addMode('rss', new Rss());
17 $this->P->parse('Foo {{rss>http://example.com/feed}} Bar');
37 $this->assertCalls($calls, $this->H->calls);
42 $this->P->parse('{{rss>http://example.com/feed 5}}');
56 $this->assertCalls($calls, $this->H->calls);
61 $this->P->parse('{{rss>http://example.com/feed 3 rev author date desc nosort 2h}}');
75 $this->assertCalls($calls, $this->H->calls);
80 $this->P->parse('{{rss>http://example.com/feed 1d}}');
94 $this->assertCalls($calls, $this->H->calls);
99 $this->P->parse('{{rss>http://example.com/feed 1m}}');
113 $this->assertCalls($calls, $this->H->calls);
118 $this->P->parse('{{rss>http://example.com/feed detail}}');
132 $this->assertCalls($calls, $this->H->calls);
137 $this->P->parse('{{rss>http://example.com/feed by}}');
151 $this->assertCalls($calls, $this->H->calls);
156 $this->P->parse('Foo {{rss>}} Bar');
164 $this->assertCalls($calls, $this->H->calls);