Searched refs:Enclosure (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Enclosure.php | 45 use SimplePie\Enclosure; alias 53 class SimplePie_Enclosure extends Enclosure
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Registry.php | 76 Enclosure::class => Enclosure::class, 120 'Enclosure' => Enclosure::class,
|
H A D | Item.php | 2177 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul… 2214 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul… 2245 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul… 2277 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul… 2283 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul…
|
H A D | Enclosure.php | 57 class Enclosure class
|
H A D | SimplePie.php | 1169 public function set_enclosure_class($class = Enclosure::class) 1173 return $this->registry->register(Enclosure::class, $class, true);
|