Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:quopri
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_quopri.py
4
import
quopri
namespace
52
if
quopri
.b2a_qp is not None or
quopri
.a2b_qp is not None:
53
oldencode =
quopri
.b2a_qp
54
olddecode =
quopri
.a2b_qp
56
quopri
.b2a_qp = None
57
quopri
.a2b_qp = None
60
quopri
.b2a_qp = oldencode
61
quopri
.a2b_qp = olddecode
133
self.assertEqual(
quopri
[all...]
H
A
D
test_io.py
3483
quopri
= codecs.lookup("
quopri
")
3484
quopri
._is_text_encoding = True
3487
newline='\n', encoding="
quopri
")
3489
quopri
._is_text_encoding = False
3508
quopri
= codecs.lookup("
quopri
")
3509
with support.swap_attr(
quopri
, 'incrementaldecoder',
/third_party/python/Lib/encodings/
H
A
D
quopri_codec.py
7
import
quopri
namespace
14
quopri
.encode(f, g, quotetabs=True)
21
quopri
.decode(f, g)
48
name='
quopri
',
/third_party/python/Lib/email/
H
A
D
encoders.py
16
from
quopri
import encodestring as _encodestring
23
# Must encode spaces, which
quopri
.encodestring() doesn't do
H
A
D
message.py
11
import
quopri
namespace
312
return
quopri
.decodestring(bpayload)
Completed in 9 milliseconds