Home
last modified time | relevance | path

Searched refs:comment (Results 101 – 125 of 708) sorted by relevance

12345678910>>...29

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D19.19.js.map1comment', '@comment'],\n [/\\/\\/.*$/, 'comment']\n ],\n comment: [\n …
H A D9.9.js.map1comment' },\n [\n /\\s-+@str*\\s*/,\n {\n …
H A D48.48.js.map1comment.html', '@comment'],\n [/(<)(\\w+)(\\/>)/, ['delimiter.html', 'tag.html', 'delim…
H A D66.66.js.map1comment'] },\n { open: '`', close: '`', notIn: ['string', 'comment'] },\n { open: '/…
H A D0.0.js.map1comment'] },\n { open: '\"', close: '\"', notIn: ['string'] }\n ],\n surroundingPairs…
H A D37.37.js.map1comment: [\n [/[^\\*\\}]+/, 'comment'],\n //[/\\(\\*/, 'comment', '@push'…
H A D45.45.js.map1comment'] },\n { open: \"'\", close: \"'\", notIn: ['string', 'comment'] },\n { open…
H A D41.41.js.map1comment'] }\n ],\n folding: {\n markers: {\n start: new RegExp('^\\\\s*(#|…
H A D23.23.js.map1comment', '@comment'],\n [/\\/\\/.*$/, 'comment'],\n [/#.*$/, 'comment']\n …
H A D44.44.js.map1comment'] }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: …
H A D34.34.js.map1comment'] },\n { open: \"'\", close: \"'\", notIn: ['string', 'comment'] },\n { open…
H A D22.22.js.map1comment.block.start.handlebars', '@commentBlock'],\n [/\\{\\{!/, 'comment.start.handleb…
/plugin/commentsyntax/syntax/
H A Dhtmlcomment.php67 list($state, $comment) = $data;
69 $renderer->doc .= '<!--'.$comment.'-->';
/plugin/authucenter/lib/uc_client/model/
H A Dfriend.php26 function add($uid, $friendid, $comment='') { argument
29 …".UC_DBTABLEPRE."friends SET uid='$uid', friendid='$friendid', comment='$comment', direction='3'",…
37 …".UC_DBTABLEPRE."friends SET uid='$uid', friendid='$friendid', comment='$comment', direction='1'",…
/plugin/discussion/
H A Dhelper.php77 $comment = '0&nbsp;'.$this->getLang('nocomments');
79 $comment = '1&nbsp;'.$this->getLang('comment');
81 $comment = $num.'&nbsp;'.$this->getLang('comments');
85 $comment.'</a>';
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js733 var comment = new DriveComment(file, gComment.commentId || gComment.replyId, gComment.content,
741 comment.addReplyDirect(driveCommentToDrawio(file, gComment.replies[i], gComment.commentId));
744 return comment;
757 var comment = driveCommentToDrawio(this, resp.items[i]);
759 if (comment != null) comments.push(comment);
769 DriveFile.prototype.addComment = function(comment, success, error) argument
771 var body = {'content': comment.content};
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php180 $comment = null;
186 $comment = $matches[2];
225 $comment = '';
250 $comment = $matches[4];
261 $comment .= ' '.$tokens[$i]['content'];
282 'comment' => $comment,
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php391 * @param string $comment
396 …public static function GenerateID3v1Tag($title, $artist, $album, $year, $genreid, $comment, $track… argument
403 $ID3v1Tag .= str_pad(trim(substr($comment, 0, 28)), 28, "\x00", STR_PAD_RIGHT);
410 $ID3v1Tag .= str_pad(trim(substr($comment, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
/plugin/blogtng/entities/
H A DComment.php90 $comment = $this;
91 if($comment->status == 'visible' || ($comment->status == 'hidden' && $INFO['isadmin'])) {
92 $comment->num++;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_simple.md27 This should just be an HTML comment:
42 Just plain comment, with trailing spaces on the line:
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DBlogPost.php83 public function addComment(Comment $comment) argument
85 $this->comments->add($comment);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DBlogPost.php96 public function addComment(Comment $comment) argument
98 $this->comments->add($comment);
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml1 comment: "This flow will create the bootstrapCustom.json file"
4 comment: "Selection of the custom CSS files"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPlacement.php52 public $comment; variable in Google\\Service\\Dfareporting\\Placement
279 public function setComment($comment) argument
281 $this->comment = $comment;
288 return $this->comment;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DAjaxNullComparisonSniff.php61 $comment = $phpcsFile->getTokensAsString($commentStart, ($commentEnd - $commentStart));
62 if (strpos($comment, '* @api') === false) {

12345678910>>...29