Searched refs:feeds (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Locator.php | 219 $feeds = []; 220 $feeds = array_merge($feeds, $this->search_elements_by_tag('link', $done, $feeds)); 221 $feeds = array_merge($feeds, $this->search_elements_by_tag('a', $done, $feeds)); 222 $feeds = array_merge($feeds, $this->search_elements_by_tag('area', $done, $feeds)); 224 if (!empty($feeds)) { 225 return array_values($feeds); 236 protected function search_elements_by_tag(string $name, array &$done, array $feeds) argument 262 …pe')])), ['text/html', 'application/rss+xml', 'application/atom+xml'])) && !isset($feeds[$href])) { 272 $feeds[$href] = $feed; 282 return $feeds;
|
| H A D | SimplePie.php | 3356 * 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 | 34 - Stop `SimplePie\File` from mangling UTF-16 and UTF-32 encoded feeds (by @Alkarex in [#916](https:… 191 * Reduce memory when parsing large feeds (by @Alkarex in [#672](https://github.com/simplepie/simple… 225 * Ensure that feeds retrieved with `force_feed` do not share the same cache as those retrieved with… 263 * Fixed issues with retrieving feeds from behind a proxy. [#512](https://github.com/simplepie/simpl… 310 * Improved support for microformat feeds. 353 * 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 | 556 "feeds",
|