/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | RDateIterator.php | 5 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/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | RDateIterator.php | 5 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/Component/ |
H A D | VJournal.php | 5 use DateTimeInterface; alias 26 * @param DateTimeInterface $start 27 * @param DateTimeInterface $end 31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
|
H A D | VAvailability.php | 5 use DateTimeInterface; alias 29 * @param DateTimeInterface $start 30 * @param DateTimeInterface $end 34 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
|
H A D | VEvent.php | 5 use DateTimeInterface; alias 28 * @param DateTimeInterface $start 29 * @param DateTimeInterface $end 33 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
|
H A D | VFreeBusy.php | 5 use DateTimeInterface; alias 24 * @param DateTimeInterface $start 25 * @param DateTimeInterface $end 29 public function isFree(DateTimeInterface $start, DatetimeInterface $end)
|
H A D | VTodo.php | 5 use DateTimeInterface; alias 26 * @param DateTimeInterface $start 27 * @param DateTimeInterface $end 31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
|
H A D | VCalendar.php | 5 use DateTimeInterface; alias 279 * @param DateTimeInterface $start 280 * @param DateTimeInterface $end 286 …public function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = …
|
H A D | VAlarm.php | 6 use DateTimeInterface; alias 86 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
|
/plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
H A D | VJournal.php | 5 use DateTimeInterface; alias 26 * @param DateTimeInterface $start 27 * @param DateTimeInterface $end 31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
|
H A D | VAvailability.php | 5 use DateTimeInterface; alias 29 * @param DateTimeInterface $start 30 * @param DateTimeInterface $end 34 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
|
H A D | VEvent.php | 5 use DateTimeInterface; alias 28 * @param DateTimeInterface $start 29 * @param DateTimeInterface $end 33 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
|
H A D | VFreeBusy.php | 5 use DateTimeInterface; alias 24 * @param DateTimeInterface $start 25 * @param DateTimeInterface $end 29 function isFree(DateTimeInterface $start, DatetimeInterface $end) {
|
H A D | VTodo.php | 5 use DateTimeInterface; alias 26 * @param DateTimeInterface $start 27 * @param DateTimeInterface $end 31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
|
H A D | VCalendar.php | 5 use DateTimeInterface; alias 287 * @param DateTimeInterface $start 288 * @param DateTimeInterface $end 293 … function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = null) {
|
H A D | VAlarm.php | 6 use DateTimeInterface; alias 87 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/ |
H A D | DateTime.php | 5 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/Property/ICalendar/ |
H A D | DateTime.php | 5 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/ |
H A D | FreeBusyGenerator.php | 6 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/ |
H A D | FreeBusyGenerator.php | 6 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/Property/VCard/ |
H A D | DateAndOrTime.php | 7 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/icalevents/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 7 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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | MongoDBFormatter.php | 83 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/ |
H A D | DateHandler.php | 75 \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/ |
H A D | Item.php | 21 use DateTimeInterface; alias 42 * @var DateTimeInterface|null 156 if ($expiration instanceof DateTimeInterface) {
|