Home
last modified time | relevance | path

Searched refs:red (Results 276 – 300 of 375) sorted by path

1...<<1112131415

/plugin/s5reloaded/ui/thesis/
H A Dpretty.css160 color: red;
498 …guru div {border: solid 3px red; padding: 4px; font-family: monospace; font-size: 60%; width: auto…
529 …p:0px; right:0px; width:30em; height:20em; overflow:auto; border:1px solid red; padding:1em; margi…
H A Dwrap.css403 border: 1px dotted red;
/plugin/schedule/
H A Dstyle.css146 border: 2px solid red;
302 border: 3px solid red;
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A Dschema.ser
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.ColorKeywords.txt
/plugin/searchpattern/
H A Dprint.css24 background-color: red;
H A Dstyle.css102 border: 2px dashed red;
126 border: 2px dashed red;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js453 …console.error(label + ' %s ' + chalk.red('failed') + ' %d test' + (failures > 1 ? 's' : '') + '. %…
463 console.error(label, description, chalk.red('failed') + ';', message);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug-1.3a2.css620 color: red;
710 color: red;
H A Dfirebug.css524 color: red;
588 color: red;
685 background-color: red;
917 color: red;
1358 color: red;
1600 color: red;
1801 color: red;
2941 color: red;
3040 color: red;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js885 red,
896 red = toInt(rgb[2].substring(1, 3), 16);
901 red = toInt((t = rgb[3].charAt(1)) + t, 16);
905 red = toFloat(values[0]);
906 values[0].slice(-1) == "%" && (red *= 2.55);
916 red = toFloat(values[0]);
917 values[0].slice(-1) == "%" && (red *= 2.55);
925 return R.hsb2rgb(red, green, blue, opacity);
929 red = toFloat(values[0]);
930 values[0].slice(-1) == "%" && (red *= 2.55);
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1367 red,
1378 red = toInt(rgb[2].substring(1, 3), 16);
1387 red = toFloat(values[0]);
1398 red = toFloat(values[0]);
1399 values[0].slice(-1) == "%" && (red /= 100);
1411 red = toFloat(values[0]);
1422 red = mmin(math.round(red), 255);
1478 red = "rgb(255, 0, 0)";
1481 return red;
1483 i.style.color = red;
[all …]
/plugin/serverinfos/serverinfos/
H A Dstyle.css10 .offline {color: red;}
/plugin/settingstree/
H A Dstyle.css175 color: red;
179 color: red;
/plugin/shibbolethauth/
H A Dstyle.css70 #shibboleth__manager td.error { background-color: red; color: #000;}
/plugin/sketchcanvas/
H A DREADME.md75 color: red
/plugin/sketchcanvas/script/
H A DSketchCanvas.js179 ctx.fillStyle = 'rgb(255, 80, 77)'; // red
181 ctx.fillStyle = 'rgb(192, 80, 77)'; // red
224 ctx.fillStyle = 'rgb(255, 80, 77)'; // red
226 ctx.fillStyle = 'rgb(192, 80, 77)'; // red
2631 var red = "rgb(255, 0, 0)";
2633 var colstr = new Array(black,blue,red,green,white);
2634 var colnames = ["black", "blue", "red", "green", "white"];
2635 var coltable = {"black": black, "blue": blue, "red": red, "green": green, "white": white}; property in SketchCanvas.coltable
/plugin/sphinxsearch-was/css/
H A Dstyle.css110 font-weight: red;
116 font-weight: red;
/plugin/statdisplay/pchart/
H A DColor.php32 public function __construct($red, $green = null, $blue = null) { argument
33 if(is_null($green)) $green = $red;
34 if(is_null($blue)) $blue = $red;
36 if ($red < 0 || $red > 255) {
48 $this->r = $red;
/plugin/statistics/inc/pchart/
H A DColor.php43 * @param int|string $red either red channel or the whole color in hex
48 public function __construct($red, $green = null, $blue = null) { argument
49 if(!is_numeric($red)) {
51 list($red, $green, $blue) = $this->Hex2RGB($red);
53 if(is_null($green)) $green = $red;
54 if(is_null($blue)) $blue = $red;
56 if($red < 0 || $red > 25
[all...]
/plugin/stlviewer/stlviewer/
H A Dparser.min.js2 …s=!0,J={red:parseInt(J.substr(0,2),16)/255,green:parseInt(J.substr(2,2),16)/255,blue:parseInt(J.su…
H A Dthree.min.js2 …035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:…
/plugin/struct/types/
H A DColor.php121 $red = hexdec(substr($color, 1, 2));
125 $min = min([$red, $green, $blue]);
126 $max = max([$red, $green, $blue]);
128 if ($max === $red) {
132 $hue = 2 + ($blue - $red) / ($max - $min);
135 $hue = 4 + ($red - $green) / ($max - $min);
/plugin/structprogress/
H A Dstyle.less57 //sample for style: red
/plugin/structsection/
H A Dyarn.lock1422 functional-red-black-tree "^1.0.1"
1599 functional-red-black-tree@^1.0.1:
1601 …resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1…

1...<<1112131415