Lines Matching refs:comments
24 msg.comments = confComments;
150 …ui.remoteInvoke('getOldComments', [contentId], null, function(comments, spaceKey, pageId, pageType… argument
154 for (var i = 0; i < comments.length; i++)
156 var comment = confOldCommentToDrawio(comments[i]);
194 ui.remoteInvoke('getComments', [null, false], null, function(comments, siteUrl) argument
203 for (var i = 0; i < comments.length; i++)
205 var cnt = decodeURIComponent(comments[i].body.storage.value);
211 comments[i].body.storage.value = cnt.substring(REPLY_MARKER_END.length + end);
212 oldVerReplies.push({parentId: parentId, reply: comments[i]});
216 commentsMap[comments[i].id] = comments[i];
217 origComments.push(comments[i]);