Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 129) sorted by relevance

123456

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
DPropertyLabelSpacingSniff.php68 $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/
DParseTest.php99 '/path/to/colon:34',
103 'path' => '/path/to/colon:34',
/plugin/color/
DREADME.md17 …ation(s) MUST NOT include a colon character (`:`). We do not know any legal CSS color specificatio…
/plugin/findologicxmlexport/vendor/symfony/yaml/
DCHANGELOG.md23 * 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/
Dtokencontext.js35 if (prevType === tt.colon) {
99 !((prevType === tt.colon || prevType === tt.braceL) && this.curContext() === types.b_stat))
Dtokentype.js70 colon: new TokenType(":", beforeExpr), property
/plugin/asciidocjs/node_modules/acorn/src/
Dtokencontext.js35 if (prevType === tt.colon) {
99 !((prevType === tt.colon || prevType === tt.braceL) && this.curContext() === types.b_stat))
Dtokentype.js70 colon: new TokenType(":", beforeExpr), property
Dexpression.js138 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/
Dfunctions.txt6 ^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/
Dhelp.txt1 Namespaces are specified by a trailing colon: ''some:namespace:'' \\
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md76 * 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/
Dcssimportnew.php719 $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/
Dcssimport.php945 $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/
Dusers.txt5 Empty lines, and everything after a ''#'' character are ignored. Each line contains a colon separat…
/plugin/asciidocjs/node_modules/pug-lexer/
DHistory.md25 * Allow attributes that start with a colon
/plugin/icalevents/vendor/sabre/uri/
DCHANGELOG.md17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in
/plugin/webdav/vendor/sabre/uri/
DCHANGELOG.md17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in
/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js115 store(context, colon(context));
179 function colon(context) { function
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js284 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/
DREADME.md45 - colongroups (if colon found in name - use it as group)
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js358 function colon() { function in OutputStream
402 colon : colon,
754 output.colon();
1175 output.colon();
1232 output.colon();
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js78 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/
Dclass.soap_server.php1016 $colon = strpos($SERVER_NAME,":");
1017 if ($colon) {
1018 $SERVER_NAME = substr($SERVER_NAME, 0, $colon);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js442 function colon() { function in OutputStream
577 colon : colon,
943 output.colon();
1580 output.colon();
1651 output.colon();
1720 output.colon();

123456