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

  /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)))

Completed in 1461 milliseconds