Home
last modified time | relevance | path

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

123

/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVEvent.php5 use DateTimeInterface; alias
28 * @param DateTimeInterface $start
29 * @param DateTimeInterface $end
33 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
H A DVFreeBusy.php5 use DateTimeInterface; alias
24 * @param DateTimeInterface $start
25 * @param DateTimeInterface $end
29 function isFree(DateTimeInterface $start, DatetimeInterface $end) {
H A DVJournal.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
H A DVTodo.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A 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/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A 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/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php37 function setDateTime(\DateTimeInterface $dt) {
H A 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/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php6 use DateTimeInterface; alias
408 * @param DateTimeInterface $dateTime
410 function fastForward(DateTimeInterface $dateTime) {
H A 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
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
/plugin/swarmwebhook/
H A Dhelper.php22 * @return DateTimeInterface
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php897 …protected function getFreeBusyForEmail($email, \DateTimeInterface $start, \DateTimeInterface $end,…
/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`
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php6 use DateTimeInterface; alias
86 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVAvailability.php5 use DateTimeInterface; alias
29 * @param DateTimeInterface $start
30 * @param DateTimeInterface $end
34 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVCalendar.php5 use DateTimeInterface; alias
279 * @param DateTimeInterface $start
280 * @param DateTimeInterface $end
286 …public function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = …
H A DVEvent.php5 use DateTimeInterface; alias
28 * @param DateTimeInterface $start
29 * @param DateTimeInterface $end
33 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVFreeBusy.php5 use DateTimeInterface; alias
24 * @param DateTimeInterface $start
25 * @param DateTimeInterface $end
29 public function isFree(DateTimeInterface $start, DatetimeInterface $end)
H A DVJournal.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVTodo.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
/plugin/webdav/vendor/sabre/vobject/lib/
H A 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/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A 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/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php34 public function setDateTime(\DateTimeInterface $dt)
H A 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)

123