Home
last modified time | relevance | path

Searched refs:hexToString (Results 1 – 15 of 15) sorted by relevance

/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php285 $tmp = $this->md5toBinary($this->padding . $this->hexToString($this->uniqid));
327 …$tmp = $this->md5toBinary($user_pass . $this->oValue . $perms . $this->hexToString($this->uniqid));
346 private function hexToString($hs) function in Mpdf\\Pdf\\Protection
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/spomky-labs/cbor-php/src/Tag/
H A DPositiveBigIntegerTag.php53 return Utils::hexToString($this->object->getValue());
/dports/www/nextcloud/nextcloud/3rdparty/spomky-labs/cbor-php/src/Tag/
H A DPositiveBigIntegerTag.php53 return Utils::hexToString($this->object->getValue());
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/spomky-labs/cbor-php/src/
H A DUtils.php45 public static function hexToString(string $value): string function in CBOR\\Utils
/dports/www/nextcloud/nextcloud/3rdparty/spomky-labs/cbor-php/src/
H A DUtils.php45 public static function hexToString(string $value): string function in CBOR\\Utils
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dutils.h406 static std::string hexToString(const std::string& input);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/text/
H A Djuce_String.cpp1911 static String hexToString (Type v) in hexToString() function
1929 String String::createHex (uint8 n) { return hexToString (n); } in createHex()
1930 String String::createHex (uint16 n) { return hexToString (n); } in createHex()
1931 String String::createHex (uint32 n) { return hexToString (n); } in createHex()
1932 String String::createHex (uint64 n) { return hexToString (n); } in createHex()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/
H A Djuce_String.cpp1911 static String hexToString (Type v) in hexToString() function
1929 String String::createHex (uint8 n) { return hexToString (n); } in createHex()
1930 String String::createHex (uint16 n) { return hexToString (n); } in createHex()
1931 String String::createHex (uint32 n) { return hexToString (n); } in createHex()
1932 String String::createHex (uint64 n) { return hexToString (n); } in createHex()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/
H A Djuce_String.cpp1905 static String hexToString (Type v) in hexToString() function
1923 String String::createHex (uint8 n) { return hexToString (n); } in createHex()
1924 String String::createHex (uint16 n) { return hexToString (n); } in createHex()
1925 String String::createHex (uint32 n) { return hexToString (n); } in createHex()
1926 String String::createHex (uint64 n) { return hexToString (n); } in createHex()
/dports/audio/carla/Carla-2.4.1/source/modules/water/text/
H A DString.cpp1828 static String hexToString (Type v) in hexToString() function
1846 String String::toHexString (int number) { return hexToString ((unsigned int) number); } in toHexString()
1847 String String::toHexString (int64 number) { return hexToString ((uint64) number); } in toHexString()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dconv.d5540 enum hexString = mixin(hexToString(hexData));
5547 enum wstring hexString = mixin(hexToString(hexData));
5554 enum dstring hexString = mixin(hexToString(hexData));
5575 string hexToString(string s)
5580 wstring hexToString(wstring s)
5585 dstring hexToString(dstring s)
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.h796 static QString hexToString(QString sHex);
H A Dxbinary.cpp5514 QString XBinary::hexToString(QString sHex) in hexToString() function in XBinary
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dutils.cpp1630 std::string Utils::hexToString(const std::string &input) in hexToString() function in mega::Utils
/dports/devel/xelfviewer/XELFViewer-0.03/SpecAbstract/
H A Dspecabstract.cpp4793 ss.sVersion=XBinary::hexToString(pPEInfo->sEntryPointSignature.mid(102,8)); in PE_handle_Protection()
8698 … ss.sVersion=XBinary::hexToString(pPEInfo->sOverlaySignature.mid(46,14)); // TODO make 1 function in PE_handle_Installers()
10689 ss.sVersion=XBinary::hexToString(pBinaryInfo->basic_info.sHeaderSignature.mid(5*2,6)); in Binary_handle_Formats()
10800 ss.sVersion=XBinary::hexToString(pBinaryInfo->basic_info.sHeaderSignature.mid(8,6)); in Binary_handle_Formats()
11062 ss.sVersion=XBinary::hexToString(pBinaryInfo->basic_info.sHeaderSignature.mid(46,14)); in Binary_handle_InstallerData()