| /plugin/cli/ |
| D | syntax.php | 19 const COMMENT=2; define in syntax_plugin_cli 78 $this->stack[0][self::COMMENT]=$this->_toregexp($s, 1); 81 $this->_parsenamedparam($this->getConf('namedcomment'), self::COMMENT); 150 $this->current[self::COMMENT]=$last[self::COMMENT]; 166 $this->current[self::COMMENT]=($params['comment']) ? 168 : (($type && ($t=$this->namedpcc[$type][self::COMMENT])) ? 170 : $this->stack[0][self::COMMENT] 243 $ar=preg_split($this->current[self::COMMENT], $comcom, 2, PREG_SPLIT_DELIM_CAPTURE); 351 $this->namedpcc[$nom][$kind]=$this->_toregexp($val, $kind == self::COMMENT);
|
| /plugin/asciidocjs/node_modules/clean-css/lib/tokenizer/ |
| D | tokenize.js | 8 COMMENT: 'comment', property 122 …isCommentStart = !wasCommentEnd && level != Level.COMMENT && !isQuoted && character == Marker.ASTE… 124 isCommentEnd = level == Level.COMMENT && isCommentEndMarker; 134 } else if (!isCommentEnd && level == Level.COMMENT) { 148 level = Level.COMMENT; 152 level = Level.COMMENT; 157 …lastToken = [Token.COMMENT, serializedBuffer, [originalMetadata(metadata, serializedBuffer, extern… 174 …lastToken = [Token.COMMENT, serializedBufferPart, [originalMetadata(metadata, serializedBufferPart… 184 …lastToken = [Token.COMMENT, serializedBuffer, [originalMetadata(metadata, serializedBuffer, extern… 211 …OUND_BRACKET && character != Marker.OPEN_ROUND_BRACKET && level != Level.COMMENT && !isQuoted && r… [all …]
|
| D | token.js | 5 COMMENT: 'comment', // e.g. `/* comment */` property
|
| /plugin/infomail/ |
| D | template.txt | 13 * ''@COMMENT@'': Text der Mail 19 @COMMENT@
|
| /plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
| D | class.csstidy_print.php | 138 …array_unshift($this->tokens, array(COMMENT, ' CSSTidy ' . $this->parser->version . ': ' . date('r'… 201 case COMMENT: 231 if ($this->tokens[$i][0] == COMMENT) {
|
| /plugin/blogtng/lang/ru/ |
| D | subscribermail.txt | 8 @COMMENT@
|
| D | notifymail.txt | 8 @COMMENT@
|
| /plugin/blogtng/lang/ko/ |
| D | subscribermail.txt | 7 @COMMENT@
|
| D | notifymail.txt | 7 @COMMENT@
|
| /plugin/blogtng/lang/zh/ |
| D | subscribermail.txt | 6 @COMMENT@
|
| D | notifymail.txt | 6 @COMMENT@
|
| /plugin/recommend/lang/de/ |
| D | template.txt | 5 @COMMENT@
|
| /plugin/recommend/lang/en/ |
| D | template.txt | 5 @COMMENT@
|
| /plugin/asciidocjs/node_modules/clean-css/lib/reader/ |
| D | apply-source-maps.js | 56 if (token[0] == Token.COMMENT && MAP_MARKER_PATTERN.test(token[1])) { 68 if (token[0] == Token.AT_RULE || token[0] == Token.COMMENT) { 205 case Token.COMMENT:
|
| D | rebase.js | 30 case Token.COMMENT:
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 30.30.js.map | 1 …COMMENT'\n // blockComment: ['COMMENT', '.'],\n },\n brackets: [['(', ')']],\n aut…
|
| /plugin/blogtng/lang/en/ |
| D | subscribermail.txt | 7 @COMMENT@
|
| D | notifymail.txt | 7 @COMMENT@
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/ |
| D | PH5P.php | 457 const COMMENT = 3; define in HTML5 1198 'type' => self::COMMENT 1223 'type' => self::COMMENT 1745 $token['type'] === HTML5::COMMENT || 1796 } elseif ($token['type'] === HTML5::COMMENT) { 1931 } elseif ($token['type'] === HTML5::COMMENT) { 2000 } elseif ($token['type'] === HTML5::COMMENT) { 2127 } elseif ($token['type'] === HTML5::COMMENT) { 2191 case HTML5::COMMENT: 3331 } elseif ($token['type'] === HTML5::COMMENT) { [all …]
|
| /plugin/asciidocjs/node_modules/clean-css/lib/writer/ |
| D | helpers.js | 69 if (tokens[index][0] != Token.COMMENT) { 110 case Token.COMMENT: 224 case Token.COMMENT:
|
| /plugin/pagecss/vendor/csstidy-2.2.1/ |
| H A D | class.csstidy_print.php | 197 …array_unshift($this->tokens, array(COMMENT, ' CSSTidy ' . $this->parser->version . ': ' . date('r'… 301 case COMMENT: 332 if ($this->tokens[$i][0] == COMMENT) {
|
| /plugin/codemirror/dist/modes/ |
| D | scheme.min.js.map | 1 …COMMENT","STRING","ATOM","NUMBER","BRACKET","INDENT_WORD_SKIP","makeKeywords","str","obj","words",…
|
| /plugin/asciidocjs/node_modules/ejs/lib/ |
| D | ejs.js | 555 COMMENT: 'comment', property 836 this.mode = Template.modes.COMMENT; 881 case Template.modes.COMMENT:
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | optimize.js | 527 if (token[0] != Token.COMMENT) { 666 case Token.COMMENT: 677 …if (token[0] == Token.COMMENT && token[1].length === 0 || levelOptions.removeEmpty && (token[1].le…
|
| /plugin/json/script/ |
| D | ejs.min.js | 1 …COMMENT:"comment",LITERAL:"literal"};Template.prototype={createRegex:function(){var str=_REGEX_STR… property
|