Home
last modified time | relevance | path

Searched refs:Author (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
DAuthor.php45 use SimplePie\Author; alias
53 class SimplePie_Author extends Author
/dokuwiki/vendor/simplepie/simplepie/src/
DRegistry.php74 Author::class => Author::class,
118 'Author' => Author::class,
DAuthor.php57 class Author class
DSource.php205 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
222 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]);
226 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S…
229 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S…
232 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S…
269 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
286 $contributors[] = $this->registry->create(Author::class, [$name, $url, $email]);
DSimplePie.php1137 public function set_author_class($class = Author::class)
1141 return $this->registry->register(Author::class, $class, true);
2457 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
2474 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]);
2478 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], self::CONSTR…
2481 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], self::CONSTR…
2484 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], self::CONSTR…
2536 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
2553 $contributors[] = $this->registry->create(Author::class, [$name, $url, $email]);
DItem.php517 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
534 $contributors[] = $this->registry->create(Author::class, [$name, $url, $email]);
570 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
587 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]);
591 …$authors[] = $this->registry->create(Author::class, [null, null, $this->sanitize($author[0]['data'…
594 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S…
597 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S…
600 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S…
/dokuwiki/vendor/geshi/geshi/
DREADME.md5 Author: [Benny Baumann](http://blog.benny-baumann.de/), [Nigel McNie](http://nigel.mcnie.n…
/dokuwiki/inc/parser/
Dxhtml.php8 use SimplePie\Author; alias
1381 if ($author instanceof Author) {