Home
last modified time | relevance | path

Searched refs:Hex (Results 1 – 25 of 38) sorted by last modified time

12

/plugin/ckgedit/ckeditor/
H A DCHANGES.md304 …dev/issues/607): Manually inserted Hex color is prefixed with a hash character (`#`) if needed. It…
324 * [#1008](https://github.com/ckeditor/ckeditor-dev/issues/1008): Fixed: Shorthand Hex colors from t…
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DRFC4648.php160 return Hex::encodeUpper($str);
173 return Hex::decode($str, true);
H A DEncoding.php220 return Hex::encode($bin_string);
233 return Hex::decode($hex_string);
246 return Hex::encodeUpper($bin_string);
258 return Hex::decode($bin_string);
H A DHex.php32 abstract class Hex implements EncoderInterface class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php19 use ParagonIE\ConstantTime\Hex; alias
151 $iv = Hex::decode(trim($matches[2]));
200 $iv = strtoupper(Hex::encode($iv));
H A DPuTTY.php21 use ParagonIE\ConstantTime\Hex; alias
92 $symkey .= Hex::decode(sha1($temp));
241 … $salt = Hex::decode(trim(preg_replace('#Argon2-Salt: ([0-9a-f]+)#', '$1', $key[$offset++])));
276 $hmac = Hex::decode($hmac);
339 $key .= "Argon2-Salt: " . Hex::encode($salt) . "\r\n";
365 $key .= 'Private-MAC: ' . Hex::encode($hash->hash($source)) . "\r\n";
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php18 use ParagonIE\ConstantTime\Hex; alias
257 Hex::encode($data['curve']['a']),
258 Hex::encode($data['curve']['b'])
304 …xpectedValueException('extractPoint expects the first byte to be null - not ' . Hex::encode($val));
322 …dValueException('The first byte of an uncompressed point should be 04 - not ' . Hex::encode($val));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php18 use ParagonIE\ConstantTime\Hex; alias
106 $temp = new static(Hex::decode($x), 256);
H A DBCMath.php18 use ParagonIE\ConstantTime\Hex; alias
112 $temp = new self(Hex::decode($x), 256);
H A DEngine.php18 use ParagonIE\ConstantTime\Hex; alias
179 $x = Hex::encode(~Hex::decode($x));
277 return Hex::encode($this->toBytes($twos_compliment));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php25 use ParagonIE\ConstantTime\Hex; alias
479 return Hex::encode($this->toBytes());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php30 use ParagonIE\ConstantTime\Hex; alias
1898 return strtolower(Hex::encode(pack('N', $hash)));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php17 use ParagonIE\ConstantTime\Hex; alias
330 return Hex::encode($this->toBytes());
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js9 …4)c.push(4294967296*u.random()|0);return new r.init(c,a)}}),w=d.enc={},v=w.Hex={stringify:function…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js106 …4)c.push(4294967296*u.random()|0);return new r.init(c,a)}}),w=d.enc={},v=w.Hex={stringify:function…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1 …tinConstants: [\n 'BinaryEncoding.Base64',\n 'BinaryEncoding.Hex',\n 'BinaryO…
H A Dbundle.js.map1Hex = {\n /* VARIABLES */\n re: /^#((?:[a-f0-9]{2}){2,4}|[a-f0-9]{3})$/i,\n /* API */\n …
H A D2.2.js.map1 … HexColorLength: new Rule('hexColorLength', localize('rule.hexColor', \"Hex colors must consist…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1Hex","dec","hasAlpha","isFullLength","multiplier","bits","bitsOffset","mask","DEC2HEX","frac2hex",…
/plugin/codemirror/dist/modes/
H A Dvb.min.js.map1 … // Integers\n var intLiteral = false;\n // Hex\n if (st…
H A Dvbscript.min.js.map1 … // Integers\n var intLiteral = false;\n // Hex\n if (st…
H A Djulia.min.js.map1 …rs\n if (stream.match(/^0x[0-9a-f_]+/i)) { numberLiteral = true; } // Hex\n if (stream.m…
H A Dpython.min.js.map1 … }\n // Integers\n var intLiteral = false;\n // Hex\n if (stream…
H A Dsass.min.js.map1 … else{\n\n if (ch === \"#\") {\n stream.next();\n // Hex numbers\n if…

12