/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/ |
H A D | Encoding.php | 220 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 D | RFC4648.php | 160 return Hex::encodeUpper($str); 173 return Hex::decode($str, true);
|
H A D | Hex.php | 32 abstract class Hex implements EncoderInterface class
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PuTTY.php | 21 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";
|
H A D | PKCS1.php | 19 use ParagonIE\ConstantTime\Hex; alias 151 $iv = Hex::decode(trim($matches[2])); 200 $iv = strtoupper(Hex::encode($iv));
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
H A D | Common.php | 18 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/jcapture/src/com/hammurapi/jcapture/ |
H A D | JCaptureApplet.java | 4 import org.apache.commons.codec.binary.Hex; 84 return new String(Hex.decodeHex(getParameter("dokuBase").toCharArray())); in getDokuBase()
|
H A D | AbstractCaptureApplet.java | 27 import org.apache.commons.codec.binary.Hex; 201 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray()))); in hex2urlEncoded()
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
H A D | Integer.php | 17 use ParagonIE\ConstantTime\Hex; alias 330 return Hex::encode($this->toBytes());
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
H A D | Integer.php | 25 use ParagonIE\ConstantTime\Hex; alias 479 return Hex::encode($this->toBytes());
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | GraphEditor.java | 19 import org.apache.commons.codec.binary.Hex; 426 String urlsStr = new String(Hex.decodeHex(palettesEncoded.toCharArray())); in loadPalettes() 432 …ig()==null ? null : new StringBuilder(getConfig().getDokuHost()+new String(Hex.decodeHex(getConfig… in loadPalettes()
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | Engine.php | 18 use ParagonIE\ConstantTime\Hex; alias 179 $x = Hex::encode(~Hex::decode($x)); 277 return Hex::encode($this->toBytes($twos_compliment));
|
H A D | BCMath.php | 18 use ParagonIE\ConstantTime\Hex; alias 112 $temp = new self(Hex::decode($x), 256);
|
H A D | PHP.php | 18 use ParagonIE\ConstantTime\Hex; alias 106 $temp = new static(Hex::decode($x), 256);
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | BasicGraphEditor.java | 40 import org.apache.commons.codec.binary.Hex; 995 return new String(Hex.decodeHex(applet.getParameter("name").toCharArray())); 1007 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray())));
|
H A D | BasicGraphEditor.java.bak | 39 import org.apache.commons.codec.binary.Hex; 956 return new String(Hex.decodeHex(applet.getParameter("name").toCharArray())); 968 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray())));
|
H A D | EditorActions.java | 50 import org.apache.commons.codec.binary.Hex; 512 saveUrl.append(new String(Hex.decodeHex(editor.getConfig().getDokuBase().toCharArray()))); in post() 1341 … sourceUrl = new StringBuilder(editor.getConfig().getDokuHost()+new String(Hex.decodeHex(editor.ge… in actionPerformed()
|
H A D | EditorActions.java.bak | 50 import org.apache.commons.codec.binary.Hex; 512 saveUrl.append(new String(Hex.decodeHex(editor.getConfig().getDokuBase().toCharArray()))); 1341 … sourceUrl = new StringBuilder(editor.getConfig().getDokuHost()+new String(Hex.decodeHex(editor.ge…
|
/plugin/jcapture/lib/ |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/codemirror/dist/modes/ |
H A D | vb.min.js.map | 1 … // Integers\n var intLiteral = false;\n // Hex\n if (st…
|
H A D | dylan.min.js.map | 1 … stream.eatWhile(/[01]/);\n return \"number\";\n }\n // Hex number\n else …
|
H A D | coffeescript.min.js.map | 1 …er\";\n }\n // Integers\n var intLiteral = false;\n // Hex\n if (stream.m…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | X509.php | 30 use ParagonIE\ConstantTime\Hex; alias 1898 return strtolower(Hex::encode(pack('N', $hash)));
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |