/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/ |
H A D | Replies.php | 37 * @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 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/ |
H A 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 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 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' => [ 964 'commentId' => [ 979 'commentId' => [ 999 'commentId' => [ 1023 'commentId' => [ [all …]
|
H A 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/ |
H A D | Google_DriveService.php | 288 * @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 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);
|
H A 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);
|
H A 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);
|
H A 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);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A 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/ |
H A D | chat.php | 167 global $commentId;
|