Home
last modified time | relevance | path

Searched refs:red (Results 251 – 275 of 375) sorted by path

1...<<1112131415

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A Dwords.txt2885 red
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …ry) {\n // Searching for the affected part of horizon.\n // TODO red-black tree or simpl…
H A Dpdf.worker.js.map1 … src, srcOffset, dest, destOffset, scale) {\n // A, B and C represent a red, green and blue com…
/plugin/pdftools/
H A Dprint.css22 border-bottom:1px solid red;
H A Dstyle.css3 border: 1px solid red;
18 border-bottom:1px solid red;
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt64 highlighted green are good; yellow/orange/red may need to be adjusted.
199 [ex: &new=FF0000|75] - red background, 75% opacity
/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/processing/
H A Dscript.js1345 red: "#ff0000", property in colors
4741 var red, green, blue;
4743 red = ((colorInt & PConstants.RED_MASK) >>> 16) / 255;
4747 var max = p.max(p.max(red,green), blue),
4748 min = p.min(p.min(red,green), blue),
4756 if (red === max) {
4759 hue = 2 + ((blue - red) / (max - min));
4761 hue = 4 + ((red - green) / (max - min));
4795 p.red = function(aColor) { function
9580 var r = p.red(tintColor) / colorModeX;
/plugin/qstat/
H A Dstyle.css68 color: red;
/plugin/rater/
H A Dstyle.css4 border: 1px red solid;
/plugin/reflect/
H A Daction.php176 $red = hexdec(substr($bgcolor, 0, 2));
183 $red = hexdec(substr($bgcolor, 0, 2));
190 $red = substr($bgcolor, 0, 1);
194 $red = hexdec($red . $red);
201 $red = substr($bgcolor, 0, 1);
204 $red = hexdec($red . $red);
212 $red = 0;
219 return array('red' => $red, 'green' => $green, 'blue' => $blue, 'alpha' => $alpha );
/plugin/removeold/
H A Dstyle.css3 border: 1px red solid;
/plugin/revealjs/
H A DREADME.md270 …- All possible HTML color names and codes are supported: `red`, `#f00`, `#ff0000`, `rgb(255,0,0)`,…
278 …r vertical (nested) slides and a new slide with the given options - example: `---- red zoom ---->>`
H A Dchangelog.md22 …- All possible HTML color names and codes are supported: `red`, `#f00`, `#ff0000`, `rgb(255,0,0)`,…
30 …r vertical (nested) slides and a new slide with the given options - example: `---- red zoom ---->>`
H A Dexample_presentation.dokuwiki211 <fragment highlight-current-red>highlight-current-red (blue, green)</fragment>
213 Highlight <fragment highlight-red>red</fragment> <fragment highlight-blue>blue</fragment> <fragment…
364 small block small block <fragment highlight-red>small block</fragment>
/plugin/revealjs/css/
H A Dreveal.css126 .reveal .slides section .fragment.highlight-red,
127 .reveal .slides section .fragment.highlight-current-red,
135 .reveal .slides section .fragment.highlight-red.visible {
144 .reveal .slides section .fragment.highlight-current-red.current-fragment {
H A Dreveal.scss162 .reveal .slides section .fragment.highlight-red,
163 .reveal .slides section .fragment.highlight-current-red,
171 .reveal .slides section .fragment.highlight-red.visible {
181 .reveal .slides section .fragment.highlight-current-red.current-fragment {
/plugin/revealjs/css/theme/source/
H A Dmoon.scss37 $red: #dc322f; variable
H A Dsolarized.scss38 $red: #dc322f; variable
/plugin/s5/ui/blue/
H A Dpretty.css26 code.bad, code del {color: red;}
/plugin/s5/ui/default/
H A Dpretty.css22 .slide code.bad, code del {color: red;}
/plugin/s5/ui/flower/
H A Dpretty.css26 code.bad, code del {color: red;}
/plugin/s5/ui/pixel/
H A Dpretty.css26 code.bad, code del {color: red;}
/plugin/s5/ui/yatil/
H A Dpretty.css34 code.bad, code del {color: red;}

1...<<1112131415