Home
last modified time | relevance | path

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

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
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/
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/
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/
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/
DCommentThreadSnippet.php34 protected $topLevelCommentType = Comment::class;
88 * @param Comment
90 public function setTopLevelComment(Comment $topLevelComment)
95 * @return Comment
DCommentThreadReplies.php23 protected $commentsType = Comment::class;
27 * @param Comment[]
34 * @return Comment[]
DCommentListResponse.php31 protected $itemsType = Comment::class;
79 * @param Comment[]
86 * @return Comment[]
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/
DListCommentsResponse.php23 protected $commentsType = Comment::class;
31 * @param Comment[]
38 * @return Comment[]
DComment.php20 class Comment extends \Google\Model class
114 class_alias(Comment::class, 'Google_Service_CloudSupport_Comment');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
DCommentList.php23 protected $commentsType = Comment::class;
35 * @param Comment[]
42 * @return Comment[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
DPostReplies.php23 protected $itemsType = Comment::class;
35 * @param Comment[]
42 * @return Comment[]
DCommentList.php27 protected $itemsType = Comment::class;
57 * @param Comment[]
64 * @return Comment[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
DReview.php27 protected $commentsType = Comment::class;
49 * @param Comment[]
56 * @return Comment[]
DComment.php20 class Comment extends \Google\Model class
58 class_alias(Comment::class, 'Google_Service_AndroidPublisher_Comment');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DLog.php37 $this->comments[] = new Comment($author, 'foo');
38 $this->comments[] = new Comment($author, 'bar');
39 $this->comments[] = new Comment($author, 'baz');
DIndexedCommentsBlogPost.php25 $this->comments[] = new Comment($author, 'foo');
26 $this->comments[] = new Comment($author, 'bar');
54 public function addComment(Comment $comment)
/plugin/quickstats/db/
Dlite_php_browscap.ini19 Comment="DefaultProperties" key
31 Comment="Chromium 79.0" key
51 Comment="Chromium 78.0" key
71 Comment="Chromium 77.0" key
91 Comment="Chromium 76.0" key
111 Comment="Chromium 75.0" key
131 Comment="Chromium 74.0" key
151 Comment="Chromium 73.0" key
171 Comment="Chromium 72.0" key
191 Comment="Chromium 71.0" key
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DActionDetail.php22 protected $commentType = Comment::class;
46 * @param Comment
48 public function setComment(Comment $comment)
53 * @return Comment
DComment.php20 class Comment extends \Google\Collection class
91 class_alias(Comment::class, 'Google_Service_DriveActivity_Comment');
/plugin/comment/
DREADME1 ====== Hidden Comment Plugin for DokuWiki ======
3 All documentation for the Comment Plugin is available online at:
/plugin/mizarverifiabledocs/src/
H A Dmizar.grammar29 Comment |
140 Comment { "::" ![\n]* }
151 Comment,
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_inline_html_simple.md29 <!-- Comment -->
40 <!-- Comment -->
/plugin/blogtng/action/
Dajax.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
38 $comment = new Comment();
/plugin/blogtng/helper/
Dlinkback.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
48 $comment = new Comment();

12345678910