Home
last modified time | relevance | path

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

12

/plugin/zotero/
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/gitbacked/action/
Deditcommit.php73 [$this->getAuthorMail(), $this->getAuthor()],
125 private function getAuthor() function in action_plugin_gitbacked_editcommit
236 [$mediaName, $this->getAuthor()],
251 [$mediaName, $this->getAuthor()],
292 [$pageName, $editSummary, $this->getAuthor()],
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
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
DSvnblame.php50 protected function getAuthor($line) function in PHP_CodeSniffer_Reports_Svnblame
DGitblame.php48 protected function getAuthor($line) function in PHP_CodeSniffer_Reports_Gitblame
DHgblame.php48 protected function getAuthor($line) function in PHP_CodeSniffer_Reports_Hgblame
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DObjectWithObjectProperty.php32 public function getAuthor() function in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithObjectProperty
DComment.php27 public function getAuthor() function in JMS\\Serializer\\Tests\\Fixtures\\Comment
DIndexedCommentsBlogPost.php33 $authorName = $comment->getAuthor()->getName();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
DComment.php38 public function getAuthor() function in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\Comment
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
DComment.php38 public function getAuthor() function in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\Comment
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DBooksCloudloadingResource.php49 public function getAuthor() function in Google\\Service\\Books\\BooksCloudloadingResource
DOffersItemsItems.php57 public function getAuthor() function in Google\\Service\\Books\\OffersItemsItems
DReview.php69 public function getAuthor() function in Google\\Service\\Books\\Review
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/
DGoogleExampleLibraryagentV1Book.php49 public function getAuthor() function in Google\\Service\\Libraryagent\\GoogleExampleLibraryagentV1Book
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DActivityContentDetailsSocial.php51 public function getAuthor() function in Google\\Service\\YouTube\\ActivityContentDetailsSocial
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
DAnswer.php55 public function getAuthor() function in Google\\Service\\MyBusinessQA\\Answer
DQuestion.php62 public function getAuthor() function in Google\\Service\\MyBusinessQA\\Question
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DJsonSerializationTest.php222 self::assertInstanceOf('JMS\Serializer\Tests\Fixtures\Author', $object->getAuthor());
230 self::assertInstanceOf('JMS\Serializer\Tests\Fixtures\Author', $object->getAuthor());
231 self::assertEquals('baz', $object->getAuthor()->getName());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
DReply.php81 public function getAuthor() function in Google\\Service\\Drive\\Reply
DComment.php90 public function getAuthor() function in Google\\Service\\Drive\\Comment
/plugin/zotero/tests/
DZoteroEntryTest.php29 $this->assertEquals(self::AUTHOR, $this->e->getAuthor());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
DPage.php77 public function getAuthor() function in Google\\Service\\Blogger\\Page
DComment.php69 public function getAuthor() function in Google\\Service\\Blogger\\Comment
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
DApplication.php112 public function getAuthor() function in Google\\Service\\Games\\Application

12