Home
last modified time | relevance | path

Searched refs:bin2hex (Results 1 – 25 of 49) sorted by relevance

12

/plugin/jcapture/
Dapplet.php24 $cookies.=bin2hex($cookieName)."=".bin2hex($_COOKIE[$cookieName]).";";
57 dokuBase ="<?php echo bin2hex(DOKU_BASE); ?>" \
74 <PARAM NAME = "dokuBase" VALUE="<?php echo bin2hex(DOKU_BASE); ?>">
91 <PARAM NAME = "dokuBase" VALUE="<?php echo bin2hex(DOKU_BASE); ?>">
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEscapeTrait.php14 use function bin2hex; alias
39 return '\\' . implode('\\', str_split(bin2hex($value), 2));
48 return '\\' . bin2hex($matches[1]);
/plugin/jdraw/
Djdraw.php16 $cookies.=bin2hex($cookieName)."=".bin2hex($_COOKIE[$cookieName]).";";
/plugin/freechat/phpfreechat/lib/json/
DJSON.php301 $ascii .= sprintf('\u%04s', bin2hex($utf16));
312 $ascii .= sprintf('\u%04s', bin2hex($utf16));
324 $ascii .= sprintf('\u%04s', bin2hex($utf16));
337 $ascii .= sprintf('\u%04s', bin2hex($utf16));
351 $ascii .= sprintf('\u%04s', bin2hex($utf16));
/plugin/authfacebook/lib/PseudoRandomString/
DPseudoRandomStringGeneratorTrait.php56 return \substr(\bin2hex($binaryData), 0, $length);
/plugin/fedauth/Auth/OpenID/
DMySQLStore.php74 return "0x" . bin2hex($blob);
/plugin/openid/Auth/OpenID/
DMySQLStore.php74 return "0x" . bin2hex($blob);
/plugin/telleveryone/action/
Dmigration.php51 $token = bin2hex(openssl_random_pseudo_bytes(16));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
DByteOrderMarkSniff.php79 $htmlBomHex = bin2hex(substr($tokens[$stackPtr]['content'], 0, $bomByteLength));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslBuffer.php46 $bufferLength = hexdec(bin2hex(substr($data, 0, 4)));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
DUidProcessor.php57 return substr(bin2hex(random_bytes((int) ceil($length / 2))), 0, $length);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DInflateStream.php46 if (substr(bin2hex($header), 6, 2) === '08') {
/plugin/cspheader/
Daction.php93 $nonce = bin2hex(random_bytes(16));
/plugin/statistics/
Daction.php63 $session['uid'] = get_doku_pref('plgstats', bin2hex(random_bytes(16)));
66 $session['id'] = bin2hex(random_bytes(16));
/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php37 $token = bin2hex(openssl_random_pseudo_bytes(16));
H A DSubscriptionFactory.php69 $token = bin2hex(openssl_random_pseudo_bytes(16));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php83 $ord = hexdec(bin2hex($chr));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBitStringType.php56 return hexdec(bin2hex(rtrim($this->toBinary(), "\x00")));
/plugin/oauthgeneric/
H A Daction.php96 $state = bin2hex(random_bytes(16));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php119 $receivedMsgType = hexdec(bin2hex(substr($data, -6, 2)));
120 $receivedSeqNum = hexdec(bin2hex(substr($data, -4)));
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DMultipartStream.php37 $this->boundary = $boundary ?: bin2hex(random_bytes(20));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
DExportUtil.php142 return 'Binary String: 0x' . bin2hex($value);
/plugin/translator/
Dhelper.php826 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
838 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
851 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
865 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
880 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
/plugin/davcard/vendor/sabre/vobject/lib/Property/
DText.php259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
DExporter.php235 return 'Binary String: 0x' . bin2hex($value);

12