/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
utils.py | 184 def make_msgid(idstring=None):
189 Optional idstring if given is a string used to strengthen the
196 if idstring is None:
197 idstring = ''
199 idstring = '.' + idstring
201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
|
/external/python/cpython2/Lib/email/ |
utils.py | 184 def make_msgid(idstring=None): 189 Optional idstring if given is a string used to strengthen the 195 if idstring is None: 196 idstring = '' 198 idstring = '.' + idstring 200 msgid = '<%d.%d.%d%s@%s>' % (timeval, pid, randint, idstring, idhost)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
utils.py | 184 def make_msgid(idstring=None): 189 Optional idstring if given is a string used to strengthen the 196 if idstring is None: 197 idstring = '' 199 idstring = '.' + idstring 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
utils.py | 184 def make_msgid(idstring=None): 189 Optional idstring if given is a string used to strengthen the 196 if idstring is None: 197 idstring = '' 199 idstring = '.' + idstring 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
utils.py | 184 def make_msgid(idstring=None): 189 Optional idstring if given is a string used to strengthen the 196 if idstring is None: 197 idstring = '' 199 idstring = '.' + idstring 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
utils.py | 184 def make_msgid(idstring=None): 189 Optional idstring if given is a string used to strengthen the 196 if idstring is None: 197 idstring = '' 199 idstring = '.' + idstring 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
|
/external/python/cpython3/Lib/email/ |
utils.py | 186 def make_msgid(idstring=None, domain=None): 191 Optional idstring if given is a string used to strengthen the 199 if idstring is None: 200 idstring = '' 202 idstring = '.' + idstring 205 msgid = '<%d.%d.%d%s@%s>' % (timeval, pid, randint, idstring, domain)
|
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/ |
unwinders.py | 21 def validate_regexp(exp, idstring): 25 raise SyntaxError("Invalid %s regexp: %s." % (idstring, exp))
|
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/ |
unwinders.py | 21 def validate_regexp(exp, idstring): 25 raise SyntaxError("Invalid %s regexp: %s." % (idstring, exp))
|
/external/iproute2/examples/ |
dhcp-client-script | 301 local idstring="#### Generated by DHCPCD" 309 echo $idstring > /etc/resolv.conf.dhcp 324 if [ "`head -1 /etc/resolv.conf`" != "$idstring" ]; then
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pdb.py | 442 idstring = identifier.split("'")
443 if len(idstring) == 1:
445 id = idstring[0].strip()
446 elif len(idstring) == 3:
448 id = idstring[1].strip()
[all...] |
/external/python/cpython2/Lib/ |
pdb.py | 442 idstring = identifier.split("'") 443 if len(idstring) == 1: 445 id = idstring[0].strip() 446 elif len(idstring) == 3: 448 id = idstring[1].strip() [all...] |
/external/python/cpython3/Lib/ |
pdb.py | 713 idstring = identifier.split("'") 714 if len(idstring) == 1: 716 id = idstring[0].strip() 717 elif len(idstring) == 3: 719 id = idstring[1].strip() [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pdb.py | 442 idstring = identifier.split("'") 443 if len(idstring) == 1: 445 id = idstring[0].strip() 446 elif len(idstring) == 3: 448 id = idstring[1].strip() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pdb.py | 442 idstring = identifier.split("'") 443 if len(idstring) == 1: 445 id = idstring[0].strip() 446 elif len(idstring) == 3: 448 id = idstring[1].strip() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.py | 442 idstring = identifier.split("'") 443 if len(idstring) == 1: 445 id = idstring[0].strip() 446 elif len(idstring) == 3: 448 id = idstring[1].strip() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.py | 442 idstring = identifier.split("'") 443 if len(idstring) == 1: 445 id = idstring[0].strip() 446 elif len(idstring) == 3: 448 id = idstring[1].strip() [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar | |
/external/python/cpython3/Lib/test/test_email/ |
test_email.py | [all...] |