Home
last modified time | relevance | path

Searched refs:newComment (Results 1 – 10 of 10) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DInlineCommentSniff.php66 $newComment = ltrim($tokens[$stackPtr]['content'], '# ');
67 $newComment = '// '.$newComment;
68 $phpcsFile->fixer->replaceToken($stackPtr, $newComment);
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat22 my $newComment = $comment;
23 $newComment =~ s/\*\s*\w+[^\r\n]*/$& ($k support only!)/s;
24 writeFile($debugDir . '/' . $fname, $newComment . "\n" . $main . "\n\n" . $v);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DInlineCommentSniff.php220 $newComment = '// '.ltrim($tokens[$stackPtr]['content'], "/\t ");
221 $phpcsFile->fixer->replaceToken($stackPtr, $newComment);
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js283 ui.newComment = function(content, user) function
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js804 DriveFile.prototype.newComment = function(content, user) method in DriveFile
H A DEditorUi.js14809 EditorUi.prototype.newComment = function(content, user) method in EditorUi
14815 return file.newComment(content, user)
15288 var newReply = editorUi.newComment(initContent, editorUi.getCurrentUser());
15519 var newComment = editorUi.newComment('', editorUi.getCurrentUser());
15520 var newCommentDiv = addComment(newComment, comments, null, 0);
15524 editComment(newComment, newCommentDiv, function(newComment) argument
15528 editorUi.addComment(newComment, function(id)
15530 newComment.id = id;
15531 comments.push(newComment);
H A DDrawioFile.js2381 DrawioFile.prototype.newComment = function(content, user) method in DrawioFile
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js3082 …wioFile.prototype.canComment=function(){return!0};DrawioFile.prototype.newComment=function(b,c){re…
H A Dviewer-static.min.js3082 …wioFile.prototype.canComment=function(){return!0};DrawioFile.prototype.newComment=function(b,c){re…
H A Dapp.min.js10042 …wioFile.prototype.canComment=function(){return!0};DrawioFile.prototype.newComment=function(b,e){re…