HomeSort by relevance Sort by last modified time
    Searched defs:_getdate (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 375 # The _getdate() routine is used to set the expiration time in
376 # the cookie's HTTP header. By default, _getdate() returns the
389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): function
506 RA("%s=%s" % (self._reserved[K], _getdate(V)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 375 # The _getdate() routine is used to set the expiration time in
376 # the cookie's HTTP header. By default, _getdate() returns the
389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): function
506 RA("%s=%s" % (self._reserved[K], _getdate(V)))
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 375 # The _getdate() routine is used to set the expiration time in
376 # the cookie's HTTP header. By default, _getdate() returns the
389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): function
506 RA("%s=%s" % (self._reserved[K], _getdate(V)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 375 # The _getdate() routine is used to set the expiration time in
376 # the cookie's HTTP header. By default, _getdate() returns the
389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): function
506 RA("%s=%s" % (self._reserved[K], _getdate(V)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 375 # The _getdate() routine is used to set the expiration time in
376 # the cookie's HTTP header. By default, _getdate() returns the
389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): function
506 RA("%s=%s" % (self._reserved[K], _getdate(V)))
  /external/python/cpython2/Lib/
Cookie.py 372 # The _getdate() routine is used to set the expiration time in
373 # the cookie's HTTP header. By default, _getdate() returns the
386 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): function
505 RA("%s=%s" % (self._reserved[K], _getdate(V)))
  /external/python/cpython3/Lib/http/
cookies.py 238 # The _getdate() routine is used to set the expiration time in the cookie's HTTP
239 # header. By default, _getdate() returns the current time in the appropriate
251 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): function
436 append("%s=%s" % (self._reserved[key], _getdate(value)))

Completed in 217 milliseconds