Home
last modified time | relevance | path

Searched refs:Comment (Results 1 – 25 of 233) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DComments.php20 use Google\Service\Drive\Comment; alias
37 * @param Comment $postBody
39 * @return Comment
41 public function create($fileId, Comment $postBody, $optParams = [])
45 return $this->call('create', [$params], Comment::class);
69 * @return Comment
75 return $this->call('get', [$params], Comment::class);
104 * @param Comment $postBody
106 * @return Comment
108 public function update($fileId, $commentId, Comment $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DComments.php20 use Google\Service\YouTube\Comment; alias
51 * @param Comment $postBody
53 * @return Comment
55 public function insert($part, Comment $postBody, $optParams = [])
59 return $this->call('insert', [$params], Comment::class);
134 * @param Comment $postBody
136 * @return Comment
138 public function update($part, Comment $postBody, $optParams = [])
142 return $this->call('update', [$params], Comment::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
H A DComments.php20 use Google\Service\Blogger\Comment; alias
41 * @return Comment
47 return $this->call('approve', [$params], Comment::class);
72 * @return Comment
78 return $this->call('get', [$params], Comment::class);
130 * @return Comment
136 return $this->call('markAsSpam', [$params], Comment::class);
146 * @return Comment
152 return $this->call('removeContent', [$params], Comment::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/Resource/
H A DCasesComments.php20 use Google\Service\CloudSupport\Comment; alias
38 * @param Comment $postBody
40 * @return Comment
42 public function create($parent, Comment $postBody, $optParams = [])
46 return $this->call('create', [$params], Comment::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCommentThreadSnippet.php34 protected $topLevelCommentType = Comment::class;
88 * @param Comment
90 public function setTopLevelComment(Comment $topLevelComment)
95 * @return Comment
H A DCommentThreadReplies.php23 protected $commentsType = Comment::class;
27 * @param Comment[]
34 * @return Comment[]
H A DCommentListResponse.php31 protected $itemsType = Comment::class;
79 * @param Comment[]
86 * @return Comment[]
H A DComment.php20 class Comment extends \Google\Model class
96 class_alias(Comment::class, 'Google_Service_YouTube_Comment');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DListCommentsResponse.php23 protected $commentsType = Comment::class;
31 * @param Comment[]
38 * @return Comment[]
H A DComment.php20 class Comment extends \Google\Model class
114 class_alias(Comment::class, 'Google_Service_CloudSupport_Comment');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPostReplies.php23 protected $itemsType = Comment::class;
35 * @param Comment[]
42 * @return Comment[]
H A DCommentList.php27 protected $itemsType = Comment::class;
57 * @param Comment[]
64 * @return Comment[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DReview.php27 protected $commentsType = Comment::class;
49 * @param Comment[]
56 * @return Comment[]
H A DComment.php20 class Comment extends \Google\Model class
58 class_alias(Comment::class, 'Google_Service_AndroidPublisher_Comment');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DCommentList.php23 protected $commentsType = Comment::class;
35 * @param Comment[]
42 * @return Comment[]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DLog.php37 $this->comments[] = new Comment($author, 'foo');
38 $this->comments[] = new Comment($author, 'bar');
39 $this->comments[] = new Comment($author, 'baz');
H A DIndexedCommentsBlogPost.php25 $this->comments[] = new Comment($author, 'foo');
26 $this->comments[] = new Comment($author, 'bar');
54 public function addComment(Comment $comment)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DActionDetail.php22 protected $commentType = Comment::class;
46 * @param Comment
48 public function setComment(Comment $comment)
53 * @return Comment
H A DComment.php20 class Comment extends \Google\Collection class
91 class_alias(Comment::class, 'Google_Service_DriveActivity_Comment');
/plugin/quickstats/db/
H A Dlite_php_browscap.ini31 Comment="Chromium 79.0" key
51 Comment="Chromium 78.0" key
71 Comment="Chromium 77.0" key
91 Comment="Chromium 76.0" key
9536 Comment="Coast" key
10461 Comment="Safari" key
11554 Comment="IE 9.0" key
11728 Comment="IE 8.0" key
11883 Comment="IE 7.0" key
11932 Comment="IE 6.0" key
[all …]
/plugin/comment/
H A DREADME1 ====== Hidden Comment Plugin for DokuWiki ======
3 All documentation for the Comment Plugin is available online at:
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_simple.md29 <!-- Comment -->
40 <!-- Comment -->
/plugin/blogtng/action/
H A Dajax.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
38 $comment = new Comment();
/plugin/blogtng/helper/
H A Dlinkback.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
48 $comment = new Comment();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php8 use JMS\Serializer\Tests\Fixtures\Comment; alias
45 $post->addComment(new Comment(new Author('foo'), 'foobar'));

12345678910