Home
last modified time | relevance | path

Searched refs:comment (Results 401 – 425 of 708) sorted by relevance

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

/plugin/codemirror/dist/modes/
H A Dmscgen.min.js.map1comment\";\n }\n if (pStream.match(wordRegexp(pConfig.singlecomment), true, true)) {…
H A Dlua.min.js.map1comment\"))(stream, state);\n stream.skipToEnd();\n return \"comment\";\n }\n if (…
H A Dsass.min.js.map1comment","indentation","multiLine","sol","skipTo","skipToEnd","quote","greedy","stringTokenizer","…
H A Dxquery.min.js.map1comment', 'construction', 'contains', 'content',\n 'context', 'copy', 'copy-namespaces', 'count…
H A Dsql.min.js.map1comment\n stream.skipToEnd();\n return \"comment\";\n } else if ((support.commentHash…
H A Djinja2.min.js.map1comment\";\n //Tag\n } else if (state.intag) {\n //After operator\n if(sta…
H A Dvbscript.min.js.map1comment","indent","_stream","state","currentIndent","dedent","tokenBase","stream","eatSpace","ch",…
H A Dtwig.min.js.map1comment\";\n //Tag\n } else if (state.intag) {\n //After operator\n if (st…
H A Dasn.1.min.js.map1comment\";\n }\n }\n if (/\\d/.test(ch)) {\n stream.eatWhile(/[\\w\\.]/);\…
H A Dr.min.js.map1comment\";\n } else if (ch == \"0\" && stream.eat(\"x\")) {\n stream.eatWhile(/[\\da-f]/i)…
H A Dgo.min.js.map1comment\";\n }\n }\n if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorCh…
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1388 public $comment; variable in Google_EventAttendee
1403 public function setComment( $comment) { argument
1404 $this->comment = $comment;
1407 return $this->comment;
/plugin/data-au/
H A Dstyle.css117 th.comment {
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php152 … $io->comment('<info>OK</info>'.($info['file'] ? sprintf(' in %s', $info['file']) : ''));
/plugin/contactmodern/
H A DREADME.textile48 p. This will create a contact form with a "name","email address", "subject" and "comment" field. It…
/plugin/data/
H A Dstyle.css141 th.comment {
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js351 exports.comment = null;
514 this.comment = null;
588 this.comment = zipEntries.zipComment;
728 this.comment = options.comment;
1073 comment = file.comment || "",
1377 comment: null,
1400 …codedComment = utils.transformTo("string", this.utf8encode(options.comment || this.comment || ""));
5373 (!s.gzhead.comment ? 0 : 16)
5494 if (s.gzhead.comment/* != Z_NULL*/) {
5741 this.comment = '';
[all …]
/plugin/codemirror/dist/
H A Dstyles.min.css.map1comment {color: #a50;}\n.cm-s-default .cm-string {color: #a11;}\n.cm-s-default .cm-string-2 {color…
/plugin/txt2tags/
H A DREADME.doku79 If you want to enable txt2tags for the whole website, just delete or comment in ''action.php'' this…
H A DREADME.t2t79 If you want to enable txt2tags for the whole website, just delete or comment in ``action.php`` this…
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css51 .token.comment,
/plugin/codeprettify/code-prettify/styles/
H A Ddoxy.css5 pre .com, code .com { color: #32cd32; font-style: italic; } /* comment - green */
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1comment'] }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: …
/plugin/photogallery/
H A Dall.less4 /*@import "lightGallery/css/lg-fb-comment-box.min.css";*/
/plugin/issuetracker/
H A Dsyntax.php974 …mplates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, $project, $issue, $comment);
1043 function replace_bodyhtml($bodyhtml, $pstring, $project, $issue, $comment) { argument
1087 $bodyhtml = str_ireplace("%%CMNT_ID%%",$comment['id'],$bodyhtml);
1088 $bodyhtml = str_ireplace("%%CMNT_AUTHOR%%",$comment['author'],$bodyhtml);
1089 …ireplace("%%CMNT_TIMESTAMP%%",date($this->getConf('d_format'),strtotime($comment['timestamp'])),$b…
1090 $frmt_cmnt = str_ireplace(chr(10),"<br />",$comment['comment']);

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