Home
last modified time | relevance | path

Searched refs:Author (Results 101 – 125 of 172) sorted by last modified time

1234567

/plugin/pdfjs/pdfjs/web/locale/en-GB/
H A Dviewer.properties94 document_properties_author=Author:
/plugin/codebuttonmod2/
H A DREADME.MD27 ### Author
H A DPlugin.txt44 === Author ===
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthor.php10 class Author class
H A DAuthorList.php22 * @param Author $author
24 public function add(Author $author)
H A DBlogPost.php108 public function __construct($title, Author $author, \DateTime $createdAt, Publisher $publisher)
H A DObjectWithObjectProperty.php30 * @return Author
H A DAuthorsInline.php17 public function __construct(Author ... $authors)
H A DComment.php21 public function __construct(?Author $author = null, $text)
H A DIndexedCommentsBlogPost.php24 $author = new Author('Foo');
H A DLog.php32 $this->authors->add(new Author('Johannes Schmitt'));
33 $this->authors->add(new Author('John Doe'));
35 $author = new Author('Foo Bar');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DBlogPost.yml40 type: JMS\Serializer\Tests\Fixtures\Author
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst223 class Author
431 * @Type("MyNamespace\Author")
754 * @Type("JMS\Serializer\Tests\Fixtures\Author")
761 class Author
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php13 use JMS\Serializer\Tests\Fixtures\Author; alias
188 $list->add(new Author('foo'));
189 $list->add(new Author('bar'));
207 $list->add(new Author('foo'));
208 $list->add(new Author('bar'));
279 self::assertEquals('{}', $this->serialize(new Author(null)));
319 $author1 = new Author('Jim');
320 $author2 = new Author('Mark');
H A DArrayTest.php8 use JMS\Serializer\Tests\Fixtures\Author; alias
77 $result = $this->serializer->toArray(new Author(null));
85 $list->add(new Author(null));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DAuthor.php20 final class Author extends BaseTag implements Factory\StaticMethod class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php104 new Author('Test')
646 $book1->author = new Author('Terry Pratchett');
649 $book2->author = new Author('Terry Pratch');
789 $book1->author = new Author('Terry Pratchett');
792 $book2->author = new Author('Terry Pratchett');
1525 $o = new Author('Terry Pratchett');
1540 $o = new Author('Terry Pratchett');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DAuthor.php15 class Author class
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DObjectComparatorTest.php51 $book1->author = new Author('Terry Pratchett');
54 $book2->author = new Author('Terry Pratchett');
76 $book1->author = new Author('Terry Pratchett');
79 $book2->author = new Author('Terry Pratch');
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/
H A DAuthor.php17 class Author class
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DAuthor.php11 class Author class
H A DComment.php31 public function __construct(Author $author, $text)
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE11 …"Original Author" means, in the case of a literary or artistic work, the individual, individuals, …
30Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor de…
36 …ction in relation to the Work which would be prejudicial to the Original Author's honor or reputat…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DAuthor.php11 class Author class
H A DBlogPost.php82 public function __construct($title, Author $author, \DateTime $createdAt)

1234567