Home
last modified time | relevance | path

Searched refs:commentId (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DReplies.php37 * @param string $commentId The ID of the comment.
42 public function create($fileId, $commentId, Reply $postBody, $optParams = []) argument
52 * @param string $commentId The ID of the comment.
56 public function delete($fileId, $commentId, $replyId, $optParams = []) argument
58 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId];
66 * @param string $commentId The ID of the comment.
74 public function get($fileId, $commentId, $replyId, $optParams = []) argument
84 * @param string $commentId The ID of the comment.
95 public function listReplies($fileId, $commentId, $optParams = []) argument
97 $params = ['fileId' => $fileId, 'commentId' => $commentId];
[all …]
H A DComments.php51 * @param string $commentId The ID of the comment.
54 public function delete($fileId, $commentId, $optParams = []) argument
56 $params = ['fileId' => $fileId, 'commentId' => $commentId];
64 * @param string $commentId The ID of the comment.
71 public function get($fileId, $commentId, $optParams = []) argument
73 $params = ['fileId' => $fileId, 'commentId' => $commentId];
103 * @param string $commentId The ID of the comment.
108 public function update($fileId, $commentId, Comment $postBody, $optParams = []) argument
110 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
H A DComments.php39 * @param string $commentId
43 public function approve($blogId, $postId, $commentId, $optParams = []) argument
45 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
54 * @param string $commentId
57 public function delete($blogId, $postId, $commentId, $optParams = []) argument
68 * @param string $commentId
74 public function get($blogId, $postId, $commentId, $optParams = []) argument
128 * @param string $commentId
132 public function markAsSpam($blogId, $postId, $commentId, $optParams = []) argument
144 * @param string $commentId
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php282 'path' => 'files/{fileId}/comments/{commentId}',
290 'commentId' => [
297 'path' => 'files/{fileId}/comments/{commentId}',
305 'commentId' => [
342 'path' => 'files/{fileId}/comments/{commentId}',
350 'commentId' => [
964 'commentId' => [
979 'commentId' => [
999 'commentId' => [
1023 'commentId' => [
[all …]
H A DBlogger.php176 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/approve',
189 'commentId' => [
196 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}',
209 'commentId' => [
216 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}',
229 'commentId' => [
318 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/spam',
331 'commentId' => [
338 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/removecontent',
351 'commentId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php288 * @param string $commentId The ID of the comment.
301 * @param string $commentId The ID of the comment.
361 * @param string $commentId The ID of the comment.
380 * @param string $commentId The ID of the comment.
1008 * @param string $commentId The ID of the comment.
1022 * @param string $commentId The ID of the comment.
1043 * @param string $commentId The ID of the comment.
2006 public $commentId; variable in Google_Comment
2035 public function setCommentId( $commentId) { argument
2036 $this->commentId = $commentId;
[all …]
H A DGoogle_OrkutService.php214 * @param string $commentId ID of the comment to remove.
217 public function delete($commentId, $optParams = array()) { argument
218 $params = array('commentId' => $commentId);
226 * @param string $commentId ID of the comment to get.
232 public function get($commentId, $optParams = array()) { argument
233 $params = array('commentId' => $commentId);
H A DGoogle_BloggerService.php129 * @param string $commentId The ID of the comment to get.
133 public function get($blogId, $postId, $commentId, $optParams = array()) { argument
134 $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
H A DGoogle_PlusDomainsService.php284 * @param string $commentId The ID of the comment to get.
288 public function get($commentId, $optParams = array()) { argument
289 $params = array('commentId' => $commentId);
H A DGoogle_PlusService.php102 * @param string $commentId The ID of the comment to get.
106 public function get($commentId, $optParams = array()) { argument
107 $params = array('commentId' => $commentId);
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js733 var comment = new DriveComment(file, gComment.commentId || gComment.replyId, gComment.content,
741 comment.addReplyDirect(driveCommentToDrawio(file, gComment.replies[i], gComment.commentId));
781 success(resp.commentId); //pass comment id
/plugin/chat/
H A Dchat.php167 global $commentId;