/device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/ |
D | armcc_wrapper.py | 36 …p = subprocess.Popen("cygpath -m " + pipes.quote(CygPath), shell=True, stdout=subprocess.PIPE, std… 60 Command = pipes.quote(sys.argv[1]); 67 Command = Command + ' ' + pipes.quote(arg) 71 Command = Command + ' ' + pipes.quote(arg) 78 Command = Command + ' ' + pipes.quote(CygPath)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pipes.py | 235 cmd = 'OUT=' + quote(outf) + '; ' + cmd 237 cmd = 'IN=' + quote(inf) + '; ' + cmd 239 cmd = cmd + ' <' + quote(inf) 241 cmd = cmd + ' >' + quote(outf) 257 rmcmd = rmcmd + ' ' + quote(file) 258 trapcmd = 'trap ' + quote(rmcmd + '; exit') + ' 1 2 3 13 14 15' 269 def quote(file): function
|
D | nturl2path.py | 54 return urllib.quote('/'.join(components)) 60 drive = urllib.quote(comp[0].upper()) 65 path = path + '/' + urllib.quote(comp)
|
D | quopri.py | 35 def quote(c): function 63 output.write(s[:-1] + quote(s[-1]) + lineEnd) 65 output.write(quote(s) + lineEnd) 83 c = quote(c)
|
D | urllib.py | 58 return quote(pathname) 180 fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|") 730 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost 747 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost 760 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host 773 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host 1213 def quote(s, safe='/'): function 1255 s = quote(s, safe + ' ') 1257 return quote(s, safe) 1569 qs = quote(s)
|
D | robotparser.py | 139 url = urllib.quote(url) 163 self.path = urllib.quote(path)
|
D | rfc822.py | 482 def quote(s): function 696 quote = 0 699 if quote == 1: 701 quote = 0 709 quote = 1
|
D | SimpleHTTPServer.py | 130 % (urllib.quote(linkname), cgi.escape(displayname)))
|
D | urllib2.py | 111 from urllib import (unwrap, unquote, splittype, splithost, quote, 857 scheme, quote, realm = mo.groups() 1256 escape = quote = False 1262 if quote: 1267 quote = False 1277 quote = True
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/ |
D | util.py | 46 from urllib import quote 60 url += quote(environ.get('SCRIPT_NAME') or '/') 66 from urllib import quote 67 path_info = quote(environ.get('PATH_INFO',''),safe='/;=,')
|
D | headers.py | 15 def _formatparam(param, value=None, quote=1): argument 21 if quote or tspecials.search(value):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | capsule.c | 272 const char *quote; in capsule_repr() local 275 quote = "\""; in capsule_repr() 278 quote = ""; in capsule_repr() 283 quote, name, quote, capsule); in capsule_repr()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | capsule.c | 272 const char *quote; in capsule_repr() local 275 quote = "\""; in capsule_repr() 278 quote = ""; in capsule_repr() 283 quote, name, quote, capsule); in capsule_repr()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pipes.py | 80 self.assertEqual(pipes.quote(''), "''") 81 self.assertEqual(pipes.quote(safeunquoted), safeunquoted) 82 self.assertEqual(pipes.quote('test file name'), "'test file name'") 84 self.assertEqual(pipes.quote('test%sname' % u), 87 self.assertEqual(pipes.quote("test%s'name'" % u),
|
D | test_urllib.py | 362 result = urllib.quote(do_not_quote) 371 self.assertEqual(urllib.quote.func_defaults[0], '/') 376 result = urllib.quote(quote_by_default, safe=quote_by_default) 392 result = urllib.quote(char) 404 result = urllib.quote(partial_quote) 409 self.assertRaises(TypeError, urllib.quote, None) 414 result = urllib.quote(' ') 422 result = urllib.quote(given) 611 expect = "needs/%s/here" % urllib.quote("quot=ing") 622 expect = "%s/using_quote" % urllib.quote("make sure")
|
D | test_rfc822.py | 248 eq(rfc822.quote('foo\\wacky"name'), 'foo\\\\wacky\\"name')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | utils.py | 32 from email._parseaddr import quote 250 s = urllib.quote(s, safe='') 288 new_params.append((name, '"%s"' % quote(value))) 305 value = quote(EMPTYSTRING.join(value))
|
D | quoprimime.py | 109 def quote(c): function 225 c = quote(c) 241 prev = quote(prev)
|
D | _parseaddr.py | 162 def quote(str): function 326 aslist.append('"%s"' % quote(self.getquote())) 377 quote = False 380 if quote: 382 quote = False 390 quote = True
|
D | message.py | 38 def _formatparam(param, value=None, quote=True): argument 55 if quote or tspecials.search(value): 56 return '%s="%s"' % (param, utils.quote(value))
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | Cargo.lock | 68 "quote", 224 "quote", 284 "quote", 476 "quote", 551 "quote", 571 "quote", 592 "quote", 679 name = "quote" 745 "quote", 781 "quote", [all …]
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | Cargo.lock | 68 "quote", 224 "quote", 284 "quote", 476 "quote", 551 "quote", 571 "quote", 592 "quote", 679 name = "quote" 745 "quote", 781 "quote", [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
D | faqwiz.py | 48 quote = kw['_quote'] 50 quote = 1 52 m = MagicDict(d, quote) 157 value = urllib.quote(value) 166 def __init__(self, d, quote): argument 168 self.__quote = quote
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | ast.c | 3445 int quote = Py_CHARMASK(*s); in parsestr() local 3450 if (isalpha(quote) || quote == '_') { in parsestr() 3451 if (quote == 'u' || quote == 'U') { in parsestr() 3452 quote = *++s; in parsestr() 3455 if (quote == 'b' || quote == 'B') { in parsestr() 3456 quote = *++s; in parsestr() 3459 if (quote == 'r' || quote == 'R') { in parsestr() 3460 quote = *++s; in parsestr() 3464 if (quote != '\'' && quote != '\"') { in parsestr() 3475 if (s[--len] != quote) { in parsestr() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ast.c | 3462 int quote = Py_CHARMASK(*s); in parsestr() local 3468 if (isalpha(quote) || quote == '_') { in parsestr() 3469 if (quote == 'u' || quote == 'U') { in parsestr() 3470 quote = *++s; in parsestr() 3473 if (quote == 'b' || quote == 'B') { in parsestr() 3474 quote = *++s; in parsestr() 3478 if (quote == 'r' || quote == 'R') { in parsestr() 3479 quote = *++s; in parsestr() 3483 if (quote != '\'' && quote != '\"') { in parsestr() 3494 if (s[--len] != quote) { in parsestr() [all …]
|