Home
last modified time | relevance | path

Searched refs:Author (Results 1 – 25 of 172) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php32 use JMS\Serializer\Tests\Fixtures\Doctrine\Author; alias
56 $author = new Author('John', 5);
64 $class = new ClassMetadata(Author::class);
76 $author = new Author('John', 5);
83 $class = new ClassMetadata(Author::class);
96 $class = new ClassMetadata(Author::class);
105 $author = new Author('John');
111 $class = new ClassMetadata(Author::class);
126 $class = new ClassMetadata(Author::class);
137 $author = new Author('John', 5);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
H A DAnswer.php22 protected $authorType = Author::class;
46 * @param Author
48 public function setAuthor(Author $author)
53 * @return Author
H A DQuestion.php23 protected $authorType = Author::class;
53 * @param Author
55 public function setAuthor(Author $author)
60 * @return Author
H A DAuthor.php20 class Author extends \Google\Model class
80 class_alias(Author::class, 'Google_Service_MyBusinessQA_Author');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
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');
H A DAuthorList.php22 * @param Author $author
24 public function add(Author $author)
H A DAuthorsInline.php17 public function __construct(Author ... $authors)
H A DObjectWithObjectProperty.php30 * @return Author
H A DAuthor.php10 class Author class
H A DComment.php21 public function __construct(?Author $author = null, $text)
/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/jms/serializer/tests/
H A Dbenchmark.php6 use JMS\Serializer\Tests\Fixtures\Author; alias
43 $post = new BlogPost('FooooooooooooooooooooooBAR', new Author('Foo'), new DateTime(), $p);
45 $post->addComment(new Comment(new Author('foo'), 'foobar'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
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));
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');
/plugin/latexport/examples/
H A Dexample.tex52 % Author name | Main title %
61 \let\Author\@author
75 \fancyfoot[RO]{2018 - \Author}
81 \fancyfoot[RO]{2018 - \Author}
/plugin/publistx/
H A DREADME12 Author Name with [[Author_URL|Author Name]]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DAuthor.php15 class Author class
/plugin/zotero/
H A DZoteroEntries.txt.dist1 |**Zotero ID**|**Short Name**|**Title**|**Author**|**Date**|**Info**|
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/
H A DAuthor.php17 class Author class
/plugin/publistf/
H A DREADME.md17 Author Name with [[Author_URL|Author Name]]
/plugin/zotero/tests/
H A DTestEntries.txt1 |**Zotero ID**|**Short Name**|**Title**|**Author**|**Date**|**Problems**|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DAuthor.php11 class Author class
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt95 There are six fields: Term 1, Term 2, Author, Branch, Start Date, End Date.
98 You can search for Term 1, for Term 1 AND/OR Term 2, for Author, AND/Or Author. You can restrict …
101Author search is "fuzzy" and case insensitive. If you are looking for an author named ''John J…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DAuthor.php11 class Author class
H A DComment.php31 public function __construct(Author $author, $text)

1234567