| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ |
| D | Color.php | 32 $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/ |
| D | Hex.php | 44 $hex = ''; 52 $hex .= pack( 58 return $hex; 71 $hex = ''; 80 $hex .= pack( 86 return $hex;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
| D | Imb.php | 320 $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/ |
| D | generate-identifier-regex.js | 25 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/ |
| D | generate-identifier-regex.js | 29 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/ |
| D | UtfString.php | 57 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/ |
| D | Color.php | 143 $hex = substr($color, 1); 145 $hex = $color; 148 $length = strlen($hex); 152 if (!ctype_xdigit($hex)) {
|
| /plugin/asciidocjs/node_modules/color-convert/ |
| D | README.md | 6 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/ |
| D | shorten-hex.js | 156 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.js | 4 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.js | 4 var hex = /^[-+]?0[xX]/; variable 8 return $parseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));
|
| /plugin/shorturl/ |
| D | helper.php | 90 $hex = md5($pageID); 91 $hexLen = strlen($hex); 95 $subHex = substr ($hex, $i * 8, 8);
|
| /plugin/character/ |
| D | syntax.php | 97 $hex = strtoupper(dechex($codepoint)); 98 $paddedHex = str_pad($hex, 4, '0', STR_PAD_LEFT); 131 $rendered = "<code$dred><span$orange>&#x</span>$hex<span$orange>;</span></code>"; 159 …HTML entity</strong><code style='text-align: center; color: green'>&#x$hex;</code><span>HEX</s…
|
| /plugin/pgn4web/pgn4web/ |
| D | crc32.js | 27 var hex = "0123456789ABCDEF"; 33 s = hex.charAt(r) + s;
|
| /plugin/asciidocjs/node_modules/minimist/test/ |
| D | num.js | 20 hex: 0xdeadbeef, property 27 t.deepEqual(typeof argv.hex, 'number');
|
| /plugin/combo/ComboStrap/ |
| H A D | ColorRgb.php | 473 * @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/ |
| D | IPv6.php | 26 $hex = '[0-9a-fA-F]'; 27 $blk = '(?:' . $hex . '{1,4})';
|
| /plugin/openid/Auth/OpenID/ |
| D | HMAC.php | 35 $hex = sha1($text); 38 $hexcode = substr($hex, $i, 2);
|
| /plugin/fedauth/Auth/OpenID/ |
| D | HMAC.php | 35 $hex = sha1($text); 38 $hexcode = substr($hex, $i, 2);
|
| /plugin/avatar/ |
| D | monsterid.php | 85 function get_part(string $hex, int $min, int $max): int argument 87 $val = hexdec($hex);
|
| /plugin/vcard/ |
| D | vcard.php | 39 $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/ |
| D | readme.md | 30 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
|
| D | index.d.ts | 167 hex(hex: string): string; method
|
| /plugin/dropfiles/ |
| D | .stylelintrc | 5 "color-hex-length": "long"
|
| /plugin/codemirror/dist/modes/ |
| D | cobol.min.js | 1 …/,hex:/[0-9a-f]/i,sign:/[+-]/,exponent:/e/i,keyword_char:/[^\s\(\[\;\)\]]/,symbol:/[\w*+\-]/};func… property
|