Searched refs:captions (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Enclosure.php | 29 public $captions; variable in SimplePie\\Enclosure 190 * @param Caption[]|null $captions 205 ?array $captions = null, argument 228 $this->captions = $captions; 296 $captions = $this->get_captions(); 297 if (isset($captions[$key])) { 298 return $captions[$key]; 311 if ($this->captions !== null) { 312 return $this->captions;
|
| H A D | Item.php | 946 … if ($captions = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'text')) { 947 foreach ($captions as $caption) { 970 …} elseif ($captions = $parent->get_channel_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'text'))… 971 foreach ($captions as $caption) { 2170 …istry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions, $categories, $ch…
|