Searched refs:encode (Results 1 - 11 of 11) sorted by relevance

/haiku/src/kits/mail/
H A Db_mail_message.cpp61 uint32 encode = B_ISO1_CONVERSION; local
67 encode = mail_charsets[i].flavor;
73 comp->SetEncoding(quoted_printable,encode);
H A Dmail_encoding.cpp24 encode(mail_encoding encoding, char *out, const char *in, off_t length, function
164 // Also encode the letter F in "From " at the start of the line,
H A DMailAttachment.cpp421 destSize = encode (_encoding, dest, src, read, false /* headerMode */);
/haiku/src/tests/kits/net/service/
H A Dtestserver.py149 'Path: {}\r\n\r\n'.format(self.path).encode('utf-8'))
178 '{}: {}\r\n'.format(header, header_value).encode('utf-8'))
191 output_stream.write(body_bytes.encode('utf-8'))
200 '{} not supported\r\n'.format(self.command).encode('utf-8'))
241 decoded = base64.decodebytes(encoded_credentials.encode('utf-8'))
409 expected_password]).encode('utf-8')).hexdigest()
415 request_uri]).encode('utf-8')).hexdigest()
420 request_body]).encode('utf-8')).hexdigest()
431 ha2]).encode('utf-8')).hexdigest()
440 return hashfunc(':'.join(hash_components).encode('ut
[all...]
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py149 'Path: {}\r\n\r\n'.format(self.path).encode('utf-8'))
178 '{}: {}\r\n'.format(header, header_value).encode('utf-8'))
191 output_stream.write(body_bytes.encode('utf-8'))
200 '{} not supported\r\n'.format(self.command).encode('utf-8'))
241 decoded = base64.decodebytes(encoded_credentials.encode('utf-8'))
409 expected_password]).encode('utf-8')).hexdigest()
415 request_uri]).encode('utf-8')).hexdigest()
420 request_body]).encode('utf-8')).hexdigest()
431 ha2]).encode('utf-8')).hexdigest()
440 return hashfunc(':'.join(hash_components).encode('ut
[all...]
/haiku/headers/os/mail/
H A Dmail_encoding.h27 uuencode = 'u', // Invalid to encode something using uuencode.
36 ssize_t encode(mail_encoding encoding, char *out, const char *in,
/haiku/src/apps/text_search/
H A DGrepper.cpp45 strdup_to_utf8(uint32 encode, const char* src, int32 length) argument
57 convert_to_utf8(encode, src, &srcLen, dst, &dstLen, &cookie);
63 ") dst allocate smalled(%" B_PRId32 ")\n", encode, length, dstLen);
70 strdup_from_utf8(uint32 encode, const char* src, int32 length) argument
78 convert_from_utf8(encode, src, &srcLen, dst, &dstLen, &cookie);
85 ") dst allocate smalled(%" B_PRId32 ")\n", encode, length, dstLen);
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp485 BString encode; local
486 encode << secret << ':' << data;
488 return _H(encode);
/haiku/src/tools/
H A Dhardlink_packages.py109 finalizedNewFile = "".join(newFileForJam).encode('UTF-8')
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py416 data.encode()
418 f'{data}'.encode()
807 template.encode() # type: ignore
812 tag.encode() if isinstance(tag, str) else tag
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js363 var encoded = this.textEncoder.encode(string);

Completed in 93 milliseconds