Searched refs:decode_base64 (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | mimify.py | 122 def unmimify_part(ifile, ofile, decode_base64 = 0): argument 148 if decode_base64 and base64_re.match(line): 185 unmimify_part(nifile, ofile, decode_base64) 207 def unmimify(infile, outfile, decode_base64 = 0): argument 222 unmimify_part(nifile, ofile, decode_base64) 438 decode_base64 = 0 variable 459 decode_base64 = 1 variable 466 if decode_base64: 467 encode_args = encode_args + (decode_base64,)
|
/external/curl/tests/ |
D | getpart.pm | 30 sub decode_base64 { subroutine 117 my $decoded = decode_base64($_);
|
/external/python/cpython2/Doc/library/ |
D | mimify.rst | 41 .. function:: unmimify(infile, outfile[, decode_base64]) 47 strings, they may have the same value. If the *decode_base64* argument is
|