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