Home
last modified time | relevance | path

Searched refs:channels (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown59 to one of our [support channels][]. For bug reports and feature requests, visit
64 [support channels]: http://simplepie.org/support/
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php82 public $channels; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument
235 $this->channels = $channels;
352 * Get the number of audio channels
358 if ($this->channels !== null) {
359 return $this->channels;
H A DItem.php1391 $channels = null;
1427 $channels = null;
1459 if (isset($content['attribs']['']['channels'])) {
1460 $channels = $this->sanitize($content['attribs']['']['channels'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
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]);
1882 $channels = null;
1914 if (isset($content['attribs']['']['channels'])) {
1915 $channels = $this->sanitize($content['attribs']['']['channels'], \SimplePi
[all...]