Home
last modified time | relevance | path

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

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A 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/
H A Dsyntax.php208 foreach ($colours as $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)),
252 hexdec(substr($colour, 5, 2))
[all …]
H A Dplugin.info.txt6 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colours|title> ...…
/plugin/box2/
H A 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));
H A Dplugin.info.txt8 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colors style=value…
/plugin/pixelyear/
H A Dsyntax.php92 $colour = $colours [$dates[$m."-".$d]];
94 $colour = "silver";
96 $renderer->doc .= "<td style='background-color:{$colour}'>&nbsp;</td>";
H A Dplugin.info.txt6 desc Outputs a colour coded chart displaying progress throughout a year
H A DREADME.md3 Outputs a colour coded chart displaying progess throughout a year
/plugin/openlayersmap/
H A DStaticMap.php618 // TODO get colour from kml node (not currently supported in geoPHP)
628 * @param int $colour
629 * drawing colour
631 private function drawGeometry(Geometry $geom, int $colour): void
642 $this->drawGeometry($_geom, $colour);
646 $this->drawPolygon($geom, $colour);
649 $this->drawLineString($geom, $colour);
652 $this->drawPoint($geom, $colour);
668 * @param int $colour
669 * drawing colour
696 drawGeometry(Geometry $geom, int $colour) global() argument
736 drawPolygon($polygon, int $colour) global() argument
770 drawLineString($line, $colour) global() argument
802 drawPoint($point, $colour) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php455 $colour = 'string';
459 $colour = 'html';
464 $colour = 'comment';
523 $colour = 'keyword';
527 $colour = 'default';
533 $colour,
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js299 function changeBGColour(myObject, colour) { argument
302 obj.bgColor=colour;
306 obj.background = colour;
308 obj.backgroundColor = colour;
/plugin/yearbox/
H A DCHANGELOG.md44 * CSS: improved colour scheme and layout
/plugin/tooltip/
H A Dstyle.css86 background-color: #e8e8d4; /* cream-like 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/geonav/tpl/startermap/css/
H A Dbasic.css218 color: #00c; /* §colour */
234 color: #c00; /* §colour */
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css116 /* Text Selection colour */
/plugin/s5reloaded/ui/thesis/
H A 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/clock/
H A Dstyle.css
/plugin/wrap/
H A Dall.less40 /* change border colour of emulated headlines inside boxes to something more neutral
/plugin/sequencediagram/bower_components/raphael/dev/
H A 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/
H A 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/
H A DCHANGELOG.md574 - Columns - block with no padding containing a block with borders but no backgound colour, borders not printed
575 - Table in Columns - when background color set by surrounding block element - colour missing for height of half bottom border.
578 - Double border in table - when background colour set in surrounding block element - shows as black line between the 2 bits of double
597 - list-style-type (custom) colour not working
/plugin/callflow/
H A 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/
H A 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/
H A Den.txt29 Everyone is entitled to all the rights and freedoms set forth in this Declaration, without distinction of any kind, such as race, colour, sex, language, religion, political or other opinion, national or social origin, property, birth or other status.

12