Home
last modified time | relevance | path

Searched refs:Enclosure (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DEnclosure.php45 use SimplePie\Enclosure; alias
53 class SimplePie_Enclosure extends Enclosure
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php76 Enclosure::class => Enclosure::class,
120 'Enclosure' => Enclosure::class,
H A DItem.php2177 …$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 DEnclosure.php57 class Enclosure class
H A DSimplePie.php1169 public function set_enclosure_class($class = Enclosure::class)
1173 return $this->registry->register(Enclosure::class, $class, true);