Home
last modified time | relevance | path

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

12

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

12