Searched refs:bin2hex (Results 1 – 25 of 49) sorted by relevance
12
| /plugin/jcapture/ |
| D | applet.php | 24 $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 D | EscapeTrait.php | 14 use function bin2hex; alias 39 return '\\' . implode('\\', str_split(bin2hex($value), 2)); 48 return '\\' . bin2hex($matches[1]);
|
| /plugin/jdraw/ |
| D | jdraw.php | 16 $cookies.=bin2hex($cookieName)."=".bin2hex($_COOKIE[$cookieName]).";";
|
| /plugin/freechat/phpfreechat/lib/json/ |
| D | JSON.php | 301 $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/ |
| D | PseudoRandomStringGeneratorTrait.php | 56 return \substr(\bin2hex($binaryData), 0, $length);
|
| /plugin/fedauth/Auth/OpenID/ |
| D | MySQLStore.php | 74 return "0x" . bin2hex($blob);
|
| /plugin/openid/Auth/OpenID/ |
| D | MySQLStore.php | 74 return "0x" . bin2hex($blob);
|
| /plugin/telleveryone/action/ |
| D | migration.php | 51 $token = bin2hex(openssl_random_pseudo_bytes(16));
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/ |
| D | ByteOrderMarkSniff.php | 79 $htmlBomHex = bin2hex(substr($tokens[$stackPtr]['content'], 0, $bomByteLength));
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
| H A D | SaslBuffer.php | 46 $bufferLength = hexdec(bin2hex(substr($data, 0, 4)));
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/ |
| D | UidProcessor.php | 57 return substr(bin2hex(random_bytes((int) ceil($length / 2))), 0, $length);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | InflateStream.php | 46 if (substr(bin2hex($header), 6, 2) === '08') {
|
| /plugin/cspheader/ |
| D | action.php | 93 $nonce = bin2hex(random_bytes(16));
|
| /plugin/statistics/ |
| D | action.php | 63 $session['uid'] = get_doku_pref('plgstats', bin2hex(random_bytes(16))); 66 $session['id'] = bin2hex(random_bytes(16));
|
| /plugin/bez/mdl/ |
| H A D | Authentication_tokenFactory.php | 37 $token = bin2hex(openssl_random_pseudo_bytes(16));
|
| H A D | SubscriptionFactory.php | 69 $token = bin2hex(openssl_random_pseudo_bytes(16));
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | JsonWireCompat.php | 83 $ord = hexdec(bin2hex($chr));
|
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/ |
| H A D | BitStringType.php | 56 return hexdec(bin2hex(rtrim($this->toBinary(), "\x00")));
|
| /plugin/oauthgeneric/ |
| H A D | action.php | 96 $state = bin2hex(random_bytes(16));
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/ |
| H A D | DigestMD5SecurityLayer.php | 119 $receivedMsgType = hexdec(bin2hex(substr($data, -6, 2))); 120 $receivedSeqNum = hexdec(bin2hex(substr($data, -4)));
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | MultipartStream.php | 37 $this->boundary = $boundary ?: bin2hex(random_bytes(20));
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/ |
| D | ExportUtil.php | 142 return 'Binary String: 0x' . bin2hex($value);
|
| /plugin/translator/ |
| D | helper.php | 826 $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/ |
| D | Text.php | 259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
|
| /plugin/findologicxmlexport/vendor/sebastian/exporter/src/ |
| D | Exporter.php | 235 return 'Binary String: 0x' . bin2hex($value);
|
12