| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
| D | ReplyList.php | 65 public function setReplies($replies) argument 67 $this->replies = $replies; 74 return $this->replies;
|
| D | Comment.php | 209 public function setReplies($replies) argument 211 $this->replies = $replies; 218 return $this->replies;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
| D | BatchUpdateSpreadsheetResponse.php | 35 public function setReplies($replies) argument 37 $this->replies = $replies; 44 return $this->replies;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
| D | BatchUpdatePresentationResponse.php | 49 public function setReplies($replies) argument 51 $this->replies = $replies; 58 return $this->replies;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
| D | BatchUpdateDocumentResponse.php | 49 public function setReplies($replies) argument 51 $this->replies = $replies; 58 return $this->replies;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
| D | BatchUpdateFormResponse.php | 47 public function setReplies($replies) argument 49 $this->replies = $replies; 56 return $this->replies;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
| D | CommentThread.php | 84 public function setReplies(CommentThreadReplies $replies) argument 86 $this->replies = $replies; 93 return $this->replies;
|
| /plugin/diagramsnet/lib/plugins/ |
| D | cConf-comments.js | 99 for (var i = 0; cComment.replies != null && i < cComment.replies.length; i++) 101 comment.addReplyDirect(confOldCommentToDrawio(cComment.replies[i], cComment.id)); 124 var replies = atlasComment.children != null ? atlasComment.children.comment.results : []; 126 for (var i = 0; i < replies.length; i++) 128 var reply = confCommentToDrawio(replies[i], atlasComment.id, siteUrl); 136 comment.isResolved = i == (replies.length - 1); 308 this.replies.push(reply); 321 this.replies.pop(); //Undo in case more changes are done before getting the reply 380 …ui.remoteInvoke('deleteComment', [this.id, this.version, this.replies != null && this.replies.leng…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/ |
| D | Post.php | 261 public function setReplies(PostReplies $replies) argument 263 $this->replies = $replies; 270 return $this->replies;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DrawioComment.js | 26 this.replies = []; property in DrawioComment 32 this.replies.push(reply);
|
| D | DriveFile.js | 739 for (var i = 0; gComment.replies != null && i < gComment.replies.length; i++) 741 comment.addReplyDirect(driveCommentToDrawio(file, gComment.replies[i], gComment.commentId));
|
| D | EditorUi.js | 15262 var replies = []; 15267 replies.push(pdiv); 15269 if (comment.replies != null) 15271 for (var i = 0; i < comment.replies.length; i++) 15274 collectReplies(comment.replies[i]); 15281 return {pdiv: pdiv, replies: replies}; 15291 if (comment.replies == null) comment.replies = []; 15293 var replyComment = addComment(newReply, comment.replies, pdiv, level + 1); 15302 comment.replies.push(newReply); 15396 var replies = collectReplies(comment).replies; [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Drive.php | 70 public $replies; variable in Google\\Service\\Drive 952 'replies', 956 'path' => 'files/{fileId}/comments/{commentId}/replies', 971 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}', 991 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}', 1015 'path' => 'files/{fileId}/comments/{commentId}/replies', 1042 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
|
| /plugin/annotations/ |
| H A D | plugin.info.txt | 6 …sc Word- and sentence-level annotations on wiki pages — stored out-of-band, with threaded replies
|
| H A D | README.md | 3 …ations on wiki pages, stored separately from the page text with threaded replies. Inspired by [Hyp… 14 - **Threaded replies** — any logged-in reader can reply to an annotation, or reply to another reply… 77 - You can edit or delete your own annotations and replies.
|
| H A D | script.js | 870 appendReplyTree(panel, ann, buildReplyTree(ann.replies || []), 0); 1056 function buildReplyTree(replies) { argument 1059 replies.forEach(function (r) { 1062 replies.forEach(function (r) { 1344 appendReplyTree(thread, ann, buildReplyTree(ann.replies || []), 0, true);
|
| H A D | style.css | 139 Thread entries (annotation + replies) 456 /* Each orphaned annotation renders as a full thread (root + replies). Wrap it
|
| H A D | DESIGN.md | 18 - **Threaded.** Annotations carry replies, and a reply may itself reply to 59 "replies": [
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_BloggerService.php | 1050 public $replies; variable in Google_Post 1110 public function setReplies(Google_PostReplies $replies) { argument 1111 $this->replies = $replies; 1114 return $this->replies;
|
| D | Google_DriveService.php | 1246 public $replies; variable in Google_DriveService 1270 …$this->replies = new Google_RepliesServiceResource($this, $this->serviceName, 'replies', json_deco… 2020 public $replies; variable in Google_Comment 2095 public function setReplies(/* array(Google_CommentReply) */ $replies) { argument 2096 $this->assertIsArray($replies, 'Google_CommentReply', __METHOD__); 2097 $this->replies = $replies; 2100 return $this->replies;
|
| D | Google_OrkutService.php | 1077 public $replies; variable in Google_ActivityObject 1097 public function setReplies(Google_ActivityObjectReplies $replies) { argument 1098 $this->replies = $replies; 1101 return $this->replies;
|
| D | Google_PlusService.php | 677 public $replies; variable in Google_ActivityObject 725 public function setReplies(Google_ActivityObjectReplies $replies) { argument 726 $this->replies = $replies; 729 return $this->replies;
|
| D | Google_PlusDomainsService.php | 851 public $replies; variable in Google_ActivityObject 902 public function setReplies(Google_ActivityObjectReplies $replies) { argument 903 $this->replies = $replies; 906 return $this->replies;
|
| /plugin/davcard/vendor/sabre/vobject/ |
| D | ChangeLog.md | 169 * Changed: iTip broker now sets RSVP status to false when replies are received. 214 or automatically generate invites/replies/cancellations based on changes that
|
| /plugin/webdavclient/vendor/sabre/vobject/ |
| D | ChangeLog.md | 169 * Changed: iTip broker now sets RSVP status to false when replies are received. 214 or automatically generate invites/replies/cancellations based on changes that
|