Searched refs:getAuthor (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | RSSCreator10.php | 69 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail); 100 protected function getAuthor($author, $email) function in RSSCreator10
|
| H A D | RSSCreator091.php | 139 $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 D | FeedPageProcessorTest.php | 80 $this->assertEquals($expectedAuthor, $proc->getAuthor());
|
| H A D | FeedMediaProcessorTest.php | 51 $this->assertEquals($expectedAuthor, $proc->getAuthor());
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | ExtensionApiResponse.php | 75 $this->author = $extension->getAuthor();
|
| H A D | GuiExtension.php | 286 if (!$this->extension->getAuthor()) { 290 $names = explode(',', $this->extension->getAuthor()); 306 $html = '<span class="author">' . hsc($this->extension->getAuthor()) . '</span>';
|
| H A D | Extension.php | 245 public function getAuthor() function in dokuwiki\\plugin\\extension\\Extension
|
| H A D | cli.php | 330 $this->colors->wrap($ext->getAuthor(), Colors::C_PURPLE)
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedItemProcessor.php | 108 public function getAuthor() function in dokuwiki\\Feed\\FeedItemProcessor
|
| H A D | FeedCreator.php | 95 [$item->authorEmail, $item->author] = $proc->getAuthor();
|
| /dokuwiki/lib/plugins/extension/_test/ |
| H A D | ExtensionTest.php | 33 $this->assertEquals('Andreas Gohr', $extension->getAuthor());
|