Searched refs:channels (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Enclosure.php | 81 public $channels; variable in SimplePie\\Enclosure 229 …ascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyrigh… argument 234 $this->channels = $channels; 357 if ($this->channels !== null) { 358 return $this->channels;
|
H A D | Item.php | 1458 if (isset($content['attribs']['']['channels'])) { 1459 …$channels = $this->sanitize($content['attribs']['']['channels'], \SimplePie\SimplePie::CONSTRUCT_T… 1913 if (isset($content['attribs']['']['channels'])) { 1914 …$channels = $this->sanitize($content['attribs']['']['channels'], \SimplePie\SimplePie::CONSTRUCT_T… 2177 …:class, [$url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $cr… 2186 $channels = null; 2214 … $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_pare… 2222 $channels = null; 2245 … $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_pare… 2253 $channels = null; [all …]
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | README.markdown | 75 to one of our [support channels][]. For bug reports and feature requests, visit 80 [support channels]: http://simplepie.org/support/
|