Home
last modified time | relevance | path

Searched refs:getAuthor (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator10.php69 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);
100 protected function getAuthor($author, $email) function in RSSCreator10
H A DRSSCreator091.php139 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);
189 function getAuthor($author, $email) function in RSSCreator091
/dokuwiki/_test/tests/Feed/
H A DFeedPageProcessorTest.php80 $this->assertEquals($expectedAuthor, $proc->getAuthor());
H A DFeedMediaProcessorTest.php51 $this->assertEquals($expectedAuthor, $proc->getAuthor());
/dokuwiki/lib/plugins/extension/
H A DExtensionApiResponse.php75 $this->author = $extension->getAuthor();
H A DGuiExtension.php286 if (!$this->extension->getAuthor()) {
290 $names = explode(',', $this->extension->getAuthor());
306 $html = '<span class="author">' . hsc($this->extension->getAuthor()) . '</span>';
H A DExtension.php245 public function getAuthor() function in dokuwiki\\plugin\\extension\\Extension
H A Dcli.php330 $this->colors->wrap($ext->getAuthor(), Colors::C_PURPLE)
/dokuwiki/inc/Feed/
H A DFeedItemProcessor.php108 public function getAuthor() function in dokuwiki\\Feed\\FeedItemProcessor
H A DFeedCreator.php95 [$item->authorEmail, $item->author] = $proc->getAuthor();
/dokuwiki/lib/plugins/extension/_test/
H A DExtensionTest.php33 $this->assertEquals('Andreas Gohr', $extension->getAuthor());