OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:continuation_ws
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py
125
continuation_ws
=' '):
133
instance. Optional maxlinelen, header_name, and
continuation_ws
are as in
137
continuation_ws
=
continuation_ws
)
151
continuation_ws
=' ', errors='strict'):
171
continuation_ws
must be RFC 2822 compliant folding whitespace (usually
182
self._continuation_ws =
continuation_ws
183
cws_expanded_len = len(
continuation_ws
.replace('\t', SPACE8))
423
def _split_ascii(s, firstlen, restlen,
continuation_ws
, splitchars):
455
wslen = len(
continuation_ws
.replace('\t', SPACE8)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py
125
continuation_ws
=' '):
133
instance. Optional maxlinelen, header_name, and
continuation_ws
are as in
137
continuation_ws
=
continuation_ws
)
151
continuation_ws
=' ', errors='strict'):
171
continuation_ws
must be RFC 2822 compliant folding whitespace (usually
182
self._continuation_ws =
continuation_ws
183
cws_expanded_len = len(
continuation_ws
.replace('\t', SPACE8))
423
def _split_ascii(s, firstlen, restlen,
continuation_ws
, splitchars):
455
wslen = len(
continuation_ws
.replace('\t', SPACE8)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py
627
h = Header(hstr,
continuation_ws
='\t')
695
continuation_ws
='\t')
739
h = Header(hstr,
continuation_ws
='\t')
750
h = Header(hstr,
continuation_ws
='\t')
773
continuation_ws
='\t')
[
all
...]
test_email_renamed.py
563
h = Header(hstr,
continuation_ws
='\t')
631
continuation_ws
='\t')
675
h = Header(hstr,
continuation_ws
='\t')
686
h = Header(hstr,
continuation_ws
='\t')
709
continuation_ws
='\t')
784
msg['Received-1'] = Header(h,
continuation_ws
='\t')
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py
627
h = Header(hstr,
continuation_ws
='\t')
695
continuation_ws
='\t')
739
h = Header(hstr,
continuation_ws
='\t')
750
h = Header(hstr,
continuation_ws
='\t')
773
continuation_ws
='\t')
[
all
...]
test_email_renamed.py
563
h = Header(hstr,
continuation_ws
='\t')
631
continuation_ws
='\t')
675
h = Header(hstr,
continuation_ws
='\t')
686
h = Header(hstr,
continuation_ws
='\t')
709
continuation_ws
='\t')
784
msg['Received-1'] = Header(h,
continuation_ws
='\t')
[
all
...]
Completed in 473 milliseconds