Home
last modified time | relevance | path

Searched defs:encodeBase64 (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/
H A Dbase64.hpp48 inline std::string encodeBase64(const unsigned char *first, std::size_t size) in encodeBase64() function
73 inline std::string encodeBase64(const signed char *first, std::size_t size) in encodeBase64() function
79 inline std::string encodeBase64(const char *first, std::size_t size) in encodeBase64() function
85 inline std::string encodeBase64(const std::string &x) { return encodeBase64(x.data(), x.size()); } in encodeBase64() function
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/org/mozilla/apache/commons/codec/binary/
H A DBase64.java535 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64
602 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64
620 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { in encodeBase64() method in Base64
640 …public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxRe… in encodeBase64() method in Base64
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/org/mozilla/apache/commons/codec/binary/
H A DBase64.java535 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64
602 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64
620 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { in encodeBase64() method in Base64
640 …public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxRe… in encodeBase64() method in Base64
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/
H A Dencode.h14 encodeBase64, enumerator
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/util/
H A DIOUtil.java98 public static byte[] encodeBase64(String value) { in encodeBase64() method in IOUtil
108 public static byte[] encodeBase64(byte[] value) { in encodeBase64() method in IOUtil
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/sourcemap-0.1.6.1/src/
H A DVLQ.hs100 encodeBase64 i = fromMaybe (error "Base 64 char must be between 0 and 63.") function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/security/storage/
H A DEncodingUtils.java58 static public String encodeBase64(byte[] bytes) { in encodeBase64() method in EncodingUtils
/dports/comms/sms_client/sms_client-3.0.2/src/comms/
H A Dbase64.c61 char *encodeBase64(char *str) in encodeBase64() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kyaml/yaml/
H A Ddatamap.go100 func encodeBase64(s string) string { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/gopkg.in/yaml.v2/
H A Dresolve.go182 func encodeBase64(s string) string { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/gopkg.in/yaml.v2/
H A Dresolve.go182 func encodeBase64(s string) string { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/gopkg.in/yaml.v2/
H A Dresolve.go182 func encodeBase64(s string) string { func
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/gopkg.in/yaml.v2/
H A Dresolve.go182 func encodeBase64(s string) string { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/gopkg.in/yaml.v2/
H A Dresolve.go182 func encodeBase64(s string) string { func

12345678910>>...17