Home
last modified time | relevance | path

Searched refs:getAuthor (Results 26 – 42 of 42) sorted by last modified time

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DGitblame.php48 protected function getAuthor($line) function in PHP_CodeSniffer_Reports_Gitblame
H A DHgblame.php48 protected function getAuthor($line) function in PHP_CodeSniffer_Reports_Hgblame
H A DVersionControl.php87 $blameAuthor = $this->getAuthor($blames[($line - 1)]);
127 $author = $this->getAuthor($line);
329 abstract protected function getAuthor($line); function in PHP_CodeSniffer_Reports_VersionControl
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php896 public function getAuthor() { function in Google_Application
H A DGoogle_PlusDomainsService.php1766 public function getAuthor() { function in Google_Media
H A DGoogle_PlusService.php1458 public function getAuthor() { function in Google_ItemScope
H A DGoogle_BloggerService.php716 public function getAuthor() { function in Google_Comment
900 public function getAuthor() { function in Google_Page
1058 public function getAuthor() { function in Google_Post
H A DGoogle_DriveService.php2032 public function getAuthor() { function in Google_Comment
2189 public function getAuthor() { function in Google_CommentReply
H A DGoogle_YouTubeService.php1358 public function getAuthor() { function in Google_ActivityContentDetailsSocial
H A DGoogle_BooksService.php1395 public function getAuthor() { function in Google_BooksCloudloadingResource
2510 public function getAuthor() { function in Google_Review
H A DGoogle_OrkutService.php1652 public function getAuthor() { function in Google_CommunityMessage
1776 public function getAuthor() { function in Google_CommunityPoll
1927 public function getAuthor() { function in Google_CommunityPollComment
2102 public function getAuthor() { function in Google_CommunityTopic
H A DGoogle_ShoppingService.php885 public function getAuthor() { function in Google_ShoppingModelProductJsonV1
H A DGoogle_ModeratorService.php1355 public function getAuthor() { function in Google_Submission
/plugin/zotero/
H A DTextZoteroRepository.php126 $e->getAuthor() . "|" .
H A DFeedZoteroRepository.php45 if ($e->getZoteroId() !== "" && $e->getAuthor() !== "" && $e->getTitle() !== "")
H A DZoteroEntry.php49 public function getAuthor() function in ZoteroEntry
85 return $this->getAuthor() . ": " . $this->getTitle() . " (" . $date . ")";
89 $title = str_replace(self::AUTHOR_PLACEHOLDER, $this->getAuthor(), $format);
105 && $this->getAuthor() === $other->getAuthor()
/plugin/zotero/tests/
H A DZoteroEntryTest.php29 $this->assertEquals(self::AUTHOR, $this->e->getAuthor());

12