Home
last modified time | relevance | path

Searched refs:enclosures (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php910 $enclosures = $this->get_enclosures();
911 if (isset($enclosures[$key])) {
912 return $enclosures[$key];
919 * Get all available enclosures (podcasts, etc.)
923 * At this point, we're pretty much assuming that all enclosures for an item
928 * @todo Add support for end-user defined sorting of enclosures by type/handler (so we can prefer the faster-loading FLV over MP4).
934 if (!isset($this->data['enclosures'])) {
935 $this->data['enclosures'] = [];
1870 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width]);
2178 $this->data['enclosures'][]
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md37 - Fix case of multiple RSS2.0 enclosures by @Alkarex in [#769](https://github.com/simplepie/simplepie/pull/769)