Home
last modified time | relevance | path

Searched refs:getAuthor (Results 26 – 42 of 42) sorted by path

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DComment.php27 public function getAuthor() function in JMS\\Serializer\\Tests\\Fixtures\\Comment
H A DIndexedCommentsBlogPost.php33 $authorName = $comment->getAuthor()->getName();
H A DObjectWithObjectProperty.php32 public function getAuthor() function in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithObjectProperty
/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/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/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 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 DSvnblame.php50 protected function getAuthor($line) function in PHP_CodeSniffer_Reports_Svnblame
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/semantic/
H A Daction.php199 if ($author = $this->helper->getAuthor()) {
H A Dhelper.php264 if ($author = $this->getAuthor()) {
/plugin/zotero/
H A DFeedZoteroRepository.php45 if ($e->getZoteroId() !== "" && $e->getAuthor() !== "" && $e->getTitle() !== "")
H A DTextZoteroRepository.php126 $e->getAuthor() . "|" .
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