Home
last modified time | relevance | path

Searched refs:comment (Results 376 – 400 of 708) sorted by relevance

1...<<11121314151617181920>>...29

/plugin/codemirror/dist/modes/
H A Dturtle.min.js.map1comment\";\n }\n else if (operatorChars.test(ch)) {\n stream.eatWhile(operatorChars);\n…
H A Dsas.min.js.map1comment -- text within * ; or /* */\n// keyword -- SAS language variable\n// variable -- macro v…
H A Dlivescript.min.js1 …"identifier",regex:b,next:"start"},{token:"text",regex:"",next:"start"}],comment:[{token:"comment.… property in AnonymousFunction1e0d314e0100.f
H A Dpegjs.min.js.map1comment\";\n } else if (state.inCharacterClass) {\n while (state.inCharacterClass &&…
H A Dyacas.min.js.map1comment\n if (ch === '/') {\n if (stream.eat('*')) {\n state.tokenize = tokenCommen…
H A Dfcl.min.js.map1comment\";\n }\n }\n if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorCh…
H A Delm.min.js.map1comment\";\n }\n source.eatWhile(symbolRE);\n return \"keyword\";\n …
H A Dd.min.js.map1comment\";\n }\n }\n if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorCh…
H A Dhaskell-literate.min.js.map1 …ate)\n } else {\n stream.skipToEnd()\n return \"comment\"\n }\n …
/plugin/codeprettify/code-prettify/
H A DREADME.md168 int x = foo(); /* This is a comment <span class="nocode">This is not code</span>
169 Continuation of comment */
203 Instead of `<pre class="prettyprint ...">` you can use a comment or processing
/plugin/codeprettify/code-prettify/styles/
H A Dsunburst.css6 pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
/plugin/botbouncer/
H A DREADME.md32 http://akismet.com is an anti-comment-spam service from the makers of Wordpress. When you sign up, …
/plugin/ckgedit/
H A Dscript.js103 if ( handler.comment )
104 handler.comment( html.substring( 4, index ) );
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D40.40.js.map1comment'],\n [/\\/\\*/, { token: 'comment.quote', next: '@comment' }]\n ],\n …
H A D61.61.js.map1comment'],\n [/\\/\\*/, { token: 'comment.quote', next: '@comment' }]\n ],\n …
H A D51.51.js.map1comment']]\n ],\n inlineMarkup: [\n { include: '@citationsReference' },\n…
H A D25.25.js.map1 …ce: [\n [/[ \\t\\r\\n]+/, ''],\n [/^\\s*[#;].*$/, 'comment']\n ],\n …
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml160 test: Two documents in a stream each with a leading comment
480 quoted: ' # not a ''comment''.'
487 "quoted"=>" # not a 'comment'.",
798 ### These are four throwaway comment ###
804 # character. This isn't a comment.
806 # These are three throwaway comment
810 … "contains three lines of text.\nThe third one starts with a\n# character. This isn't a comment.\n"
1124 leading comment indicator: |2
1137 'leading comment indicator' => "# first line starts with a\n# character.\n",
1346 lines, # comment
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js301 exports.comment = null;
498 comment = file.comment,
738 this.zipComment = comment;
998 comment : file.comment || "",
1039 this.comment = null;
1663 comment: null,
1695 var comment = opts.comment || this.comment || "";
4119 this.comment = options.comment;
7472 if (s.gzhead.comment/* != Z_NULL*/) {
7820 this.comment = '';
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css27 .com { color: #800 } /* a comment */
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php502 $comment = $padding.ltrim($tokens[$i]['content']);
503 $phpcsFile->fixer->replaceToken($i, $comment);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php911 function Query($query, $index = "*", $comment = "") argument
915 $this->AddQuery($query, $index, $comment);
940 function AddQuery($query, $index = "*", $comment = "") argument
1014 $req .= pack("N", strlen($comment)) . $comment;
/plugin/sphinxsearch/
H A Dsphinxapi.php947 function Query ( $query, $index="*", $comment="" ) argument
951 $this->AddQuery ( $query, $index, $comment );
976 function AddQuery ( $query, $index="*", $comment="" ) argument
1054 $req .= pack ( "N", strlen($comment) ) . $comment;
/plugin/pgn4web/pgn4web/
H A Dlon09r5.css157 .comment,
/plugin/dirtylittlehelper/
H A DREADME.md101 <dlh.*> this one line comment will only be seen in the editor </dlh.*>
107 comment will also only be seen in the editor

1...<<11121314151617181920>>...29