view release on metacpan or search on metacpan
php/PHP_CodeSniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.1.css view on Meta::CPAN
>>>>>>> ref/heads/feature-branch
*/
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
<<<<<<< HEAD
line-height: -25px;
=======
line-height: -20px;
>>>>>>> ref/heads/feature-branch
cursor: pointer;
-moz-user-select: none;
}
/*
* The above tests are based on "normal" tokens.
* The below test checks that once the tokenizer breaks down because of
* unexpected merge conflict boundaries, subsequent boundaries will still
* be detected correctly.
*/
php/PHP_CodeSniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.2.css view on Meta::CPAN
* This is a merge conflict started in a comment, ending in a CSS block.
*/
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
=======
* which should be detected.
**/
.SettingsTabPaneWidgetType-tab-start {
line-height: -25px;
>>>>>>> ref/heads/feature-branch
cursor: pointer;
-moz-user-select: none;
}
/*
* The above tests are based on "normal" tokens.
* The below test checks that once the tokenizer breaks down because of
* unexpected merge conflict boundaries, subsequent boundaries will still
* be detected correctly.
*/
php/PHP_CodeSniffer/src/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.css view on Meta::CPAN
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
line-height: -25px;
cursor: pointer;
-moz-user-select: none;
}
.AssetLineageWidgetType-item {
float: left;
list-style: none;
height: 22px;
cursor: pointer;
}
php/PHP_CodeSniffer/src/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css view on Meta::CPAN
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
height: 100%;float: left;
line-height: -25px;
cursor: pointer; margin: 10px; float: right;
}
/* testing embedded PHP */
li {
background:url(<?php print $staticserver; ?>/images/<?php print $staticdir; ?>/bullet.gif) left <?php print $left; ?>px no-repeat; margin:0px; padding-left:10px; margin-bottom:<?php echo $marginBottom; ?>px; line-height:13px;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2e62a8, endColorstr=#123363);
}
/* Document handling of comments and annotations. */
div#annotations {-webkit-tap-highlight-color:transparent;/* phpcs:disable Standard.Cat.SniffName */-webkit-touch-callout:none;/*phpcs:enable*/-webkit-user-select:none;}
php/PHP_CodeSniffer/src/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css.fixed view on Meta::CPAN
.SettingsTabPaneWidgetType-tab-mid {
background: transparent url(tab_inact_mid.png) repeat-x;
height: 100%;
float: left;
line-height: -25px;
cursor: pointer;
margin: 10px;
float: right;
}
/* testing embedded PHP */
li {
background:url(<?php print $staticserver; ?>/images/<?php print $staticdir; ?>/bullet.gif) left <?php print $left; ?>px no-repeat;
margin:0px;
padding-left:10px;
margin-bottom:<?php echo $marginBottom; ?>px;
php/PHP_CodeSniffer/src/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css view on Meta::CPAN
20 ;
margin:
10px /* top */
0px /* right + left */
;
}
.allow-for-star-hack {
cursor: pointer;
*cursor: hand;
}
/* Live coding. Has to be the last test in the file. */
.intentional-parse-error {
float: left
php/PHP_CodeSniffer/src/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css.fixed view on Meta::CPAN
#multi-line-style-whitespace {
padding: 0; /* phpcs:ignore Standard.Cat.Sniff -- for reasons */
border:
20;
margin:
10px /* top */
0px; /* right + left */
}
.allow-for-star-hack {
cursor: pointer;
*cursor: hand;
}
/* Live coding. Has to be the last test in the file. */
.intentional-parse-error {
float: left