Home
last modified time | relevance | path

Searched refs:base64decode (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/devel/xtl-quant-stack/xtl-0.7.4/test/
H A Dtest_xbase64.cpp31 EXPECT_EQ(base64decode(""), ""); in TEST()
32 EXPECT_EQ(base64decode("Zg=="), "f"); in TEST()
33 EXPECT_EQ(base64decode("Zm8="), "fo"); in TEST()
34 EXPECT_EQ(base64decode("Zm9v"), "foo"); in TEST()
35 EXPECT_EQ(base64decode("Zm9vYg=="), "foob"); in TEST()
36 EXPECT_EQ(base64decode("Zm9vYmE="), "fooba"); in TEST()
37 EXPECT_EQ(base64decode("Zm9vYmFy"), "foobar"); in TEST()
/dports/net/easysoap/EasySoap++-0.8.0/src/
H A DSOAPBase64.cpp32 static int base64decode[256]; variable
56 base64decode[i] = 0x80; in initializeBase64Tables()
58 base64decode[i] = i - 'A'; in initializeBase64Tables()
60 base64decode[i] = 26 + i - 'a'; in initializeBase64Tables()
62 base64decode[i] = 52 + i - '0'; in initializeBase64Tables()
64 base64decode[(int)'+'] = 62; in initializeBase64Tables()
65 base64decode[(int)'/'] = 63; in initializeBase64Tables()
125 in[0] = base64decode[in[0]]; in Decode()
126 in[1] = base64decode[in[1]]; in Decode()
127 in[2] = base64decode[in[2]]; in Decode()
[all …]
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc2045/
H A Dbase64.h18 struct base64decode { struct
27 void base64_decode_init(struct base64decode *, argument
30 int base64_decode(struct base64decode *, const char *, int);
31 int base64_decode_end(struct base64decode *);
H A Dbase64.c12 void base64_decode_init(struct base64decode *b, in base64_decode_init()
21 static int doflush(struct base64decode *);
26 int base64_decode(struct base64decode *b, const char *p, int l) in base64_decode()
65 int base64_decode_end(struct base64decode *b) in base64_decode_end()
70 static int doflush(struct base64decode *p) in doflush()
122 struct base64decode b; in base64_decode_str()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc2045/
H A Dbase64.h18 struct base64decode { struct
27 void base64_decode_init(struct base64decode *, argument
30 int base64_decode(struct base64decode *, const char *, int);
31 int base64_decode_end(struct base64decode *);
H A Dbase64.c12 void base64_decode_init(struct base64decode *b, in base64_decode_init()
21 static int doflush(struct base64decode *);
26 int base64_decode(struct base64decode *b, const char *p, int l) in base64_decode()
65 int base64_decode_end(struct base64decode *b) in base64_decode_end()
70 static int doflush(struct base64decode *p) in doflush()
122 struct base64decode b; in base64_decode_str()
/dports/mail/cone/cone-1.1/libs/rfc2045/
H A Dbase64.h18 struct base64decode { struct
27 void base64_decode_init(struct base64decode *, argument
30 int base64_decode(struct base64decode *, const char *, int);
31 int base64_decode_end(struct base64decode *);
H A Dbase64.c12 void base64_decode_init(struct base64decode *b, in base64_decode_init()
21 static int doflush(struct base64decode *);
26 int base64_decode(struct base64decode *b, const char *p, int l) in base64_decode()
65 int base64_decode_end(struct base64decode *b) in base64_decode_end()
70 static int doflush(struct base64decode *p) in doflush()
122 struct base64decode b; in base64_decode_str()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc2045/
H A Dbase64.h18 struct base64decode { struct
27 void base64_decode_init(struct base64decode *, argument
30 int base64_decode(struct base64decode *, const char *, int);
31 int base64_decode_end(struct base64decode *);
H A Dbase64.c12 void base64_decode_init(struct base64decode *b, in base64_decode_init()
21 static int doflush(struct base64decode *);
26 int base64_decode(struct base64decode *b, const char *p, int l) in base64_decode()
65 int base64_decode_end(struct base64decode *b) in base64_decode_end()
70 static int doflush(struct base64decode *p) in doflush()
122 struct base64decode b; in base64_decode_str()
/dports/mail/courier/courier-0.65.3/rfc2045/
H A Dbase64.h19 struct base64decode { struct
28 void base64_decode_init(struct base64decode *, argument
31 int base64_decode(struct base64decode *, const char *, int);
32 int base64_decode_end(struct base64decode *);
H A Dbase64.c12 void base64_decode_init(struct base64decode *b, in base64_decode_init()
21 static int doflush(struct base64decode *);
26 int base64_decode(struct base64decode *b, const char *p, int l) in base64_decode()
65 int base64_decode_end(struct base64decode *b) in base64_decode_end()
70 static int doflush(struct base64decode *p) in doflush()
122 struct base64decode b; in base64_decode_str()
/dports/math/octave-forge-strings/strings-1.2.0/inst/
H A Dbase64decode.m17 ## @deftypefn {Function File} {@var{rval} =} base64decode (@var{code})
18 ## @deftypefnx {Function File} {@var{rval} =} base64decode (@var{code}, @var{as_string})
25 ## base64decode ('SGFrdW5hIE1hdGF0YQ==', true)
35 function z = base64decode (X, as_string) function
43 error("base64decode is expecting integers in the range 0 .. 255");
151 %!assert(base64decode(base64encode('Hakuna Matata'),true),'Hakuna Matata')
152 %!assert(base64decode(base64encode([1:255])),[1:255])
153 %!assert(base64decode(base64encode('taken'),true),'taken')
154 %!assert(base64decode(base64encode('sax'),true),'sax')
155 %!assert(base64decode(base64encode('H'),true),'H')
[all …]
/dports/sysutils/terraform/terraform-1.0.11/website/docs/language/functions/
H A Dbase64decode.html.md3 page_title: "base64decode - Functions - Configuration Language"
4 sidebar_current: "docs-funcs-encoding-base64decode"
6 The base64decode function decodes a string containing a base64 sequence.
9 # `base64decode` Function
11 `base64decode` takes a string containing a Base64 character sequence and
29 `base64decode` is, in effect, a shorthand for calling
36 > base64decode("SGVsbG8gV29ybGQ=")
H A Dtextdecodebase64.html.md27 as [`base64decode`](./base64decode.html).
40 * [`base64decode`](./base64decode.html) is effectively a shorthand for
/dports/sysutils/nomad/nomad-1.1.0/website/content/docs/job-specification/hcl2/functions/encoding/
H A Dbase64decode.mdx3 page_title: base64decode - Functions - Configuration Language
4 description: The base64decode function decodes a string containing a base64 sequence.
7 # `base64decode` Function
9 `base64decode` takes a string containing a Base64 character sequence and
23 > base64decode("SGVsbG8gV29ybGQ=")
/dports/converters/R-cran-base64enc/base64enc/man/
H A Dbase64.Rd4 \alias{base64decode}
12 \code{base64decode} decodes a base64-encoded string into binary
18 base64decode(what, output = NULL, file)
23 \code{base64decode} it can be a string or a binary connection.}
36 \code{base64decode(file(name))}. Only one of \code{what} and
46 \code{base64decode}: If \code{output = NULL} then a raw vector with
64 y <- base64decode(base64encode(x))
/dports/devel/R-cran-caTools/caTools/man/
H A Dbase64.Rd1 \name{base64encode & base64decode}
3 \alias{base64decode}
11 base64decode(z, what, size=NA, signed = TRUE, endian=.Platform$endian)
55 Function \code{\link{base64decode}} returns vector of appropriate mode
83 z = base64decode(y, typeof(x), size=i)
91 z = base64decode(y, typeof(x), size=i)
99 z = base64decode(y, typeof(x), size=i)
106 z = base64decode(y, typeof(x))
112 z = base64decode(y, typeof(x))
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/internal/contributebot/
H A Dmain.tf152 client_certificate = base64decode(
155 client_key = base64decode(
158 cluster_ca_certificate = base64decode(
169 "key.json" = base64decode(google_service_account_key.worker.private_key)
/dports/converters/R-cran-base64enc/base64enc/
H A DNEWS13 o fix a bug in base64decode where output is a file name
15 o add base64decode(file=...) as a (non-leaking) shorthand for
16 base64decode(file(...))
/dports/graphics/py-visvis/visvis-1.13.0/core/
H A Dconstants.py163 base64decode = base64.decodebytes if sys.version_info > (3, ) else base64.decodestring variable
164 colormaps['magma'] = np.frombuffer(base64decode(_magma), np.float32).reshape(256, 3)
165 colormaps['viridis'] = np.frombuffer(base64decode(_viridis), np.float32).reshape(256, 3)
/dports/japanese/mime_pls/ja-p5-mime_pls-2.02_2/
H A Dmimer.pl104 s/$match_mime/&kconv(&base64decode($1))/geo;
121 &base64decode($_);
133 $ret = &base64decode($bdebuf);
/dports/shells/ksh93/ast-93u/src/cmd/tests/
H A Dbase64.c59 t = base64decode(buf, l, NiL, tst, sizeof(tst), NiL); in main()
82 t = base64decode(buf + l, r, NiL, tst, sizeof(tst), NiL); in main()
95 t = base64decode(buf, l + r, NiL, tst, sizeof(tst), NiL); in main()
114 t = base64decode(en, sizeof(en)-1, NiL, tst, r, NiL); in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tests/
H A Dbase64.c59 t = base64decode(buf, l, NiL, tst, sizeof(tst), NiL); in main()
82 t = base64decode(buf + l, r, NiL, tst, sizeof(tst), NiL); in main()
95 t = base64decode(buf, l + r, NiL, tst, sizeof(tst), NiL); in main()
114 t = base64decode(en, sizeof(en)-1, NiL, tst, r, NiL); in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tests/
H A Dbase64.c59 t = base64decode(buf, l, NiL, tst, sizeof(tst), NiL); in main()
82 t = base64decode(buf + l, r, NiL, tst, sizeof(tst), NiL); in main()
95 t = base64decode(buf, l + r, NiL, tst, sizeof(tst), NiL); in main()
114 t = base64decode(en, sizeof(en)-1, NiL, tst, r, NiL); in main()

12345678910>>...12