Searched refs:today (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | Dates.py | 172 def today(): function
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/ |
D | IFWIStitch.bat | 30 for /f "tokens=1" %%i in ("%date%") do set today=%%i variable 33 set IFWI_Suffix=%today%_%hour:~0,2%%time:~3,2%
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | calendar.py | 678 print cal.formatyearpage(datetime.date.today().year, **optdict) 694 result = cal.formatyear(datetime.date.today().year, **optdict)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | calendar.py | 683 print cal.formatyearpage(datetime.date.today().year, **optdict) 699 result = cal.formatyear(datetime.date.today().year, **optdict)
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/ |
D | GenCfgOpt.py | 784 TxtFd.write("%s\n" % (__copyright_txt__ % date.today().year)) 1138 HeaderFd.write("%s\n" % (__copyright_h__ % date.today().year)) 1197 HeaderFd.write("%s\n" % (__copyright_h__ % date.today().year)) 1321 BsfFd.write("%s\n" % (__copyright_bsf__ % date.today().year))
|
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/ |
D | GenCfgOpt.py | 801 TxtFd.write("%s\n" % (__copyright_txt__ % date.today().year)) 1034 HeaderFd.write("%s\n" % (__copyright_h__ % date.today().year)) 1147 BsfFd.write("%s\n" % (__copyright_bsf__ % date.today().year))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_datetime.py | 548 self.theclass.today()): 767 today = self.theclass.today() 770 if today == todayagain: 786 self.assertTrue(today == todayagain or 787 abs(todayagain - today) < timedelta(seconds=0.5)) 3268 self.assertRaises(TypeError, Eastern.fromutc, date.today()) # wrong type 3329 as_date = date.today()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 2586 int today = ymd_to_ord(year, GET_MONTH(self), GET_DAY(self)); in date_isocalendar() local 2590 week = divmod(today - week1_monday, 7, &day); in date_isocalendar() 2594 week = divmod(today - week1_monday, 7, &day); in date_isocalendar() 2596 else if (week >= 52 && today >= iso_week1_monday(year + 1)) { in date_isocalendar()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | datetimemodule.c | 2586 int today = ymd_to_ord(year, GET_MONTH(self), GET_DAY(self)); in date_isocalendar() local 2590 week = divmod(today - week1_monday, 7, &day); in date_isocalendar() 2594 week = divmod(today - week1_monday, 7, &day); in date_isocalendar() 2596 else if (week >= 52 && today >= iso_week1_monday(year + 1)) { in date_isocalendar()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
D | meta-vladimir.txt | 20 This is pure Python of today. Sorry about the tutorial, but it is
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | Platform.asl | 424 // BIOSes available in the market today. There are
|