Home
last modified time | relevance | path

Searched full:today (Results 1 – 25 of 252) sorted by relevance

1234567891011

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun/
H A D1777174bb97c0b514033a09b820078b0d117f4a8.patch20 self.assertEqual(datetime.date(2013, 4, 9), datetime.date.today())
21 - self.assertEqual(datetime.date(2013, 4, 9), frozen_time.time_to_freeze.today())
22 + assert frozen_time.time_to_freeze.today().strftime('%Y-%m-%d') == "2013-04-09"
26 self.assertEqual(datetime.date(2013, 4, 9), datetime.date.today())
27 - self.assertEqual(datetime.date(2013, 4, 9), kwargs.get('hello').time_to_freeze.today()) #…
28 + assert kwargs.get("hello").time_to_freeze.today().strftime('%Y-%m-%d') == "2013-04-09" # …
32 self.assertEqual(datetime.date(2013, 4, 9), datetime.date.today())
33 - self.assertEqual(datetime.date(2013, 4, 9), frozen_time.time_to_freeze.today())
34 + assert frozen_time.time_to_freeze.today().strftime('%Y-%m-%d') == "2013-04-09"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtablefilter.py151 string representing a day ("today" or "yesterday")
154 TODAY = 'today' variable in TableFilterActionDay
161 day: (string) "today" or "yesterday"
/openbmc/linux/Documentation/arch/ia64/
H A Defirtc.rst33 used today with the legacy RTC driver (driver/char/rtc.c). However, because
50 As of today we don't offer a /proc/sys interface.
133 As of today, none of the existing user-level apps supports this feature.
/openbmc/bmcweb/test/http/
H A Dcrow_getroutes_test.cpp40 // TODO: "/" doesn't get reported in |getRoutes| today. Uncomment this once in TEST()
65 // TODO: "/" doesn't get reported in |getRoutes| today. Uncomment this once in TEST()
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst11 mechanism. Most distributions enable this option today. If enabled but
17 today. The call request_firmware_nowait() allows for one alternative
142 as of v217 on August, 2014. This means most Linux distributions today are
145 distributions today disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK.
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dconf.py75 # There are two options for replacing |today|: either, you set today to some
78 # today = ''
/openbmc/openbmc/poky/documentation/
H A Dbitbake.rst16 Today, BitBake is the primary build tool of OpenEmbedded based projects, such as
/openbmc/u-boot/doc/
H A DREADME.commands.itest1 A slow day today so here is a revised itest command with provisional
/openbmc/u-boot/arch/arc/include/asm/
H A Dcache.h12 * As of today we may handle any L1 cache line length right in software.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DTU-Berlin-2.014 …s of 15 years ago maybe do not make our intentions completely clear given today's refined usage of…
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dsnps,axs10x-reset.yaml17 As of today only the following lines are used:
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch28 TODAY
/openbmc/linux/Documentation/PCI/
H A Dboot-interrupts.rst64 this problem today. Threaded interrupts may not be reenabled after the IRQ
74 The legacy interrupt forwarding mechanism exists today in a number of
/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/
H A Dreproducibility.patch26 -Copyright (C) #{Date.today.year} Apple Inc. All rights reserved.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A Dreproducibility.patch26 -Copyright (C) #{Date.today.year} Apple Inc. All rights reserved.
/openbmc/linux/Documentation/arch/x86/
H A Dshstk.rst22 Stack and Indirect Branch Tracking. Today in the 64-bit kernel, only userspace
136 shadow stack. Today this is only the old SSP (shadow stack pointer), pushed
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A Dnmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch5 "./shtool mkdir" is used when mkdir has not -p parameter, but mkdir in today
/openbmc/linux/arch/arc/include/asm/
H A Djump_label.h18 * As of today we simply align instruction which can be patched by 4 byte using
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddv-timings.rst10 and the corresponding video timings. Today there are many more different
/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.hpp19 * If rewritten today, a better name would be "ComputationType".
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dosi.rst89 _OS was abandoned, though even today, many BIOS look for
118 This misuse was adopted and continues today.
/openbmc/linux/drivers/gpio/
H A DTODO57 the [devm_]gpiod_get() calls we have today that will implicitly go into
174 GPIO lines that can do everything that sysfs can do today: one
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/
H A D0001-make.rc-set-VAL_MTA.patch44 # Today a lot of systems no longer use sendmail(1), but a different MTA.
/openbmc/linux/Documentation/admin-guide/
H A Dedid.rst10 Today, with the advent of Kernel Mode Setting, a graphics board is
/openbmc/openbmc/meta-security/docs/
H A Ddm-verity-systemd-hash-x86-64.txt43 currently do in the initramfs today, should we decide to do so later on.

1234567891011