Home
last modified time | relevance | path

Searched refs:rss (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/
H A Dfeed.php28 if (!actionOK('rss')) {
62 $rss = new UniversalFeedCreator(); global() variable
204 rss_buildItems(& $rss, & $data, $opt) global() argument
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md14 $rss = new UniversalFeedCreator();
15 $rss->useCached(); // use cached version if age < 1 hour
16 $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
[all...]
/dokuwiki/lib/styles/
H A Dfeed.css1 rss channel, feed, RDF {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php588 // a deleted item (which also makes it an invalid rss item).
618 $rss = [['attribs' => ['' => ['version' => '2.0']],
620 $this->data = ['child' => ['' => ['rss' => $rss]]];
/dokuwiki/inc/parser/
H A Drenderer.php613 public function rss($url, $params)
549 public function rss($url, $params) { global() function in Doku_Renderer
H A Dmetadata.php656 public function rss($url, $params)
639 public function rss($url, $params) global() function in Doku_Renderer_metadata
H A Dhandler.php939 public function rss($match, $state, $pos)
941 $link = preg_replace(['/^\{\{rss>/', '/\}\}$/'], '', $match);
965 $this->addCall('rss', [$link, $p], $pos);
894 public function rss($match, $state, $pos) { global() function in Doku_Handler
H A Dxhtml.php1331 public function rss($url, $params)
1364 $this->doc .= '<ul class="rss">';
1246 public function rss($url, $params) { global() function in Doku_Renderer_xhtml
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt458 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
460 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md257 * Added support for `application/x-rss+xml` in `SimplePie_Locator`. [#348](https://github.com/simplepie/simplepie/pull/348)
272 * `rss:pubDate` is now used over `atom:updated` when determining the posting date. [#288](https://github.com/simplepie/simplepie/pull/288)
/dokuwiki/data/
H A Ddeleted.files635 lib/tpl/default/images/button-rss.png