Home
last modified time | relevance | path

Searched refs:red (Results 176 – 200 of 375) sorted by last modified time

12345678910>>...15

/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…
/plugin/groupmail/
H A DCHANGELOG59 * reCaptcha field has now a red border, if there is an error.
/plugin/elwikiupgrade/
H A Dstyle.css18 color: red;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dgetid3.css120 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);
H A Dmodule.graphic.png.php123 $red = getid3_lib::BigEndian2Int(substr($chunk['data'], $paletteoffset++, 1));
126 $thisfile_png_chunk_type_text[$i] = (($red << 16) | ($green << 8) | ($blue));
H A Dmodule.graphic.bmp.php316 $red = getid3_lib::LittleEndian2Int(substr($BMPpalette, $paletteoffset++, 1));
322 $thisfile_bmp['palette'][$i] = (($red << 16) | ($green << 8) | $blue);
607 …$red = intval(round(((($pixelvalue & $thisfile_bmp_header_raw['red_mask']) >> $redshift) / (…
610 $thisfile_bmp['data'][$row][$col] = (($red << 16) | ($green << 8) | ($blue));
651 $red = ($BMPinfo['bmp']['data'][$row][$col] & 0x00FF0000) >> 16;
654 $pixelcolor = imagecolorallocate($im, $red, $green, $blue);
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 … \"pink\", \"plum\", \"powderblue\",\n \"purple\", \"rebeccapurple\", \"red\", \"rosybrown\", \…
H A Dstylus.min.js.map1 …",\"peru\",\"pink\",\"plum\",\"powderblue\",\"purple\",\"rebeccapurple\",\"red\",\"rosybrown\",\"r…
/plugin/codemirror/dist/
H A Dstyles.min.css.map1red */\n\n.cm-s-icecoder .CodeMirror-cursor { border-left: 1px solid white; }\n.cm-s-icecoder div.…
H A Dstyles.min.css1red}form#dw__editform div.cm-s-mdn-like .CodeMirror-activeline-background{background:#efefff}form#…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1red' },\n { name: 'set', shortName: 'se' },\n { name: 'setlocal', shortName: 'setl' },\n …
/plugin/issuelinks/
H A Dstyle.less183 color: red;
/plugin/flowcharts/
H A Dmermaid.min.js1 …035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:…
/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/dropfiles/
H A Dyarn.lock865 functional-red-black-tree "^1.0.1"
1115 functional-red-black-tree@^1.0.1:
1117 …resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1…
/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/revealjs/
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>
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 ---->>`
/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…

12345678910>>...15