| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
| D | PropertyLabelSpacingSniff.php | 68 $colon = $phpcsFile->findNext(T_COLON, ($stackPtr + 1)); 70 if ($colon !== ($stackPtr + 1)) { 78 … if ($tokens[($colon + 1)]['code'] !== T_WHITESPACE || $tokens[($colon + 1)]['content'] !== ' ') { 82 if ($tokens[($colon + 1)]['code'] === T_WHITESPACE) { 83 $phpcsFile->fixer->replaceToken(($colon + 1), ' '); 85 $phpcsFile->fixer->addContent($colon, ' ');
|
| /plugin/icalevents/vendor/sabre/uri/tests/ |
| D | ParseTest.php | 99 '/path/to/colon:34', 103 'path' => '/path/to/colon:34',
|
| /plugin/color/ |
| D | README.md | 17 …ation(s) MUST NOT include a colon character (`:`). We do not know any legal CSS color specificatio…
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/ |
| D | CHANGELOG.md | 23 * mappings with a colon (`:`) that is not followed by a whitespace throw a 47 `!php/object` tag (without the colon) in 4.0. 50 `!php/const` tag (without the colon) in 4.0. 105 * Mappings with a colon (`:`) that is not followed by a whitespace are deprecated 163 * Deprecated usage of a colon in an unquoted mapping value
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | tokencontext.js | 35 if (prevType === tt.colon) { 99 !((prevType === tt.colon || prevType === tt.braceL) && this.curContext() === types.b_stat))
|
| D | tokentype.js | 70 colon: new TokenType(":", beforeExpr), property
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | tokencontext.js | 35 if (prevType === tt.colon) { 99 !((prevType === tt.colon || prevType === tt.braceL) && this.curContext() === types.b_stat))
|
| D | tokentype.js | 70 colon: new TokenType(":", beforeExpr), property
|
| D | expression.js | 138 this.expect(tt.colon) 539 this.type !== tt.colon && !this.canInsertSemicolon()) { 553 if ((isGenerator || isAsync) && this.type === tt.colon) 556 if (this.eat(tt.colon)) {
|
| /plugin/xcom/lang/en/ |
| D | functions.txt | 6 ^Description|Lists all pages within a given namespace. Use a single colon '':'' for the root namesp… 146 …ace, it must end with colon or a colon and asterisk, i.e. '':*''. To start at the root directory,…
|
| /plugin/submgr/lang/en/ |
| D | help.txt | 1 Namespaces are specified by a trailing colon: ''some:namespace:'' \\
|
| /plugin/combo/vendor/symfony/yaml/ |
| H A D | CHANGELOG.md | 76 * mappings with a colon (`:`) that is not followed by a whitespace throw a 100 `!php/object` tag (without the colon) in 4.0. 103 `!php/const` tag (without the colon) in 4.0. 158 * Mappings with a colon (`:`) that is not followed by a whitespace are deprecated 216 * Deprecated usage of a colon in an unquoted mapping value
|
| /plugin/odt/ODT/css/ |
| D | cssimportnew.php | 719 $colon = strpos ($decls, ':', $pos); 720 if ( $colon === false ) { 723 $semi = strpos ($decls, ';', $colon + 1); 728 $property = substr ($decls, $pos, $colon - $pos); 731 $value = substr ($decls, $colon + 1, $semi - ($colon + 1));
|
| /plugin/odt/helper/ |
| D | cssimport.php | 945 $colon = strpos ($decls, ':', $pos); 946 if ( $colon === false ) { 949 $semi = strpos ($decls, ';', $colon + 1); 954 $property = substr ($decls, $pos, $colon - $pos); 957 $value = substr ($decls, $colon + 1, $semi - ($colon + 1));
|
| /plugin/advanced/lang/en/config/ |
| D | users.txt | 5 Empty lines, and everything after a ''#'' character are ignored. Each line contains a colon separat…
|
| /plugin/asciidocjs/node_modules/pug-lexer/ |
| D | History.md | 25 * Allow attributes that start with a colon
|
| /plugin/icalevents/vendor/sabre/uri/ |
| D | CHANGELOG.md | 17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in
|
| /plugin/webdav/vendor/sabre/uri/ |
| D | CHANGELOG.md | 17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in
|
| /plugin/asciidocjs/node_modules/clean-css/lib/writer/ |
| D | helpers.js | 115 store(context, colon(context)); 179 function colon(context) { function
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 284 colon: new TokenType(":", { beforeExpr: beforeExpr }), property 1079 return this.finishToken(types.colon); 1519 if (prevType === types.colon) { 1908 if (starttype === types.name && expr.type === "Identifier" && this.eat(types.colon)) { 2111 this.expect(types.colon); 2904 if (this.eat(types.colon)) { 3392 this.expect(types.colon); 4036 …if (this.match(types.colon) || this.match(types.parenL) || this.match(types.braceR) || this.match(… 4114 if (this.eat(types.colon)) { 4986 this.expect(tok || types.colon); [all …]
|
| /plugin/btable2/ |
| D | README.md | 45 - colongroups (if colon found in name - use it as group)
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | output.js | 358 function colon() { function in OutputStream 402 colon : colon, 754 output.colon(); 1175 output.colon(); 1232 output.colon();
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | expression.js | 78 node.alternate = this.expect(tt.colon) ? this.parseMaybeAssign(noIn) : this.dummyIdent() 371 this.tok.type !== tt.colon && !this.canInsertSemicolon()) { 378 if (this.eat(tt.colon)) {
|
| /plugin/mantis/lib/ |
| D | class.soap_server.php | 1016 $colon = strpos($SERVER_NAME,":"); 1017 if ($colon) { 1018 $SERVER_NAME = substr($SERVER_NAME, 0, $colon);
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | output.js | 442 function colon() { function in OutputStream 577 colon : colon, 943 output.colon(); 1580 output.colon(); 1651 output.colon(); 1720 output.colon();
|