Home
last modified time | relevance | path

Searched refs:hex (Results 26 – 50 of 153) sorted by last modified time

1234567

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DHex.php44 $hex = '';
52 $hex .= pack(
58 return $hex;
71 $hex = '';
80 $hex .= pack(
86 return $hex;
/plugin/authgooglesheets/
H A Dcomposer.lock659 "hex",
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php126 protected $hex; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine
291 $hex = $this->toBytes($twos_compliment);
292 $bits = Strings::bin2bits($hex);
348 $this->hex = $this->toHex(true);
365 $temp = new static($this->hex, -16);
H A DGMP.php128 $hex = $this->toHex($twos_compliment);
130 $bits = gmp_strval(gmp_init($hex, 16), 2);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php73 private $hex; variable in phpseclib3\\Math\\BigInteger
418 $this->hex = $this->toHex(true);
433 $temp = new static($this->hex, -16);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4554 $hex = substr(preg_replace_callback('#.#s', function ($matches) {
4561 … $output .= str_pad($hex, $this->log_long_width - $this->log_short_width, ' ') . $raw . "\r\n";
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php840 # dechex can produce uneven hex while hex2bin requires it to be even
841 $hex = dechex($int);
842 $bytes = hex2bin((strlen($hex) % 2) === 0 ? $hex : '0' . $hex);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5392 Color.decodeColorHex = function (hex) { argument
5393 var color = parseInt(hex, 16);
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js556 sre.ColorPicker.prototype.hex=function(){var a=function(b){return"#"+sre.ColorPicker.toHex_(b.red)+… method in sre.ColorPicker
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js80 mxJsCanvas.prototype.hexToRgb = function(hex) { argument
83 hex = hex.replace(shorthandRegex, function(m, r, g, b) {
87 var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705hex:ze,formatHex:ze,formatHsl:function(){return Je(this).formatHsl()},formatRgb:Ue,toString:Ue}),S…
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js466 this.fromString = function(hex, flags) { argument
467 var m = hex.match(/^\W*([0-9A-F]{3}([0-9A-F]{3})?)\W*$/i);
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6hex:ze,formatHex:ze,formatHsl:function(){return Je(this).formatHsl()},formatRgb:Ue,toString:Ue}),S…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1hex:ze,formatHex:ze,formatHsl:function(){return Je(this).formatHsl()},formatRgb:Ue,toString:Ue}),S…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D17.17.js.map1 …@digits))?/, 'number.float'],\n [/0[xX](@hexdigits)n?/, 'number.hex'],\n [/0…
H A D29.29.js.map1 …\n ],\n ['#[0-9a-fA-F_]+(?!\\\\w)', 'attribute.value.hex']\n ],\n …
H A D30.30.js1 …],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/0[xX][0-9a-fA-F]+/,"number.hex"],[/\d+/,"number"],…
H A D36.36.js.map1 … numbers: [\n [/0[xX][0-9a-fA-F]*(_?[0-9a-fA-F])*/, 'number.hex'],\n [\n…
H A D4.4.js.map1hex': { errorMessage: localize('colorHexFormatWarning', 'Invalid color format. Use #RGB, #RGBA, #R…
H A D41.41.js.map1 …number.float.php'],\n [/0[xX][0-9a-fA-F']*[0-9a-fA-F]/, 'number.hex.php'],\n …
H A D42.42.js.map1 … },\n { regex: /0[xX]@xdigit+@INTSP*/, action: { token: 'number.hex' } },\n …
H A D43.43.js.map1 …\\-+]?\\d+)?/, 'number.float'],\n [/0[xX][0-9a-fA-F]+/, 'number.hex'],\n [/\…
H A D44.44.js.map1 …/, 'number.float'],\n [/0[xX][0-9a-fA-F_]*[0-9a-fA-F]/, 'number.hex'],\n [/\…

1234567