Searched refs:newComment (Results 1 – 10 of 10) sorted by relevance
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ |
H A D | InlineCommentSniff.php | 66 $newComment = ltrim($tokens[$stackPtr]['content'], '# '); 67 $newComment = '// '.$newComment; 68 $phpcsFile->fixer->replaceToken($stackPtr, $newComment);
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | compile.bat | 22 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 D | InlineCommentSniff.php | 220 $newComment = '// '.ltrim($tokens[$stackPtr]['content'], "/\t "); 221 $phpcsFile->fixer->replaceToken($stackPtr, $newComment);
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-comments.js | 283 ui.newComment = function(content, user) function
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveFile.js | 804 DriveFile.prototype.newComment = function(content, user) method in DriveFile
|
H A D | EditorUi.js | 14809 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 D | DrawioFile.js | 2381 DrawioFile.prototype.newComment = function(content, user) method in DrawioFile
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3082 …wioFile.prototype.canComment=function(){return!0};DrawioFile.prototype.newComment=function(b,c){re…
|
H A D | viewer-static.min.js | 3082 …wioFile.prototype.canComment=function(){return!0};DrawioFile.prototype.newComment=function(b,c){re…
|
H A D | app.min.js | 10042 …wioFile.prototype.canComment=function(){return!0};DrawioFile.prototype.newComment=function(b,e){re…
|