Searched refs:rss (Results 1 – 13 of 13) sorted by relevance
42 $this->P->parse('{{rss>http://example.com/feed 5}}');61 $this->P->parse('{{rss>http://example.com/feed 3 rev author date desc nosort 2h}}');80 $this->P->parse('{{rss>http://example.com/feed 1d}}');99 $this->P->parse('{{rss>http://example.com/feed 1m}}');118 $this->P->parse('{{rss>http://example.com/feed detail}}');137 $this->P->parse('{{rss>http://example.com/feed by}}');156 $this->P->parse('Foo {{rss>}} Bar');
14 $rss = new UniversalFeedCreator();15 $rss->useCached(); // use cached version if age < 1 hour16 $rss->title = "PHP news";17 $rss->description = "daily news from the PHP scripting world";20 $rss->descriptionTruncSize = 500;21 $rss->descriptionHtmlSyndicated = true;23 $rss->link = "http://www.dailyphp.net/news";24 $rss->syndicationURL = "http://www.dailyphp.net/" . $_SERVER["SCRIPT_NAME"];36 $rss->image = $image;55 $rss->addItem($item);[all …]
1 rss channel, feed, RDF {
613 public function rss($url, $params) function in Doku_Renderer
658 public function rss($url, $params) function in Doku_Renderer_metadata
1330 public function rss($url, $params) function in Doku_Renderer_xhtml
652 $rss = [['attribs' => ['' => ['version' => '2.0']],654 $this->data = ['child' => ['' => ['rss' => $rss]]];
385 …public const DEFAULT_HTTP_ACCEPT_HEADER = 'application/atom+xml, application/rss+xml, application/…
458 {{rss>http://slashdot.org/index.rss 5 author date 1h }}460 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
198 "rss"557 "rss"
324 * Added support for `application/x-rss+xml` in `SimplePie_Locator`. [#348](https://github.com/simpl…339 * `rss:pubDate` is now used over `atom:updated` when determining the posting date. [#288](https://g…
674 lib/tpl/default/images/button-rss.png