Home
last modified time | relevance | path

Searched refs:replyId (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DReplies.php53 * @param string $replyId The ID of the reply.
56 public function delete($fileId, $commentId, $replyId, $optParams = []) argument
58 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId];
67 * @param string $replyId The ID of the reply.
74 public function get($fileId, $commentId, $replyId, $optParams = []) argument
76 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId];
106 * @param string $replyId The ID of the reply.
111 public function update($fileId, $commentId, $replyId, Reply $postBody, $optParams = []) argument
113 …$params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $p…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php971 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
984 'replyId' => [
991 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1004 'replyId' => [
1042 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1055 'replyId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1009 * @param string $replyId The ID of the reply.
1012 public function delete($fileId, $commentId, $replyId, $optParams = array()) { argument
1013 $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
1023 * @param string $replyId The ID of the reply.
1029 public function get($fileId, $commentId, $replyId, $optParams = array()) { argument
1085 * @param string $replyId The ID of the reply.
1105 * @param string $replyId The ID of the reply.
2184 public $replyId; variable in Google_CommentReply
2228 public function setReplyId( $replyId) { argument
2229 $this->replyId = $replyId;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveComment.js31 success(resp.replyId); //pass comment id
H A DDriveFile.js733 var comment = new DriveComment(file, gComment.commentId || gComment.replyId, gComment.content,