Home
last modified time | relevance | path

Searched refs:author (Results 26 – 50 of 2122) sorted by relevance

12345678910>>...85

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DLog.php35 $author = new Author('Foo Bar');
37 $this->comments[] = new Comment($author, 'foo');
38 $this->comments[] = new Comment($author, 'bar');
39 $this->comments[] = new Comment($author, 'baz');
H A DBlogPost.php95 private $author; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost
108 public function __construct($title, Author $author, \DateTime $createdAt, Publisher $publisher) argument
111 $this->author = $author;
H A DAuthorList.php22 * @param Author $author
24 public function add(Author $author) argument
26 $this->authors[] = $author;
H A DIndexedCommentsBlogPost.php24 $author = new Author('Foo');
25 $this->comments[] = new Comment($author, 'foo');
26 $this->comments[] = new Comment($author, 'bar');
/plugin/publistf/template/
H A Ddokuwiki_single.tpl2 …rl@ **[[@url@|@title@.]]** @:url@ **@title@** @;url@ @?author@@author@.@:author@@editor@.@;author@…
H A Ddokuwiki_kmh.tpl4 …rl@ **[[@url@|@title@.]]** @:url@ **@title@** @;url@ @?author@@author@.@:author@@editor@.@;author@…
/plugin/publistx/template/
H A Ddokuwiki_single.tpl2 …rl@ **[[@url@|@title@.]]** @:url@ **@title@** @;url@ @?author@@author@.@:author@@editor@.@;author@…
H A Ddokuwiki_kmh.tpl4 …rl@ **[[@url@|@title@.]]** @:url@ **@title@** @;url@ @?author@@author@.@:author@@editor@.@;author@…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
H A DAnswer.php48 public function setAuthor(Author $author) argument
50 $this->author = $author;
57 return $this->author;
H A DQuestion.php55 public function setAuthor(Author $author) argument
57 $this->author = $author;
64 return $this->author;
/plugin/blogtng/db/
H A Dupdate0005.sql10 author, field
15 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail
28 author, field
39 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail, 'enabled'
H A Dupdate0004.sql52 author, field
57 SELECT pid, page, title, blog, image, created, lastmod, author, login, email
70 author, field
81 SELECT pid, page, title, blog, image, created, lastmod, author, login, email, 1
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DApplication.php36 public $author; variable in Google\\Service\\Games\\Application
105 public function setAuthor($author) argument
107 $this->author = $author;
114 return $this->author;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DBlogPost.php67 private $author; variable in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\BlogPost
69 public function __construct($title, Author $author, \DateTime $createdAt) argument
72 $this->author = $author;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DBlogPost.php74 private $author; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\BlogPost
82 public function __construct($title, Author $author, \DateTime $createdAt) argument
85 $this->author = $author;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DReply.php74 public function setAuthor(User $author) argument
76 $this->author = $author;
83 return $this->author;
H A DComment.php83 public function setAuthor(User $author) argument
85 $this->author = $author;
92 return $this->author;
/plugin/bez/mdl/
H A DTask_comment.php8 protected $id, $task_id, $author, $create_date, $last_modification_date, $content, $content_html;
14 return array('id', 'task_id', 'author',
41 $this->author = $this->model->user_nick;
53 if ($this->author == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
63 if ($this->author == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
91 $tpl->set('who', $this->author);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DReview.php62 public function setAuthor(ReviewAuthor $author) argument
64 $this->author = $author;
71 return $this->author;
/plugin/snippets/
H A DREADME3 author: Michael Klier 2009 - 2010
4 author Dominik Eckelmann 2012 - 2014
5 author: Myron Turner 2015 - present
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPage.php70 public function setAuthor(PageAuthor $author) argument
72 $this->author = $author;
79 return $this->author;
H A DComment.php62 public function setAuthor(CommentAuthor $author) argument
64 $this->author = $author;
71 return $this->author;
/plugin/dev/
H A DSkeletor.php23 protected $author; variable in dokuwiki\\plugin\\dev\\Skeletor
39 * @param string $author
44 public function __construct($type, $base, $desc, $author, $email, $name = '', $url = '') argument
49 $this->author = $author;
84 return new self($type, $data['base'], $data['desc'], $data['author'], $data['email'], $data['url']);
219 '@@AUTHOR_NAME@@' => $this->author,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DApplication.php34 public $author; variable in Google\\Service\\AndroidManagement\\Application
149 public function setAuthor($author) argument
151 $this->author = $author;
158 return $this->author;
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js13 const author = document.getElementsByClassName("lauthor")[0].value;
15 document.getElementsByClassName("date-author")[0].innerHTML = `( ${today}, ${author} )`;
89 const author = document.getElementsByClassName("lauthor")[0].value;
91 document.getElementsByClassName("date-author")[0].innerHTML = `( ${startdate}, ${author} )`;

12345678910>>...85