Home
last modified time | relevance | path

Searched defs:to_base64 (Results 1 – 25 of 57) sorted by relevance

123

/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Template/Plugin/
H A DUtils.pm80 sub to_base64 { subroutine
/dports/net/tshark-lite/wireshark-3.6.1/doc/
H A DREADME.vagrant80 VM can be brought back up with the command `vagrant up`.
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/core/
H A Dbase64.lua37 function to_base64(to_encode) function
/dports/www/libdatachannel/libdatachannel-0.16.1/src/impl/
H A Dbase64.cpp27 string to_base64(const binary &data) { in to_base64() function
/dports/devel/libopkele/libopkele-2.0.4/lib/
H A Dsecret.cc37 void secret_t::to_base64(string& rv) const { in to_base64() function in opkele::secret_t
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dsignature.cpp10 std::string public_verification_key::to_base64() const in to_base64() function in fz::public_verification_key
37 std::string private_signing_key::to_base64() const in to_base64() function in fz::private_signing_key
/dports/security/py-python-gvm/python-gvm-21.10.0/gvm/
H A Dutils.py69 def to_base64(value: str) -> bytes: function
/dports/devel/liborcus/liborcus-0.16.1/src/parser/
H A Dbase64.cpp20 typedef base64_from_binary<transform_width<vector<char>::const_iterator, 6, 8> > to_base64; typedef
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/rustc-serialize-0.3.24/src/
H A Dbase64.rs76 fn to_base64(&self, config: Config) -> String; in to_base64() method
93 fn to_base64(&self, config: Config) -> String { in to_base64() method
195 fn to_base64(&self, config: Config) -> String { in to_base64() method
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/rustc-serialize/src/
H A Dbase64.rs76 fn to_base64(&self, config: Config) -> String; in to_base64() method
93 fn to_base64(&self, config: Config) -> String { in to_base64() method
195 fn to_base64(&self, config: Config) -> String { in to_base64() method
/dports/audio/lewton/lewton-0.10.2/cargo-crates/rustc-serialize-0.3.24/src/
H A Dbase64.rs76 fn to_base64(&self, config: Config) -> String; in to_base64() method
93 fn to_base64(&self, config: Config) -> String { in to_base64() method
195 fn to_base64(&self, config: Config) -> String { in to_base64() method
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/rustc-serialize-0.3.24/src/
H A Dbase64.rs76 fn to_base64(&self, config: Config) -> String; in to_base64() method
93 fn to_base64(&self, config: Config) -> String { in to_base64() method
195 fn to_base64(&self, config: Config) -> String { in to_base64() method
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustc-serialize-0.3.24/src/
H A Dbase64.rs76 fn to_base64(&self, config: Config) -> String; in to_base64() method
93 fn to_base64(&self, config: Config) -> String { in to_base64() method
195 fn to_base64(&self, config: Config) -> String { in to_base64() method
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rustc-serialize-0.3.24/src/
H A Dbase64.rs76 fn to_base64(&self, config: Config) -> String; in to_base64() method
93 fn to_base64(&self, config: Config) -> String { in to_base64() method
195 fn to_base64(&self, config: Config) -> String { in to_base64() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustc-serialize-0.3.24/src/
H A Dbase64.rs76 fn to_base64(&self, config: Config) -> String; in to_base64() method
93 fn to_base64(&self, config: Config) -> String { in to_base64() method
195 fn to_base64(&self, config: Config) -> String { in to_base64() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rustc-serialize-0.3.24/src/
H A Dbase64.rs76 fn to_base64(&self, config: Config) -> String; in to_base64() method
93 fn to_base64(&self, config: Config) -> String { in to_base64() method
195 fn to_base64(&self, config: Config) -> String { in to_base64() method
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/rustc-serialize-0.3.24/src/
H A Dbase64.rs76 fn to_base64(&self, config: Config) -> String; in to_base64() method
93 fn to_base64(&self, config: Config) -> String { in to_base64() method
195 fn to_base64(&self, config: Config) -> String { in to_base64() method
/dports/mail/mmr/mmr-1.6.0/
H A Dbase64.cpp5 static char to_base64[64] = { variable
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/utilities/
H A Dbase64.cpp21 utility::string_t __cdecl conversions::to_base64(const std::vector<unsigned char>& input) in to_base64() function in conversions
32 utility::string_t __cdecl conversions::to_base64(uint64_t input) in to_base64() function in conversions
/dports/sysutils/burp/burp-2.4.0/src/
H A Dbase64.c68 int to_base64(int64_t value, char *where) in to_base64() function
/dports/sysutils/burp-devel/burp-2.5.4/src/
H A Dbase64.c68 int to_base64(int64_t value, char *where) in to_base64() function
/dports/www/py-spyne/spyne-2.13.16/spyne/model/
H A Dbinary.py109 def to_base64(cls, value): member in ByteArray
358 def to_base64(cls, value): member in File
/dports/misc/frugally-deep/frugally-deep-0.15.13-p0/include/fdeep/
H A Dbase64.hpp75 static const char to_base64[] = variable
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dbase64.c55 static void to_base64(unsigned int i, u8 *out, unsigned int fillers) in to_base64() function
/dports/net/gsk/gsk-1.0.63/src/common/
H A Dgskbase64.c27 static guint8 *to_base64 = (guint8 *) "ABCDEFGHIJKLMNOPQRSTUVWXYZ" variable

123