Home
last modified time | relevance | path

Searched refs:feeds (Results 1 – 5 of 5) sorted by path

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt441 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md92 added HTML and JavaScript feeds (configurable via CSS) (thanks to Pascal Van Hecke)
104 added stylesheet to RSS 1.0 feeds
144 added images to feeds
146 added RSS 2.0 feeds
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md124 * Reduce memory when parsing large feeds by @Alkarex in [#672](https://github.com/simplepie/simplepie/pull/672)
158 * Ensure that feeds retrieved with `force_feed` do not share the same cache as those retrieved without. [#643](https://github.com/simplepie/simplepie/pull/643)
196 * Fixed issues with retrieving feeds from behind a proxy. [#512](https://github.com/simplepie/simplepie/pull/512)/[#548](https://github.com/simplepie/simplepie/pull/548)
243 * Improved support for microformat feeds.
286 * Fixed a bug with Russian feeds. [#348](https://github.com/simplepie/simplepie/pull/348)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php188 $feeds = [];
189 $feeds = array_merge($feeds, $this->search_elements_by_tag('link', $done, $feeds));
190 $feeds = array_merge($feeds, $this->search_elements_by_tag('a', $done, $feeds));
191 $feeds = array_merge($feeds, $this->search_elements_by_tag('area', $done, $feeds));
200 search_elements_by_tag($name, & $done, $feeds) global() argument
[all...]
H A DSimplePie.php590 * @var int Maximum number of feeds to check with autodiscovery
597 * @var array All the feeds found during the autodiscovery process
611 * @var array Stores the URLs when multiple feeds are being initialized.
618 * @var array Stores SimplePie objects when multiple feeds initialized.
774 * You can set multiple feeds to mash together by passing an array instead
831 * Set the default timeout for fetching remote feeds
1338 * turns SimplePie into a dumb parser of feeds.
1357 * Set maximum number of feeds to check with autodiscovery
1359 * @param int $max Maximum number of feeds to check
1510 * configuration options get processed, feeds ar
[all...]