HomeSort by relevance Sort by last modified time
    Searched refs:tspecials (Results 1 - 19 of 19) sorted by null

  /prebuilts/go/darwin-x86/src/mime/
grammar.go 11 // isTSpecial reports whether rune is in 'tspecials' as defined by RFC
21 // or tspecials>
  /prebuilts/go/linux-x86/src/mime/
grammar.go 11 // isTSpecial reports whether rune is in 'tspecials' as defined by RFC
21 // or tspecials>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
headers.py 13 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
21 if quote or tspecials.search(value):
  /external/python/cpython2/Lib/wsgiref/
headers.py 13 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
21 if quote or tspecials.search(value):
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
headers.py 13 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
21 if quote or tspecials.search(value):
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
headers.py 13 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
21 if quote or tspecials.search(value):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 13 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
21 if quote or tspecials.search(value):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 13 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
21 if quote or tspecials.search(value):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
message.py 24 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
56 if quote or tspecials.search(value):
  /external/python/cpython2/Lib/email/
message.py 24 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
56 if quote or tspecials.search(value):
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 808 // private static final String tspecials = "()<>@,;:\\\"/[]?={} \t";
810 // private static final String tspecials = ",;";
811 private static final String tspecials = ",;= \t"; field in class:HttpCookie
835 if (c < 0x20 || c >= 0x7f || tspecials.indexOf(c) != -1)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 24 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
56 if quote or tspecials.search(value):
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 24 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
56 if quote or tspecials.search(value):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 24 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
56 if quote or tspecials.search(value):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 24 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
56 if quote or tspecials.search(value):
  /external/guice/extensions/persist/lib/
servlet-api-2.5.jar 
  /external/guice/extensions/servlet/lib/build/
servlet-api-2.5.jar 
  /external/guice/extensions/struts2/lib/
servlet-api-2.5.jar 
  /prebuilts/tools/common/m2/repository/javax/servlet/servlet-api/2.3/
servlet-api-2.3.jar 

Completed in 606 milliseconds