Home
last modified time | relevance | path

Searched refs:DateTimeInterface (Results 26 – 50 of 53) sorted by relevance

123

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DElasticsearchFormatter.php14 use DateTimeInterface; alias
40 parent::__construct(DateTimeInterface::ISO8601);
H A DLogglyFormatter.php38 if (isset($record["datetime"]) && ($record["datetime"] instanceof \DateTimeInterface)) {
H A DNormalizerFormatter.php165 if ($data instanceof \DateTimeInterface) {
259 protected function formatDate(\DateTimeInterface $date)
H A DWildfireFormatter.php133 if (is_object($data) && !$data instanceof \DateTimeInterface) {
H A DJsonFormatter.php181 if ($data instanceof \DateTimeInterface) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDateTimeComparator.php27 return ($expected instanceof \DateTime || $expected instanceof \DateTimeInterface) &&
28 ($actual instanceof \DateTime || $actual instanceof \DateTimeInterface);
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php6 use DateTimeInterface; alias
31 * @param DateTimeInterface $start
33 function __construct($rrule, DateTimeInterface $start) {
142 * @param DateTimeInterface $dt
146 function fastForward(DateTimeInterface $dt) {
159 * @var DateTimeInterface
167 * @var DateTimeInterface
199 * @var DateTimeInterface|null
H A DEventIterator.php6 use DateTimeInterface; alias
408 * @param DateTimeInterface $dateTime
410 function fastForward(DateTimeInterface $dateTime) {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php6 use DateTimeInterface; alias
31 * @param DateTimeInterface $start
33 public function __construct($rrule, DateTimeInterface $start)
136 * @param DateTimeInterface $dt
138 public function fastForward(DateTimeInterface $dt)
150 * @var DateTimeInterface
158 * @var DateTimeInterface
190 * @var DateTimeInterface|null
H A DEventIterator.php6 use DateTimeInterface; alias
384 * @param DateTimeInterface $dateTime
386 public function fastForward(DateTimeInterface $dateTime)
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php35 private ?\DateTimeInterface $expiration;
152 if ($expiration instanceof \DateTimeInterface) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php14 use DateTimeInterface; alias
108 protected function makeCommonSyslogHeader(int $severity, DateTimeInterface $datetime): string
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php37 function setDateTime(\DateTimeInterface $dt) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php34 public function setDateTime(\DateTimeInterface $dt)
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php6 use DateTimeInterface; alias
192 if ($newObject instanceof DateTimeInterface || $newObject instanceof DateTimeZone) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php7 use DateTimeInterface; alias
203 if ($newObject instanceof DateTimeInterface || $newObject instanceof DateTimeZone) {
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md12 … specify null as a valid parameters as well as an implementation of DateTimeInterface php-fig/cach…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php61 } elseif ($val instanceof \DateTimeInterface) {
/plugin/swarmwebhook/
H A Dhelper.php22 * @return DateTimeInterface
/plugin/combo/ComboStrap/
H A DIso8601Date.php35 \DateTimeInterface::ATOM,
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php897 …protected function getFreeBusyForEmail($email, \DateTimeInterface $start, \DateTimeInterface $end,…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php133 case $value instanceof \DateTimeInterface:
/plugin/combo/vendor/symfony/yaml/
H A DInline.php126 case $value instanceof \DateTimeInterface:
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php475 if ($date instanceof \DateTime || $date instanceof \DateTimeInterface) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md75 * #355: Support `DateTimeInterface` in more places where only `DateTime` was
196 * #139: We now accept `DateTimeInterface` wherever it accepted `DateTime`

123