Searched refs:monthname (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | BaseHTTPServer.py | 474 day, self.monthname[month], year, 483 day, self.monthname[month], year, hh, mm, ss) 488 monthname = [None, variable in BaseHTTPRequestHandler
|
D | Cookie.py | 389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): argument 394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | BaseHTTPServer.py | 471 day, self.monthname[month], year, 480 day, self.monthname[month], year, hh, mm, ss) 485 monthname = [None, variable in BaseHTTPRequestHandler
|