Home
last modified time | relevance | path

Searched refs:red (Results 26 – 50 of 375) sorted by relevance

12345678910>>...15

/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php505 'red' => '1;31',
532 $this->cWrite('red', ':');
601 $this->cWrite('red', ':');
616 $this->cWrite('red', '.');
624 $this->cWrite('red',';');
628 $this->cWrite('red',':');
643 $this->cWrite('red', $property->delimiter);
652 $this->cWrite('red', ',');
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php505 'red' => '1;31',
532 $this->cWrite('red', ':');
601 $this->cWrite('red', ':');
616 $this->cWrite('red', '.');
624 $this->cWrite('red',';');
628 $this->cWrite('red',':');
643 $this->cWrite('red', $property->delimiter);
652 $this->cWrite('red', ',');
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php505 'red' => '1;31',
532 $this->cWrite('red', ':');
601 $this->cWrite('red', ':');
616 $this->cWrite('red', '.');
624 $this->cWrite('red',';');
628 $this->cWrite('red',':');
643 $this->cWrite('red', $property->delimiter);
652 $this->cWrite('red', ',');
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php484 'red' => '1;31',
509 $this->cWrite('red', ':');
579 $this->cWrite('red', ':');
592 $this->cWrite('red', '.');
598 $this->cWrite('red', ';');
601 $this->cWrite('red', ':');
613 $this->cWrite('red', $property->delimiter);
622 $this->cWrite('red', ',');
/plugin/combo/ComboStrap/
H A DColorRgb.php30 'red',
174 'red' => '#FF0000',
239 private $red; variable in ComboStrap\\ColorRgb
309 public static function createFromRgbChannels(int $red, int $green, int $blue): ColorRgb argument
312 ->setRgbChannels([$red, $green, $blue]);
366 if ($this->red === null) {
369 $red = $this->red / 255;
373 $max = max($red, $green, $blue);
374 $min = min($red,
[all...]
/plugin/barcodes/lib/
H A DColor.php27 private $red; variable in DokuWiki\\Barcodes\\Color
34 $this->red = hexdec(substr($matches[1], 0, 2));
52 return sprintf("%02X%02X%02X", $this->red, $this->green, $this->blue);
/plugin/animation/styles/
H A Dscianimator.css86 background: red;
87 box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px red;
88 -o-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px red;
89 -webkit-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px red;
90 -moz-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px red;
102 background: red;
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-shared.css18 --color-red-360-100-40: hsl(360, 100%, 40%);
19 --color-red-360-100-45: hsl(360, 100%, 45%);
20 --color-red-360-100-92: hsl(360, 100%, 92%);
21 --color-red-360-100-97: hsl(360, 100%, 97%);
28 --hint-invalid-color: var(--color-red-360-100-45);
35 --input-focus-invalid-border-color: var(--color-red-360-100-45);
36 --input-focus-invalid-box-shadow-color: var(--color-red-360-100-92);
37 --input-invalid-border-color: var(--color-red-360-100-45);
38 --input-invalid-color: var(--color-red-360-100-45);
H A Ddmn-js-drd.css5 --dmn-definitions-error-color: var(--color-red-360-100-45);
6 --dmn-definitions-error-border-color: var(--color-red-360-100-45);
7 --dmn-definitions-error-background-color: var(--color-red-360-100-97);
/plugin/fontcolor/images/
H A Dcolor-icon.php7 list($red, $green, $blue) = str_split($_GET['color'], 2);
10 imagefill($img, 0, 0, imagecolorallocate($img, hexdec($red), hexdec($green), hexdec($blue)));
/plugin/typography/images/fontcolor/
H A Dcolor-icon.php19 list($red, $green, $blue) = str_split($_GET['color'], 2);
21 … imagefill($img, 0, 0, imagecolorallocate($img, hexdec($red), hexdec($green), hexdec($blue)));
/plugin/maintenancemessage/
H A Dstyle.css2 border: 2px dashed red;
11 border: 2px dashed red;
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.diff.css4 color: red; }
10 color: red; }
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfck_insertHtmlCode.css29 color: red;
34 color: red;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.gif.php100 $red = getid3_lib::LittleEndian2Int(substr($GIFcolorTable, $offset++, 1));
103 $info['gif']['global_color_table'][$i] = (($red << 16) | ($green << 8) | ($blue));
104 $info['gif']['global_color_table_rgb'][$i] = sprintf('%02X%02X%02X', $red, $green, $blue);
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css21 --color-red-360-100-40: hsl(360, 100%, 40%);
22 --color-red-360-100-45: hsl(360, 100%, 45%);
23 --color-red-360-100-92: hsl(360, 100%, 92%);
24 --color-red-360-100-97: hsl(360, 100%, 97%);
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshThemeEclipse.scss18 $toolbar_a_hover: red !default;
31 $code_color3: red !default;
/plugin/abc2/
H A Dall.css46 .keyWhite{stroke:gray;fill:#EEE}.keyBlack{stroke:gray;fill:black}.keySelected{stroke:gray;fill:#507fff}.keySelected.sensible{stroke:gray;fill:red}.keySelected.fourth{stroke:gray;fill:orange}.keySelected.highlight{stroke:gray;fill:green}.keySelected.optional{stroke:gray;fill:lightgray}.harmonic-sequence{display:none}br.chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;vertical-align:top}.mn-exp{font-size:70%;vertical-align:text-top}.mn-sub{font-size:60%;vertical-align:middle;line-height:1em}.mn-sus{font-size:60%;vertical-align:text-bottom;line-height:80%}.mn-add{font-size:60%;vertical-align:text-top;line-height:1em}span.xl{font-size:.6em}.mn-over{position:relative}.mn-over span{position:absolute;top:-0.5em;left:1px;font-size:.8em}.inversion-sup{position:absolute;font-size:60%;vertical-align:text-top;line-height:1em}.inversion-sub{position:absolute;font-size:60%;vertical-align:text-bottom;line-height:2.6em}ol.hs-item{display:table;float:left;border-collapse:collapse;border:1px solid black;list-style-type:none;margin:0}.hs-item li{display:table-cell;min-width:60px;text-align:center;font-weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;color:black;border-bottom:1px dashed gray}.hs-item li.hs-degree{display:table-header-group;color:black}.hs-item li.sus-add{font-size:60%;vertical-align:text-top;position:relative;left:-24px}.hs-item ul.ul-sus-add{display:inline-table;list-style-type:none;vertical-align:top;margin-left:3px}.hs-item li.li-sus-add{display:table-header-group;font-size:60%;color:black;line-height:90%}.hs-item li.hs-function.T{background-color:#3f3f3f}.hs-item li.hs-function.Ts{background-color:#3f3f3f;color:red}.hs-item li.hs-function.t{background-color:#bfbfbf}.hs-item li.hs-function.ts{background-color:#bfbfbf;color:red}.hs-item li.hs-function.D{background-color:#f00}.hs-item li.hs-function.Dst{background-color:#f00;color:black}.hs-item li.hs-function.d{background-color:brown}.hs-item li.hs-function.dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-item li.hs-function.D2st{background-color:#92d050;color:black}.hs-item li.hs-function.SD{background-color:#0070c0}.hs-item li.hs-function.SD2{background-color:#3fa4f0}.hs-item li.hs-function.UNK{background-color:orange}.hs-item li.hs-function.T:before,.hs-item li.hs-function.Ts:before,.hs-item li.hs-function.t:before,.hs-item li.hs-function.ts:before{content:"T"}.hs-item li.hs-function.d:before,.hs-item li.hs-function.dst:before,.hs-item li.hs-function.D:before,.hs-item li.hs-function.Dst:before{content:"D"}.hs-item li.hs-function.D2:before,.hs-item li.hs-function.D2st:before{content:"D²"}.hs-item li.hs-function.SD:before{content:"SD"}.hs-item li.hs-function.SD2:before{content:"SD²"}.hs-item li.hs-function.UNK:before{content:"?"}.hs-function div{min-width:60px;color:white;font-weight:bold;text-align:center}.hs-function div.T{background-color:#3f3f3f}.hs-function div.Ts{background-color:#3f3f3f;color:red}.hs-function div.t{background-color:#bfbfbf}.hs-function div.ts{background-color:#bfbfbf;color:red}.hs-function div.D{background-color:#f00}.hs-function div.Dst{background-color:#f00;color:black}.hs-function div.d{background-color:brown}.hs-function div.dst{background-color:brown;color:black}.hs-function div.D2{background-color:#92d050}.hs-function div.D2st{background-color:#92d050;color:black}.hs-function div.SD{background-color:#0070c0}.hs-function div.SD2{background-color:#3fa4f0}.hs-function div.UNK{background-color:yellow}.hs-function div.T:before,.hs-function div.Ts:before,.hs-function div.t:before,.hs-function div.ts:before{content:"T"}.hs-function div.d:before,.hs-function div.dst:before,.hs-function div.D:before,.hs-function div.Dst:before{content:"D"}.hs-function div.D2:before,.hs-function div.D2st:before{content:"D²"}.hs-function div.SD:before{content:"SD"}.hs-function div.SD2:before{content:"SD²"}.hs-function div.UNK:before{content:"?"}.sig-major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.sig-majorM7{background-color:#008040;font-weight:bold}.sig-major7{background-color:#f2dede;font-weight:bold}.sig-augmented{background-color:#8c8;font-weight:bold}.sig-augmentedM7{background-color:#aca;font-weight:bold}.sig-minor{background-color:#ffb;font-weight:bold}.sig-minor6{background-color:#ff9;font-weight:bold}.sig-minor7{background-color:#ffd;font-weight:bold}.sig-minorM7{background-color:#dda;font-weight:bold}.sig-minor7b5{background-color:#ddcdaa;font-weight:bold}.sig-diminished{background-color:#ffefcc;font-weight:bold}.sig-diminished7{background-color:#ffa500;font-weight:bold}.sig-suspended4{background-color:#faa;font-weight:bold}.harmonic-diagram{display:none}button.tone{height:30px;min-width:38px;margin:2px 2px;text-align:center;font-size:1.2em;font-weight:bold;border:solid black 2px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.25)}button.tone.selected{color:white;background-color:brown}button.tone:hover{color:white;background-color:red}button.tone:focus{outline:0}button.tonality{color:white;width:44px;height:28px;text-align:center;font-size:1.2em;font-weight:bold;border:solid black 1px}button.tonality.major{background-color:#555}button.tonality.minor{background-color:#777}button.tonality.selected{background-color:#000}button.tonality:hover{background-color:#0f71ba}button.tonality:focus{outline:0}button.signature{height:30px;min-width:80px;margin:2px 2px;text-align:center;font-size:1.2em;font-weight:bold;border:solid black 2px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.25)}button.signature.selected{color:white;background-color:#2d6987}button.signature:hover{color:white;background-color:lightblue}button.signature:focus{outline:0}.tonic,.T1{color:black;font-weight:bold}.T2{color:blue}.T3{color:brown}.fourth,.T4{color:orange;font-weight:bold}.T5{color:green;font-weight:bold}.T6{color:purple}.T7{color:red}.TT{color:red;font-weight:bold}.T2M{color:blue;font-weight:bold}.T3M{color:brown;font-weight:bold}.T4A{color:orange}.T5A{color:green}.T6M{color:purple;font-weight:bold}.sensible,.T7M{color:red;font-weight:bold}.T7D{color:red;fon
[all...]
/plugin/bugzillaint/
H A Dscript.js286 var red = master.attr('severity_threshold_red');
290 if ( s.indexOf(bug.severity) <= s.indexOf(red) ) {
298 var red = master.attr('priority_threshold_red');
302 var r = parseInt(red.split('P')[1]);
312 var red = master.attr('deadline_threshold_days_red');
318 if ( nowTime > deadlineTime - (red*24*60*60*1000) ) {
H A Dstyle.css13 background-color: red; background-color: rgba(200, 54, 54, 0.3);
14 border: 1px solid red; border-radius: 4px;
40 div.dokuwiki .bzextra > *.bz-label-red {
/plugin/abc2/abc-libraries/abc-ui/
H A Dmusic.min.css7 .keyWhite{stroke:gray;fill:#EEE}.keyBlack{stroke:gray;fill:black}.keySelected{stroke:gray;fill:#507fff}.keySelected.sensible{stroke:gray;fill:red}.keySelected.fourth{stroke:gray;fill:orange}.keySelected.highlight{stroke:gray;fill:green}.keySelected.optional{stroke:gray;fill:lightgray}.harmonic-sequence{display:none}br.chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;vertical-align:top}.mn-exp{font-size:70%;vertical-align:text-top}.mn-sub{font-size:60%;vertical-align:middle;line-height:1em}.mn-sus{font-size:60%;vertical-align:text-bottom;line-height:80%}.mn-add{font-size:60%;vertical-align:text-top;line-height:1em}span.xl{font-size:.6em}.mn-over{position:relative}.mn-over span{position:absolute;top:-0.5em;left:1px;font-size:.8em}.inversion-sup{position:absolute;font-size:60%;vertical-align:text-top;line-height:1em}.inversion-sub{position:absolute;font-size:60%;vertical-align:text-bottom;line-height:2.6em}ol.hs-item{display:table;float:left;border-collapse:collapse;border:1px solid black;list-style-type:none;margin:0}.hs-item li{display:table-cell;min-width:60px;text-align:center;font-weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;color:black;border-bottom:1px dashed gray}.hs-item li.hs-degree{display:table-header-group;color:black}.hs-item li.sus-add{font-size:60%;vertical-align:text-top;position:relative;left:-24px}.hs-item ul.ul-sus-add{display:inline-table;list-style-type:none;vertical-align:top;margin-left:3px}.hs-item li.li-sus-add{display:table-header-group;font-size:60%;color:black;line-height:90%}.hs-item li.hs-function.T{background-color:#3f3f3f}.hs-item li.hs-function.Ts{background-color:#3f3f3f;color:red}.hs-item li.hs-function.t{background-color:#bfbfbf}.hs-item li.hs-function.ts{background-color:#bfbfbf;color:red}.hs-item li.hs-function.D{background-color:#f00}.hs-item li.hs-function.Dst{background-color:#f00;color:black}.hs-item li.hs-function.d{background-color:brown}.hs-item li.hs-function.dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-item li.hs-function.D2st{background-color:#92d050;color:black}.hs-item li.hs-function.SD{background-color:#0070c0}.hs-item li.hs-function.SD2{background-color:#3fa4f0}.hs-item li.hs-function.UNK{background-color:orange}.hs-item li.hs-function.T:before,.hs-item li.hs-function.Ts:before,.hs-item li.hs-function.t:before,.hs-item li.hs-function.ts:before{content:"T"}.hs-item li.hs-function.d:before,.hs-item li.hs-function.dst:before,.hs-item li.hs-function.D:before,.hs-item li.hs-function.Dst:before{content:"D"}.hs-item li.hs-function.D2:before,.hs-item li.hs-function.D2st:before{content:"D²"}.hs-item li.hs-function.SD:before{content:"SD"}.hs-item li.hs-function.SD2:before{content:"SD²"}.hs-item li.hs-function.UNK:before{content:"?"}.hs-function div{min-width:60px;color:white;font-weight:bold;text-align:center}.hs-function div.T{background-color:#3f3f3f}.hs-function div.Ts{background-color:#3f3f3f;color:red}.hs-function div.t{background-color:#bfbfbf}.hs-function div.ts{background-color:#bfbfbf;color:red}.hs-function div.D{background-color:#f00}.hs-function div.Dst{background-color:#f00;color:black}.hs-function div.d{background-color:brown}.hs-function div.dst{background-color:brown;color:black}.hs-function div.D2{background-color:#92d050}.hs-function div.D2st{background-color:#92d050;color:black}.hs-function div.SD{background-color:#0070c0}.hs-function div.SD2{background-color:#3fa4f0}.hs-function div.UNK{background-color:yellow}.hs-function div.T:before,.hs-function div.Ts:before,.hs-function div.t:before,.hs-function div.ts:before{content:"T"}.hs-function div.d:before,.hs-function div.dst:before,.hs-function div.D:before,.hs-function div.Dst:before{content:"D"}.hs-function div.D2:before,.hs-function div.D2st:before{content:"D²"}.hs-function div.SD:before{content:"SD"}.hs-function div.SD2:before{content:"SD²"}.hs-function div.UNK:before{content:"?"}.sig-major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.sig-majorM7{background-color:#008040;font-weight:bold}.sig-major7{background-color:#f2dede;font-weight:bold}.sig-augmented{background-color:#8c8;font-weight:bold}.sig-augmentedM7{background-color:#aca;font-weight:bold}.sig-minor{background-color:#ffb;font-weight:bold}.sig-minor6{background-color:#ff9;font-weight:bold}.sig-minor7{background-color:#ffd;font-weight:bold}.sig-minorM7{background-color:#dda;font-weight:bold}.sig-minor7b5{background-color:#ddcdaa;font-weight:bold}.sig-diminished{background-color:#ffefcc;font-weight:bold}.sig-diminished7{background-color:#ffa500;font-weight:bold}.sig-suspended4{background-color:#faa;font-weight:bold}.harmonic-diagram{display:none}button.tone{height:30px;min-width:38px;margin:2px 2px;text-align:center;font-size:1.2em;font-weight:bold;border:solid black 2px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.25)}button.tone.selected{color:white;background-color:brown}button.tone:hover{color:white;background-color:red}button.tone:focus{outline:0}button.tonality{color:white;width:44px;height:28px;text-align:center;font-size:1.2em;font-weight:bold;border:solid black 1px}button.tonality.major{background-color:#555}button.tonality.minor{background-color:#777}button.tonality.selected{background-color:#000}button.tonality:hover{background-color:#0f71ba}button.tonality:focus{outline:0}button.signature{height:30px;min-width:80px;margin:2px 2px;text-align:center;font-size:1.2em;font-weight:bold;border:solid black 2px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.25)}button.signature.selected{color:white;background-color:#2d6987}button.signature:hover{color:white;background-color:lightblue}button.signature:focus{outline:0}.tonic,.T1{color:black;font-weight:bold}.T2{color:blue}.T3{color:brown}.fourth,.T4{color:orange;font-weight:bold}.T5{color:green;font-weight:bold}.T6{color:purple}.T7{color:red}.TT{color:red;font-weight:bold}.T2M{color:blue;font-weight:bold}.T3M{color:brown;font-weight:bold}.T4A{color:orange}.T5A{color:green}.T6M{color:purple;font-weight:bold}.sensible,.T7M{color:red;font-weight:bold}.T7D{color:red;fon
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DShadowBorder.java85 int red = c1.getRed() + (c2.getRed() - c1.getRed()) / 2; in average() local
88 return new Color(red, green, blue); in average()
/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php369 $red = $this->LittleEndian2Int($BMPpalette[ $paletteoffset++ ]);
375 $thisfile_bmp['palette'][$i] = (($red << 16) | ($green << 8) | $blue);
664 …$red = (int) round(((($pixelvalue & $thisfile_bmp_header_raw[ 'red_mask']) >> $redshift) / (…
667 $thisfile_bmp['data'][$row][$col] = (($red << 16) | ($green << 8) | $blue);
693 $red = ($color & 0x00FF0000) >> 16;
696 return array($red, $green, $blue);
737 list($red, $green, $blue) = $this->IntColor2RGB($color);
739 $pixelcolor = imagecolorallocate($gd, $red, $green, $blue);
741 $pixelcolor = imagecolorclosest($gd, $red, $green, $blue);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcssparse.css75 color:red;
94 border:solid 1px red;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dsample css.css2 color: red;

12345678910>>...15