Home
last modified time | relevance | path

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

12345678910

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …t options.Contents = new String(contents);\n\t options.Name = 'Comment';\n\t if (op…
/plugin/animation/styles/
H A Dscianimator.css9 /* Comment out @imports for themes not in use */
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DComment.php20 class Comment extends \Google\Model class
58 class_alias(Comment::class, 'Google_Service_AndroidPublisher_Comment');
H A DReview.php27 protected $commentsType = Comment::class;
49 * @param Comment[]
56 * @return Comment[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DComment.php20 class Comment extends \Google\Model class
216 class_alias(Comment::class, 'Google_Service_Blogger_Comment');
H A DCommentList.php27 protected $itemsType = Comment::class;
57 * @param Comment[]
64 * @return Comment[]
H A DPostReplies.php23 protected $itemsType = Comment::class;
35 * @param Comment[]
42 * @return Comment[]
/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/
H A DComment.php20 class Comment extends \Google\Model class
114 class_alias(Comment::class, 'Google_Service_CloudSupport_Comment');
H A DListCommentsResponse.php23 protected $commentsType = Comment::class;
31 * @param Comment[]
38 * @return Comment[]
/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/Drive/
H A DComment.php20 class Comment extends \Google\Collection class
237 class_alias(Comment::class, 'Google_Service_Drive_Comment');
H A DCommentList.php23 protected $commentsType = Comment::class;
35 * @param Comment[]
42 * @return Comment[]
/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/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/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DComment.php20 class Comment extends \Google\Model class
96 class_alias(Comment::class, 'Google_Service_YouTube_Comment');
H A DCommentListResponse.php31 protected $itemsType = Comment::class;
79 * @param Comment[]
86 * @return Comment[]
H A DCommentThreadReplies.php23 protected $commentsType = Comment::class;
27 * @param Comment[]
34 * @return Comment[]
H A DCommentThreadSnippet.php34 protected $topLevelCommentType = Comment::class;
88 * @param Comment
90 public function setTopLevelComment(Comment $topLevelComment)
95 * @return Comment
/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/blogtng/action/
H A Dajax.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
38 $comment = new Comment();
H A Dcomments.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
63 $comment = new Comment();
/plugin/blogtng/
H A Dadmin.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
645 $this->htmlCommentItem(new Comment($comment));
664 * @param Comment $comment A single comment
677 $cmt = new Comment($comment);
727 * @param Comment $comment submitted comment
779 * @param Comment $comment
877 * @return Comment
883 $comment = new Comment();

12345678910