Home
last modified time | relevance | path

Searched refs:Author (Results 76 – 100 of 172) sorted by path

1234567

/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DLateef font OFL.txt44 "Author" refers to any designer, engineer, programmer, technical
68 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
71 Copyright Holder(s) and the Author(s) or with their explicit written
H A DLohitKannadaOFL.txt45 "Author" refers to any designer, engineer, programmer, technical
69 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
72 Copyright Holder(s) and the Author(s) or with their explicit written
H A DTharlonOFL.txt44 "Author" refers to any designer, engineer, programmer, technical
68 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
71 Copyright Holder(s) and the Author(s) or with their explicit written
H A DXW Zar Font Info.txt43 "Author" refers to any designer, engineer, programmer, technical
67 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70 Copyright Holder(s) and the Author(s) or with their explicit written
/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/exttab2/
H A DREADME.md4 Author disOrder Chang
/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/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/Fixtures/
H A DAuthor.php10 class Author class
H A DAuthorList.php22 * @param Author $author
24 public function add(Author $author)
H A DAuthorsInline.php17 public function __construct(Author ... $authors)
H A DBlogPost.php108 public function __construct($title, Author $author, \DateTime $createdAt, Publisher $publisher)
H A DComment.php21 public function __construct(?Author $author = null, $text)
H A DIndexedCommentsBlogPost.php24 $author = new Author('Foo');
H A DInitializedBlogPostConstructor.php28 …return new BlogPost('This is a nice title.', new Author('Foo Bar'), new \DateTime('2011-07-30 00:0…
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 DObjectWithObjectProperty.php30 * @return Author
/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)
H A DComment.php31 public function __construct(Author $author, $text)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DAuthor.php11 class Author class
H A DBlogPost.php69 public function __construct($title, Author $author, \DateTime $createdAt)
H A DComment.php31 public function __construct(Author $author, $text)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DBlogPost.yml40 type: JMS\Serializer\Tests\Fixtures\Author
/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));

1234567