Searched refs:feeds (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Locator.php | 187 $feeds = []; 188 $feeds = array_merge($feeds, $this->search_elements_by_tag('link', $done, $feeds)); 189 $feeds = array_merge($feeds, $this->search_elements_by_tag('a', $done, $feeds)); 190 $feeds = array_merge($feeds, $this->search_elements_by_tag('area', $done, $feeds)); 192 if (!empty($feeds)) { 193 return array_values($feeds); 199 protected function search_elements_by_tag($name, &$done, $feeds) argument 223 …pe')])), ['text/html', 'application/rss+xml', 'application/atom+xml'])) && !isset($feeds[$href])) { 230 $feeds[$href] = $feed; 237 return $feeds;
|
H A D | SimplePie.php | 3135 * If you're merging multiple feeds together, they need to all have dates
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
H A D | README.md | 92 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 D | CHANGELOG.md | 139 * Reduce memory when parsing large feeds by @Alkarex in [#672](https://github.com/simplepie/simplep… 173 * Ensure that feeds retrieved with `force_feed` do not share the same cache as those retrieved with… 211 * Fixed issues with retrieving feeds from behind a proxy. [#512](https://github.com/simplepie/simpl… 258 * Improved support for microformat feeds. 301 * Fixed a bug with Russian feeds. [#348](https://github.com/simplepie/simplepie/pull/348)
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 441 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simple…
|
/dokuwiki/_test/data/pages/wiki/ |
H A D | syntax.txt | 441 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simple…
|
/dokuwiki/ |
H A D | composer.lock | 551 "feeds",
|