| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/ |
| D | Replies.php | 37 * @param string $commentId The ID of the comment. 42 public function create($fileId, $commentId, Reply $postBody, $optParams = []) argument 44 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody]; 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 76 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId]; 84 * @param string $commentId The ID of the comment. [all …]
|
| D | Comments.php | 51 * @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/ |
| D | Comments.php | 39 * @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 59 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId]; 68 * @param string $commentId 74 public function get($blogId, $postId, $commentId, $optParams = []) argument 76 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId]; 128 * @param string $commentId [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Drive.php | 282 'path' => 'files/{fileId}/comments/{commentId}', 290 'commentId' => [ 297 'path' => 'files/{fileId}/comments/{commentId}', 305 'commentId' => [ 342 'path' => 'files/{fileId}/comments/{commentId}', 350 'commentId' => [ 956 'path' => 'files/{fileId}/comments/{commentId}/replies', 964 'commentId' => [ 971 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}', 979 'commentId' => [ [all …]
|
| D | Blogger.php | 176 '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/ |
| D | Google_DriveService.php | 288 * @param string $commentId The ID of the comment. 291 public function delete($fileId, $commentId, $optParams = array()) { argument 292 $params = array('fileId' => $fileId, 'commentId' => $commentId); 301 * @param string $commentId The ID of the comment. 307 public function get($fileId, $commentId, $optParams = array()) { argument 308 $params = array('fileId' => $fileId, 'commentId' => $commentId); 361 * @param string $commentId The ID of the comment. 366 public function patch($fileId, $commentId, Google_Comment $postBody, $optParams = array()) { argument 367 $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody); 380 * @param string $commentId The ID of the comment. [all …]
|
| D | Google_OrkutService.php | 214 * @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);
|
| D | Google_BloggerService.php | 129 * @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);
|
| D | Google_PlusService.php | 102 * @param string $commentId The ID of the comment to get. 106 public function get($commentId, $optParams = array()) { argument 107 $params = array('commentId' => $commentId);
|
| D | Google_PlusDomainsService.php | 284 * @param string $commentId The ID of the comment to get. 288 public function get($commentId, $optParams = array()) { argument 289 $params = array('commentId' => $commentId);
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DriveFile.js | 733 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/ |
| D | chat.php | 167 global $commentId;
|