Home
last modified time | relevance | path

Searched refs:colour (Results 1 – 25 of 47) sorted by relevance

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
DColourDefinitionSniff.php63 $colour = $tokens[$stackPtr]['content'];
65 $expected = strtoupper($colour);
66 if ($colour !== $expected) {
70 $colour,
80 if (strlen($colour) !== 7) {
84 if ($colour{1} === $colour{2} && $colour{3} === $colour{4} && $colour{5} === $colour{6}) {
85 $expected = '#'.$colour{1}.$colour{3}.$colour{5};
89 $colour,
/plugin/box/
Dsyntax.php208 foreach ($colours as $colour) {
209 $triplet[] = $this->colourToTriplet($colour);
237 protected function colourToTriplet($colour) argument
239 if ($colour[0] == '#') {
240 if (strlen($colour) == 4) {
243 hexdec($colour[1] . $colour[1]),
244 hexdec($colour[2] . $colour[2]),
245 hexdec($colour[3] . $colour[3])
250 hexdec(substr($colour, 1, 2)),
251 hexdec(substr($colour, 3, 2)),
[all …]
Dplugin.info.txt6 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colours|title> ...…
/plugin/box2/
Dsyntax.php236 foreach ($colours as $colour) {
237 $triplet[] = $this->_colourToTriplet($colour);
265 function _colourToTriplet($colour) { argument
266 if ($colour[0] == '#') {
267 if (strlen($colour) == 4) {
269 …return array(hexdec($colour[1].$colour[1]),hexdec($colour[2].$colour[2]),hexdec($colour[3].$colour
272 …return array(hexdec(substr($colour,1,2)),hexdec(substr($colour,3,2)), hexdec(substr($colour,5,2)));
276 return explode(',',substr($colour,4,-1));
Dplugin.info.txt8 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colors style=value…
/plugin/pixelyear/
Dsyntax.php92 $colour = $colours [$dates[$m."-".$d]];
94 $colour = "silver";
96 $renderer->doc .= "<td style='background-color:{$colour}'>&nbsp;</td>";
Dplugin.info.txt6 desc Outputs a colour coded chart displaying progress throughout a year
DREADME.md3 Outputs a colour coded chart displaying progess throughout a year
/plugin/openlayersmap/
DStaticMap.php628 * @param int $colour
631 private function drawGeometry(Geometry $geom, int $colour): void argument
642 $this->drawGeometry($_geom, $colour);
646 $this->drawPolygon($geom, $colour);
649 $this->drawLineString($geom, $colour);
652 $this->drawPoint($geom, $colour);
668 * @param int $colour
671 private function drawPolygon($polygon, int $colour) argument
696 imagefilledpolygon($this->image, $extPoints, $i - 1, $colour);
703 * @param int $colour
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
DFile.php455 $colour = 'string';
459 $colour = 'html';
464 $colour = 'comment';
523 $colour = 'keyword';
527 $colour = 'default';
533 $colour,
/plugin/photogallery/phpThumb/demo/
Djavascript_api.js299 function changeBGColour(myObject, colour) { argument
302 obj.bgColor=colour;
306 obj.background = colour;
308 obj.backgroundColor = colour;
/plugin/adhocwrap/
H A DREADME.md11 * Text and marker colour classes
/plugin/yearbox/
DCHANGELOG.md44 * CSS: improved colour scheme and layout
/plugin/tooltip/
Dstyle.css86 background-color: #e8e8d4; /* cream-like colour */
/plugin/geonav/tpl/startermap/css/
Dbasic.css218 color: #00c; /* §colour */
234 color: #c00; /* §colour */
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
Dprism.css116 /* Text Selection colour */
/plugin/s5reloaded/ui/thesis/
Dwrap.css42 /* change border colour of emulated headlines inside boxes to something more neutral
187 /* see styles for background colours and white font colour in style.css */
/plugin/wrap/
Dall.less40 /* change border colour of emulated headlines inside boxes to something more neutral
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js876 R.getRGB = cacher(function (colour) { argument
877 if (!colour || !!((colour = Str(colour)).indexOf("-") + 1)) {
880 if (colour == "none") {
883 …!(hsrg[has](colour.toLowerCase().substring(0, 2)) || colour.charAt() == "#") && (colour = toHex(co…
891 rgb = colour.match(colourRegExp);
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js1355 Snap.getRGB = cacher(function (colour) {
1356 if (!colour || !!((colour = Str(colour)).indexOf("-") + 1)) {
1359 if (colour == "none") {
1362 …!(hsrg[has](colour.toLowerCase().substring(0, 2)) || colour.charAt() == "#") && (colour = toHex(co…
1363 if (!colour) {
1373 rgb = colour.match(colourRegExp);
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md574 - Columns - block with no padding containing a block with borders but no backgound colour, borders …
575 - Table in Columns - when background color set by surrounding block element - colour missing for he…
578 - Double border in table - when background colour set in surrounding block element - shows as black…
597 - list-style-type (custom) colour not working
/plugin/callflow/
Draphael.js1273 R.getRGB = cacher(function (colour) { argument
1274 if (!colour || !!((colour = Str(colour)).indexOf("-") + 1)) {
1277 if (colour == "none") {
1280 …!(hsrg[has](colour.toLowerCase().substring(0, 2)) || colour.charAt() == "#") && (colour = toHex(co…
1288 rgb = colour.match(colourRegExp);
/plugin/advrack/
Draphael.js1273 R.getRGB = cacher(function (colour) { argument
1274 if (!colour || !!((colour = Str(colour)).indexOf("-") + 1)) {
1277 if (colour == "none") {
1280 …!(hsrg[has](colour.toLowerCase().substring(0, 2)) || colour.charAt() == "#") && (colour = toHex(co…
1288 rgb = colour.match(colourRegExp);
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
Den.txt29 …orth in this Declaration, without distinction of any kind, such as race, colour, sex, language, re…

12