Home
last modified time | relevance | path

Searched refs:idstring (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/spdx-expression-parse/
H A Dscan.js58 function idstring () {
63 var string = idstring()
65 throw new Error('Expected idstring at offset ' + index)
86 var string = idstring()
/third_party/python/Lib/email/
H A Dutils.py174 def make_msgid(idstring=None, domain=None):
179 Optional idstring if given is a string used to strengthen the
187 if idstring is None:
188 idstring = ''
190 idstring = '.' + idstring
193 msgid = '<%d.%d.%d%s@%s>' % (timeval, pid, randint, idstring, domain)
/third_party/python/Lib/
H A Dpdb.py791 idstring = identifier.split("'")
792 if len(idstring) == 1:
794 id = idstring[0].strip()
795 elif len(idstring) == 3:
797 id = idstring[1].strip()
/third_party/python/Lib/test/test_email/
H A Dtest_email.py3455 email.utils.make_msgid(idstring='test-idstring',
3457 '.test-idstring@testdomain-string>')

Completed in 16 milliseconds