Home
last modified time | relevance | path

Searched refs:comment (Results 76 – 100 of 708) sorted by path

12345678910>>...29

/plugin/ckgedit/ckeditor/
H A DCHANGES.md1021 …ations on filler character. See the [fixed cases](https://dev.ckeditor.com/ticket/12491#comment:4).
1113 …ing. See a [last resort workaround](https://dev.ckeditor.com/ticket/9317#comment:16) and make sure…
H A Dckeditor.js516comment=function(a,d){"string"==typeof a&&(a=(d?d.$:document).createComment(a));CKEDITOR.dom.domOb…
936 …ion(),!this._.inPre&&(b=CKEDITOR.tools.ltrim(b)));this._.output.push(b)},comment:function(b){this.…
H A Dckeditor.js.unc6187 comment: function(a) {
6278 CKEDITOR.htmlParser.comment = function(a) {
6284 CKEDITOR.htmlParser.comment.prototype = CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node, {
6295 a.comment(this.value)
6497 u.add(new CKEDITOR.htmlParser.comment(a))
6595 a.comment && this.commentRules.add(a.comment, f, c);
6830 e = /<\!--\{cke_temp(comment)?\}(\d*?)--\x3e/g,
10318 CKEDITOR.dom.comment = function(a, d) {
10322 CKEDITOR.dom.comment.prototype = new CKEDITOR.dom.node;
10323 CKEDITOR.tools.extend(CKEDITOR.dom.comment.prototype, {
[all …]
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js18 "");return""===a?!1:a},cellspacing:u,cellpadding:u,border:u,"v:shapes":u,"o:spid":u},comment:functi…
/plugin/ckgedit/
H A Dscript.js103 if ( handler.comment )
104 handler.comment( html.substring( 4, index ) );
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …{r=r.replace(T,"$1$2$3")}}catch(S){}if(!e){if(U.match(/&lt;/)){e=true}}},comment:function(i){},dbg…
H A Dparse_wiki.js.unc1591 comment: function(text) {
/plugin/cli/
H A Dcli-examples.txt109 irb(main):003:0> 2 + # This is a comment
120 irb(main):001:0> 2 + # This is a comment
185 <cli prompt="$" comment="#">
194 <cli prompt="$" comment="#">
H A Dsyntax.php240 $comment='';
245 $comment=$ar[1].end($ar);
247 $ret=array( $prompt, $ar[0], $comment );
/plugin/code3/styles/schemes/
H A Ddefault.css10 div.PSyHi_Container span.comment {
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js2 …?"{":"}"},isComplete:function(a){return a.index===0&&a.nextCh===a.symb}},comment:{isComplete:funct…
H A Dvim.min.js.map1comment","found","method","preprocess","token","lineCount","curCh","lineLen","findWord","emptyLine…
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1 …if (isComment.test(ch)) {\n stream.skipToEnd();\n return \"comment\";\n }\n …
H A Dasn.1.min.js.map1comment\";\n }\n }\n if (/\\d/.test(ch)) {\n stream.eatWhile(/[\\w\\.]/);\…
H A Dasterisk.min.js.map1comment\n if (state.blockComment) {\n if (ch == \"-\" && stream.match(\"-;\", true)) {\n …
H A Dbrainfuck.min.js.map1comment\n\n where reserved characters cannot be used\n or in a loop\n [\n this is ok to use …
H A Dclike.min.js.map1comment\";\n }\n }\n if (isOperatorChar.test(ch)) {\n while (!stream.match(/^\\/[\…
H A Dclojure.min.js.map1comment\", \"commute\", \"comp\", \"comparator\",\n \"compare\", \"compare-and-set!\", \"comp…
H A Dcmake.min.js.map1 … }\n if (ch == \"#\") {\n stream.skipToEnd();\n return \"comment\";\n }\n //…
H A Dcobol.min.js.map1comment\", STRING = \"string\",\n ATOM = \"atom\", NUMBER = \"number\", KEYWORD = \"keyword\"…
H A Dcoffeescript.min.js.map1comment (single line)\n if (stream.match(\"####\")) {\n stream.skipToEnd();\n return …
H A Dcommonlisp.min.js.map1comment\"; }\n else if (/['`,@]/.test(ch)) return null;\n else if (ch == \"|\") {\n if …
H A Dcrystal.min.js.map1comment\";\n }\n\n // Variables and keywords\n var matched;\n if (stream.match…
H A Dcss.min.js.map1comment\")\n state.state = states[state.state](type, stream, state);\n return override…
H A Dcypher.min.js.map1comment\";\n } else if (operatorChars.test(ch)) {\n stream.eatWhile(operatorChars);\n …

12345678910>>...29