/third_party/python/Lib/test/test_email/ |
D | test_asian_codecs.py | 9 from email.header import Header, decode_header 42 eq(decode_header(h.encode()),
|
D | test_email.py | 21 from email.header import Header, decode_header, make_header 2313 dh = decode_header(s) 2329 dh = decode_header(s) 2338 dh = decode_header(s) 2346 dh = decode_header(s) 2353 dh = decode_header(s) 2365 dh = decode_header(s % q) 2371 self.assertEqual(decode_header(s), 2377 self.assertEqual(decode_header(s), 2383 self.assertEqual(decode_header(s), [all …]
|
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/ |
D | chat_message.hpp | 66 bool decode_header() in decode_header() function in chat_message
|
D | chat_client.cpp | 63 if (!error && read_msg_.decode_header()) in handle_read_header()
|
D | posix_chat_client.cpp | 61 if (!error && read_msg_.decode_header()) in handle_read_header()
|
D | chat_server.cpp | 119 if (!error && read_msg_.decode_header()) in handle_read_header()
|
/third_party/boost/libs/asio/example/cpp03/chat/ |
D | chat_message.hpp | 66 bool decode_header() in decode_header() function in chat_message
|
D | chat_client.cpp | 63 if (!error && read_msg_.decode_header()) in handle_read_header()
|
D | posix_chat_client.cpp | 61 if (!error && read_msg_.decode_header()) in handle_read_header()
|
D | chat_server.cpp | 119 if (!error && read_msg_.decode_header()) in handle_read_header()
|
/third_party/boost/libs/asio/example/cpp11/chat/ |
D | chat_message.hpp | 66 bool decode_header() in decode_header() function in chat_message
|
D | chat_client.cpp | 71 if (!ec && read_msg_.decode_header()) in do_read_header()
|
D | chat_server.cpp | 108 if (!ec && read_msg_.decode_header()) in do_read_header()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/chat/ |
D | chat_message.hpp | 66 bool decode_header() in decode_header() function in chat_message
|
D | chat_client.cpp | 71 if (!ec && read_msg_.decode_header()) in do_read_header()
|
D | chat_server.cpp | 108 if (!ec && read_msg_.decode_header()) in do_read_header()
|
/third_party/python/Doc/library/ |
D | email.header.rst | 176 .. function:: decode_header(header) 188 >>> from email.header import decode_header 189 >>> decode_header('=?iso-8859-1?q?p=F6stal?=') 196 :func:`decode_header`. 198 :func:`decode_header` takes a header value string and returns a sequence of
|
D | nntplib.rst | 29 ... print(id, nntplib.decode_header(over['subject'])) 389 It is advisable to use the :func:`decode_header` function on header 401 >>> nntplib.decode_header(over['from']) 551 .. function:: decode_header(header_str) 558 >>> decode_header("Some subject") 560 >>> decode_header("=?ISO-8859-15?Q?D=E9buter_en_Python?=") 562 >>> decode_header("Re: =?UTF-8?B?cHJvYmzDqG1lIGRlIG1hdHJpY2U=?=")
|
/third_party/python/Lib/ |
D | nntplib.py | 79 from email.header import decode_header as _email_decode_header 167 def decode_header(header_str): function 1083 author = decode_header(over['from']).split('<', 1)[0] 1084 subject = decode_header(over['subject'])
|
/third_party/mesa3d/src/freedreno/decode/ |
D | pgmdump2.c | 199 decode_header(struct state *state, struct header *hdr) in decode_header() function 452 decode_header(state, hdr); in dump_program()
|
/third_party/ffmpeg/libavcodec/ |
D | psd.c | 67 static int decode_header(PSDContext * s) in decode_header() function 312 if ((ret = decode_header(s)) < 0) in decode_frame()
|
D | snowdec.c | 302 static int decode_header(SnowContext *s){ in decode_header() function 458 if ((res = decode_header(s)) < 0) in decode_frame()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | edid-parse.c | 51 decode_header (const uchar *edid) in decode_header() function 529 if (!decode_header (edid) || in decode_edid()
|
/third_party/python/Lib/email/ |
D | header.py | 61 def decode_header(header): function
|
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/ |
D | decode_gif.wuffs | 257 this.decode_header?(src:args.src) 557 // decode_header reads either "GIF87a" or "GIF89a". 560 pri func decoder.decode_header?(src base.io_reader) {
|