Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 185) sorted by relevance

12345678

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/
DColor.php32 $hex = substr($string, 1);
34 $hex = $string;
37 $length = strlen($hex);
41 if (!ctype_xdigit($hex)) {
45 $hex = $hex[0] . $hex[0] . $hex[1] . $hex[1] . $hex[2] . $hex[2];
47 return "#$hex";
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
DHex.php44 $hex = '';
52 $hex .= pack(
58 return $hex;
71 $hex = '';
80 $hex .= pack(
86 return $hex;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DImb.php320 $hex = [];
328 array_push($hex, '0');
330 array_push($hex, strtoupper(dechex(bcmod($number, '16'))));
335 $hex = array_reverse($hex);
336 return implode($hex);
343 * @param string $hex
346 private function hexToDec($hex) argument
350 $len = strlen($hex);
352 $dec = bcadd($dec, bcmul(hexdec($hex[$pos]), $bitval));
/plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/
Dgenerate-identifier-regex.js25 var hex = code.toString(16);
26 if (hex.length <= 2) return "\\x" + pad(hex, 2);
27 else return "\\u" + pad(hex, 4);
/plugin/asciidocjs/node_modules/babylon/bin/
Dgenerate-identifier-regex.js29 const hex = code.toString(16);
30 if (hex.length <= 2) return "\\x" + pad(hex, 2);
31 else return "\\u" + pad(hex, 4);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
DUtfString.php57 public static function codeHex2utf($hex, $lo = true) argument
59 $num = hexdec($hex);
61 return '&#x' . $hex . ';';
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DColor.php143 $hex = substr($color, 1);
145 $hex = $color;
148 $length = strlen($hex);
152 if (!ctype_xdigit($hex)) {
/plugin/asciidocjs/node_modules/color-convert/
DREADME.md6 It converts all ways between `rgb`, `hsl`, `hsv`, `hwb`, `cmyk`, `ansi`, `ansi16`, `hex` strings, a…
37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ]
38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ]
48 …ons that convert from a color that only requires one value (e.g. `keyword`, `ansi256`, `hex`, etc.)
53 convert.rgb.hex(123, 45, 67); // '7B2D43'
54 convert.rgb.hex([123, 45, 67]); // '7B2D43'
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Dshorten-hex.js156 var hex = COLORS[name]; variable
158 if (name.length < hex.length) {
159 toName[hex] = name;
161 toHex[name] = hex;
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_parse-int.js4 var hex = /^[-+]?0[xX]/; variable
8 return $parseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));
/plugin/asciidocjs/node_modules/core-js/modules/
D_parse-int.js4 var hex = /^[-+]?0[xX]/; variable
8 return $parseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));
/plugin/shorturl/
Dhelper.php90 $hex = md5($pageID);
91 $hexLen = strlen($hex);
95 $subHex = substr ($hex, $i * 8, 8);
/plugin/character/
Dsyntax.php97 $hex = strtoupper(dechex($codepoint));
98 $paddedHex = str_pad($hex, 4, '0', STR_PAD_LEFT);
131 $rendered = "<code$dred><span$orange>&amp;#x</span>$hex<span$orange>;</span></code>";
159 …HTML entity</strong><code style='text-align: center; color: green'>&amp;#x$hex;</code><span>HEX</s…
/plugin/pgn4web/pgn4web/
Dcrc32.js27 var hex = "0123456789ABCDEF";
33 s = hex.charAt(r) + s;
/plugin/asciidocjs/node_modules/minimist/test/
Dnum.js20 hex: 0xdeadbeef, property
27 t.deepEqual(typeof argv.hex, 'number');
/plugin/combo/ComboStrap/
H A DColorRgb.php473 * @param mixed $hex
477 function hex2rgb($hex = '#000000'): array argument
479 if ($hex[0] !== "#") {
480 …throw new ExceptionBadArgument("The color value ($hex) does not start with a #, this is not valid …
482 $digits = str_replace("#", "", $hex);
497 …throw new ExceptionBadArgument("The digit color value ($hex) is not 3 or 6 in length, this is not …
501 …throw new ExceptionBadArgument("The digit color value ($hex) is not a hexadecimal value, this is n…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/
DIPv6.php26 $hex = '[0-9a-fA-F]';
27 $blk = '(?:' . $hex . '{1,4})';
/plugin/openid/Auth/OpenID/
DHMAC.php35 $hex = sha1($text);
38 $hexcode = substr($hex, $i, 2);
/plugin/fedauth/Auth/OpenID/
DHMAC.php35 $hex = sha1($text);
38 $hexcode = substr($hex, $i, 2);
/plugin/avatar/
Dmonsterid.php85 function get_part(string $hex, int $min, int $max): int argument
87 $val = hexdec($hex);
/plugin/vcard/
Dvcard.php39 $hex = array('0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F');
57 $c = $escape.$hex["$h2"].$hex["$h1"];
/plugin/asciidocjs/node_modules/ansi-styles/
Dreadme.md30 console.log(style.color.ansi16m.hex('#abcdef') + 'Hello world!' + style.color.close);
118 - `hex`
135 style.color.ansi16m.hex('#C0FFEE'); // Hex (RGB) to 16 million color foreground code
136 style.bgColor.ansi16m.hex('#C0FFEE'); // Hex (RGB) to 16 million color background code
Dindex.d.ts167 hex(hex: string): string; method
/plugin/dropfiles/
D.stylelintrc5 "color-hex-length": "long"
/plugin/codemirror/dist/modes/
Dcobol.min.js1 …/,hex:/[0-9a-f]/i,sign:/[+-]/,exponent:/e/i,keyword_char:/[^\s\(\[\;\)\]]/,symbol:/[\w*+\-]/};func… property

12345678