Home
last modified time | relevance | path

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

1234

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A 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/
H A DParseTest.php99 '/path/to/colon:34',
103 'path' => '/path/to/colon:34',
/plugin/color/
H A DREADME.md17 …ation(s) MUST NOT include a colon character (`:`). We do not know any legal CSS color specificatio…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A 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/submgr/lang/en/
H A Dhelp.txt1 Namespaces are specified by a trailing colon: ''some:namespace:'' \\
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfComments.yml56 test: Comment containing a colon on a hash line
58 Comment containing a colon on a scalar line
H A DYtsTypeTransfers.yml40 the comma, colon, and pound sign must be used carefully.
42 the colon followed by space is an indicator: but is a string:right here
47 'the colon followed by space is an indicator' => 'but is a string:right here',
H A DYtsFlowCollections.yml18 separated by a colon, with a comma
H A DYtsBasicTests.yml83 list on a new line, with a colon separating the key
/plugin/xcom/lang/en/
H A 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/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/
H A 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/
H A 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/
H A Dusers.txt5 Empty lines, and everything after a ''#'' character are ignored. Each line contains a colon separat…
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in
/plugin/btable2/
H A DREADME.md45 - colongroups (if colon found in name - use it as group)
/plugin/mantis/lib/
H A Dclass.soap_server.php1016 $colon = strpos($SERVER_NAME,":");
1017 if ($colon) {
1018 $SERVER_NAME = substr($SERVER_NAME, 0, $colon);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md101 %token colon :
118 string() ::colon:: value()
/plugin/authremoteuser/
H A DREADME.md110 contains a colon separated array of five fields:
/plugin/latexcaption/
H A DREADME.md52 - No colon: `blank`. Use this if you dont want to print a ':' after the figure number.
/plugin/datepicker/
H A Dstyle.css232 .calendar td.time .colon {
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dsymbol.map27 !3A U+003A colon
H A Dcp874.map59 !3A U+003A colon
H A Diso-8859-7.map59 !3A U+003A colon

1234