| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ |
| 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/ |
| D | syntax.php | 208 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 …]
|
| D | plugin.info.txt | 6 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colours|title> ...…
|
| /plugin/box2/ |
| 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));
|
| D | plugin.info.txt | 8 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colors style=value…
|
| /plugin/pixelyear/ |
| D | syntax.php | 92 $colour = $colours [$dates[$m."-".$d]]; 94 $colour = "silver"; 96 $renderer->doc .= "<td style='background-color:{$colour}'> </td>";
|
| D | plugin.info.txt | 6 desc Outputs a colour coded chart displaying progress throughout a year
|
| D | README.md | 3 Outputs a colour coded chart displaying progess throughout a year
|
| /plugin/openlayersmap/ |
| D | StaticMap.php | 628 * @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/ |
| D | File.php | 455 $colour = 'string'; 459 $colour = 'html'; 464 $colour = 'comment'; 523 $colour = 'keyword'; 527 $colour = 'default'; 533 $colour,
|
| /plugin/photogallery/phpThumb/demo/ |
| D | javascript_api.js | 299 function changeBGColour(myObject, colour) { argument 302 obj.bgColor=colour; 306 obj.background = colour; 308 obj.backgroundColor = colour;
|
| /plugin/adhocwrap/ |
| H A D | README.md | 11 * Text and marker colour classes
|
| /plugin/yearbox/ |
| D | CHANGELOG.md | 44 * CSS: improved colour scheme and layout
|
| /plugin/tooltip/ |
| D | style.css | 86 background-color: #e8e8d4; /* cream-like colour */
|
| /plugin/geonav/tpl/startermap/css/ |
| D | basic.css | 218 color: #00c; /* §colour */ 234 color: #c00; /* §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/sequencediagram/bower_components/snap.svg/doc/css/ |
| D | prism.css | 116 /* Text Selection colour */
|
| /plugin/s5reloaded/ui/thesis/ |
| 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/wrap/ |
| D | all.less | 40 /* change border colour of emulated headlines inside boxes to something more neutral
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| 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/ |
| 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/ |
| D | CHANGELOG.md | 574 - 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/ |
| 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/ |
| 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/ |
| D | en.txt | 29 …orth in this Declaration, without distinction of any kind, such as race, colour, sex, language, re…
|