Home
last modified time | relevance | path

Searched refs:DateTimeInterface (Results 1 – 25 of 59) sorted by relevance

123

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
DAbstractTimeType.php14 use DateTimeInterface; alias
80 * @var DateTimeInterface|null
85 * @param DateTimeInterface|null $dateTime
89 public function __construct(?DateTimeInterface $dateTime, string $dateFormat, string $tzFormat)
97 * @param DateTimeInterface $dateTime
100 public function setValue(DateTimeInterface $dateTime)
108 * @return DateTimeInterface
110 public function getValue(): DateTimeInterface
171 * @param DateTimeInterface|null $dateTime
176 …public static function withTag($tagNumber, int $class, bool $isConstructed, ?DateTimeInterface $da…
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
DRDateIterator.php5 use DateTimeInterface; alias
28 * @param DateTimeInterface $start
30 function __construct($rrule, DateTimeInterface $start) {
117 * @param DateTimeInterface $dt
121 function fastForward(DateTimeInterface $dt) {
134 * @var DateTimeInterface
142 * @var DateTimeInterface
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
DRDateIterator.php5 use DateTimeInterface; alias
28 * @param DateTimeInterface $start
30 public function __construct($rrule, DateTimeInterface $start)
111 * @param DateTimeInterface $dt
113 public function fastForward(DateTimeInterface $dt)
125 * @var DateTimeInterface
133 * @var DateTimeInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
DPagingRequest.php15 use DateTimeInterface; alias
53 * @var DateTimeInterface|null
58 * @var DateTimeInterface
77 ?DateTimeInterface $created = null,
111 * @return DateTimeInterface
113 public function createdAt(): DateTimeInterface
121 * @return DateTimeInterface|null
123 public function lastProcessedAt(): ?DateTimeInterface
/plugin/webdav/vendor/sabre/vobject/lib/Component/
DVJournal.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
DVAvailability.php5 use DateTimeInterface; alias
29 * @param DateTimeInterface $start
30 * @param DateTimeInterface $end
34 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
DVEvent.php5 use DateTimeInterface; alias
28 * @param DateTimeInterface $start
29 * @param DateTimeInterface $end
33 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
DVFreeBusy.php5 use DateTimeInterface; alias
24 * @param DateTimeInterface $start
25 * @param DateTimeInterface $end
29 public function isFree(DateTimeInterface $start, DatetimeInterface $end)
DVTodo.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
DVCalendar.php5 use DateTimeInterface; alias
279 * @param DateTimeInterface $start
280 * @param DateTimeInterface $end
286 …public function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = …
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
DVJournal.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
DVAvailability.php5 use DateTimeInterface; alias
29 * @param DateTimeInterface $start
30 * @param DateTimeInterface $end
34 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
DVEvent.php5 use DateTimeInterface; alias
28 * @param DateTimeInterface $start
29 * @param DateTimeInterface $end
33 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
DVFreeBusy.php5 use DateTimeInterface; alias
24 * @param DateTimeInterface $start
25 * @param DateTimeInterface $end
29 function isFree(DateTimeInterface $start, DatetimeInterface $end) {
DVTodo.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
DVCalendar.php5 use DateTimeInterface; alias
287 * @param DateTimeInterface $start
288 * @param DateTimeInterface $end
293 … function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = null) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
DDateTime.php5 use DateTimeInterface; alias
48 if (isset($parts[0]) && $parts[0] instanceof DateTimeInterface) {
63 * @param string|array|DateTimeInterface $value
69 if (is_array($value) && isset($value[0]) && $value[0] instanceof DateTimeInterface) {
71 } elseif ($value instanceof DateTimeInterface) {
189 * @param DateTimeInterface $dt
194 function setDateTime(DateTimeInterface $dt, $isFloating = false) {
206 * @param DateTimeInterface[] $dt
293 function(DateTimeInterface $dt) use ($hasTime, $isUtc) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
DDateTime.php5 use DateTimeInterface; alias
46 if (isset($parts[0]) && $parts[0] instanceof DateTimeInterface) {
60 * @param string|array|DateTimeInterface $value
64 if (is_array($value) && isset($value[0]) && $value[0] instanceof DateTimeInterface) {
66 } elseif ($value instanceof DateTimeInterface) {
178 * @param DateTimeInterface $dt
181 public function setDateTime(DateTimeInterface $dt, $isFloating = false)
192 * @param DateTimeInterface[] $dt
267 function (DateTimeInterface $dt) use ($hasTime, $isUtc) {
/plugin/icalevents/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php6 use DateTimeInterface; alias
38 * @var DateTimeInterface|null
45 * @var DateTimeInterface|null
87 * @param DateTimeInterface $start
88 * @param DateTimeInterface $end
92 …function __construct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objects = nu…
172 * @param DateTimeInterface $start
173 * @param DateTimeInterface $end
177 function setTimeRange(DateTimeInterface $start = null, DateTimeInterface $end = null) {
/plugin/webdav/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php6 use DateTimeInterface; alias
38 * @var DateTimeInterface|null
45 * @var DateTimeInterface|null
87 * @param DateTimeInterface $start
88 * @param DateTimeInterface $end
92 …public function __construct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objec…
162 * @param DateTimeInterface $start
163 * @param DateTimeInterface $end
165 public function setTimeRange(DateTimeInterface $start = null, DateTimeInterface $end = null)
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
DDateAndOrTime.php7 use DateTimeInterface; alias
59 if (isset($parts[0]) && $parts[0] instanceof DateTimeInterface) {
74 * @param string|array|DateTimeInterface $value
80 if ($value instanceof DateTimeInterface) {
91 * @param DateTimeInterface $dt
95 function setDateTime(DateTimeInterface $dt) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
DDateAndOrTime.php7 use DateTimeInterface; alias
56 if (isset($parts[0]) && $parts[0] instanceof DateTimeInterface) {
70 * @param string|array|DateTimeInterface $value
74 if ($value instanceof DateTimeInterface) {
84 * @param DateTimeInterface $dt
86 public function setDateTime(DateTimeInterface $dt)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
DMongoDBFormatter.php83 if ($value instanceof \DateTimeInterface) {
130 protected function formatDate(\DateTimeInterface $value, int $nestingLevel): UTCDateTime
139 private function getMongoDbDateTime(\DateTimeInterface $value): UTCDateTime
151 private function legacyGetMongoDbDateTime(\DateTimeInterface $value): UTCDateTime
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
DDateHandler.php75 \DateTimeInterface $date,
144 …rializeDateTimeFromXml(XmlDeserializationVisitor $visitor, $data, array $type): ?\DateTimeInterface
157 …teTimeImmutableFromXml(XmlDeserializationVisitor $visitor, $data, array $type): ?\DateTimeInterface
183 …alizeDateTimeFromJson(JsonDeserializationVisitor $visitor, $data, array $type): ?\DateTimeInterface
196 …TimeImmutableFromJson(JsonDeserializationVisitor $visitor, $data, array $type): ?\DateTimeInterface
222 private function parseDateTime($data, array $type, bool $immutable = false): \DateTimeInterface
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
DItem.php21 use DateTimeInterface; alias
42 * @var DateTimeInterface|null
156 if ($expiration instanceof DateTimeInterface) {

123