Home
last modified time | relevance | path

Searched refs:captions (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php70 public $captions; 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
233 $this->captions = $captions;
299 $captions = $this->get_captions();
300 if (isset($captions[$key])) {
301 return $captions[$key];
308 * Get all captions
314 if ($this->captions !== null) {
315 return $this->captions;
[all...]
H A DItem.php956 if ($captions = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'text')) {
957 foreach ($captions as $caption) {
980 } elseif ($captions = $parent->get_channel_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'text')) {
981 foreach ($captions as $caption) {
1406 $captions = null;
1442 $captions = null;
1521 $captions[] = $this->registry->create(Caption::class, [$caption_type, $caption_lang, $caption_startTime, $caption_endTime, $caption_text]);
1523 if (is_array($captions)) {
1524 $captions = array_values(array_unique($captions));
[all...]