Searched refs:replyId (Results 1 – 5 of 5) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/ |
| D | Replies.php | 53 * @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/ |
| D | Drive.php | 971 '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/ |
| D | Google_DriveService.php | 1009 * @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 1030 $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId); 1085 * @param string $replyId The ID of the reply. 1090 …public function patch($fileId, $commentId, $replyId, Google_CommentReply $postBody, $optParams = a… argument 1091 …$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' … 1105 * @param string $replyId The ID of the reply. [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DriveComment.js | 31 success(resp.replyId); //pass comment id
|
| D | DriveFile.js | 733 var comment = new DriveComment(file, gComment.commentId || gComment.replyId, gComment.content,
|