Searched refs:rss (Results 1 – 12 of 12) sorted by relevance
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 {
616 $rss = [['attribs' => ['' => ['version' => '2.0']],618 $this->data = ['child' => ['' => ['rss' => $rss]]];
613 public function rss($url, $params) function in Doku_Renderer
658 public function rss($url, $params) function in Doku_Renderer_metadata
939 public function rss($match, $state, $pos) function in Doku_Handler
1332 public function rss($url, $params) function in Doku_Renderer_xhtml
458 {{rss>http://slashdot.org/index.rss 5 author date 1h }}460 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
200 "rss"552 "rss"
272 * Added support for `application/x-rss+xml` in `SimplePie_Locator`. [#348](https://github.com/simpl…287 * `rss:pubDate` is now used over `atom:updated` when determining the posting date. [#288](https://g…
651 lib/tpl/default/images/button-rss.png