Searched refs:Enclosure (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
| H A D | Enclosure.php | 8 use SimplePie\Enclosure; alias 17 class SimplePie_Enclosure extends Enclosure
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Registry.php | 38 Enclosure::class => Enclosure::class, 82 'Enclosure' => Enclosure::class,
|
| H A D | Item.php | 2170 …$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 D | Enclosure.php | 17 class Enclosure class
|
| H A D | SimplePie.php | 1245 public function set_enclosure_class(string $class = Enclosure::class) 1249 return $this->registry->register(Enclosure::class, $class, true);
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | phpstan.dist.neon | 23 - '(Constructor of class SimplePie\\Enclosure has an unused parameter \$javascript\.)'
|