Home
last modified time | relevance | path

Searched refs:getAuthor (Results 1 – 5 of 5) sorted by path

/dokuwiki/lib/plugins/extension/
H A Dcli.php372 $this->colors->wrap($ext->getAuthor(), Colors::C_PURPLE)
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php278 public function getAuthor()
258 public function getAuthor() global() function in helper_plugin_extension_extension
H A Dlist.php203 if ($extension->getAuthor()) {
210 hsc($extension->getAuthor()) . '</a>';
212 $html = '<span class="author">' . hsc($extension->getAuthor()) . '</span>';
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php139 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);
189 function getAuthor($author, $email) function in RSSCreator091
H A DRSSCreator10.php69 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);
100 protected function getAuthor($author, $email) function in RSSCreator10