/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ |
H A D | ColourDefinitionSniff.php | 63 $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 D | syntax.php | 208 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 D | plugin.info.txt | 6 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colours|title> ...…
|
/plugin/box2/ |
H A D | syntax.php | 236 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 D | plugin.info.txt | 8 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colors style=value…
|
/plugin/pixelyear/ |
H A D | syntax.php | 92 $colour = $colours [$dates[$m."-".$d]]; 94 $colour = "silver"; 96 $renderer->doc .= "<td style='background-color:{$colour}'> </td>";
|
H A D | plugin.info.txt | 6 desc Outputs a colour coded chart displaying progress throughout a year
|
H A D | README.md | 3 Outputs a colour coded chart displaying progess throughout a year
|
/plugin/openlayersmap/ |
H A D | StaticMap.php | 618 // 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 D | File.php | 455 $colour = 'string'; 459 $colour = 'html'; 464 $colour = 'comment'; 523 $colour = 'keyword'; 527 $colour = 'default'; 533 $colour,
|
/plugin/photogallery/phpThumb/demo/ |
H A D | javascript_api.js | 299 function changeBGColour(myObject, colour) { argument 302 obj.bgColor=colour; 306 obj.background = colour; 308 obj.backgroundColor = colour;
|
/plugin/yearbox/ |
H A D | CHANGELOG.md | 44 * CSS: improved colour scheme and layout
|
/plugin/tooltip/ |
H A D | style.css | 86 background-color: #e8e8d4; /* cream-like colour */
|
/plugin/combo/resources/theme/default/pages/templates/ |
H A D | app-diff.css | 15 /* no style.ini colours because deleted and added lines have a fixed background colour */
|
/plugin/geonav/tpl/startermap/css/ |
H A D | basic.css | 218 color: #00c; /* §colour */ 234 color: #c00; /* §colour */
|
/plugin/sequencediagram/bower_components/snap.svg/doc/css/ |
H A D | prism.css | 116 /* Text Selection colour */
|
/plugin/s5reloaded/ui/thesis/ |
H A D | wrap.css | 42 /* 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 D | style.css |
|
/plugin/wrap/ |
H A D | all.less | 40 /* change border colour of emulated headlines inside boxes to something more neutral
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 876 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 D | snap.svg.js | 1355 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 D | CHANGELOG.md | 574 - 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 D | raphael.js | 1273 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 D | raphael.js | 1273 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 D | en.txt | 29 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.
|