Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DEnclosure.php8 use SimplePie\Enclosure; alias
17 class SimplePie_Enclosure extends Enclosure
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php38 Enclosure::class => Enclosure::class,
82 'Enclosure' => Enclosure::class,
H A DItem.php2170 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul…
2207 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul…
2238 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul…
2270 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul…
2276 …$this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, nul…
H A DEnclosure.php17 class Enclosure class
H A DSimplePie.php1245 public function set_enclosure_class(string $class = Enclosure::class)
1249 return $this->registry->register(Enclosure::class, $class, true);
/dokuwiki/vendor/simplepie/simplepie/
H A Dphpstan.dist.neon23 - '(Constructor of class SimplePie\\Enclosure has an unused parameter \$javascript\.)'