/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
text.py | 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): 25 _charset is the character set parameter added to the Content-Type 30 **{'charset': _charset}) 31 self.set_payload(_text, _charset)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
text.py | 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): 25 _charset is the character set parameter added to the Content-Type 30 **{'charset': _charset}) 31 self.set_payload(_text, _charset)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
FileContentView.js | 130 this._file.requestFileContent(true, 0, size, this._charset || "", this._fileContentReceived.bind(this, callback)); 147 this._charset = charset;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gettext.py | 176 self._charset = None 234 return self._charset 311 self._charset = v.split('charset=')[1] 329 if self._charset: 330 msgid1 = unicode(msgid1, self._charset) 331 tmsg = [unicode(x, self._charset) for x in tmsg] 335 if self._charset: 336 msg = unicode(msg, self._charset) 337 tmsg = unicode(tmsg, self._charset) 353 elif self._charset [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gettext.py | 176 self._charset = None 234 return self._charset 311 self._charset = v.split('charset=')[1] 329 if self._charset: 330 msgid1 = unicode(msgid1, self._charset) 331 tmsg = [unicode(x, self._charset) for x in tmsg] 335 if self._charset: 336 msg = unicode(msg, self._charset) 337 tmsg = unicode(tmsg, self._charset) 353 elif self._charset [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 113 self._charset = None 247 self._charset = None 255 self._charset = charset 278 return self._charset
|
header.py | 181 self._charset = charset 259 charset = self._charset
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
message.py | 113 self._charset = None 247 self._charset = None 255 self._charset = charset 278 return self._charset
|
header.py | 181 self._charset = charset 259 charset = self._charset
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 580 # 7bit data and the default us-ascii _charset 587 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1') 595 msg = email.MIMEText.MIMEText('\xca\xb8', _charset='euc-jp') [all...] |
test_email_renamed.py | 523 # With no explicit _charset its us-ascii, and all are 7-bit 530 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 580 # 7bit data and the default us-ascii _charset 587 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1') 595 msg = email.MIMEText.MIMEText('\xca\xb8', _charset='euc-jp') [all...] |
test_email_renamed.py | 523 # With no explicit _charset its us-ascii, and all are 7-bit 530 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1') [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |