Home
last modified time | relevance | path

Searched refs:hasTime (Results 26 – 47 of 47) sorted by relevance

12

/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php297 … if ($componentChild instanceof Property\ICalendar\DateTime && $componentChild->hasTime()) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php305 … if ($componentChild instanceof Property\ICalendar\DateTime && $componentChild->hasTime()) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php252 } elseif (!$component->DTSTART->hasTime()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php252 } elseif (!$component->DTSTART->hasTime()) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php252 } elseif (!$component->DTSTART->hasTime()) {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php152 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php145 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php433 } elseif (!$component->DTSTART->hasTime()) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php470 } elseif (!$component->DTSTART->hasTime()) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php563 } elseif (!$component->DTSTART->hasTime()) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1505 newMomentProto.hasTime = function () {
1768 if (!start.hasTime()) {
1771 if (end && !end.hasTime()) {
1787 return !(this.start.hasTime() || (this.end && this.end.hasTime()));
3349 if (!start.hasTime()) {
3352 if (end && !end.hasTime()) {
3357 if (start.hasTime()) {
3360 if (end && end.hasTime()) {
5718 var isDateAllDay = !date.hasTime();
11139 else if (start.hasTime()) {
[all …]
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md529 * Added: Property\DateTime::hasTime().
530 * Added: Property\MultiDateTime::hasTime().
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md529 * Added: Property\DateTime::hasTime().
530 * Added: Property\MultiDateTime::hasTime().
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md489 * Added: Property\DateTime::hasTime().
490 * Added: Property\MultiDateTime::hasTime().
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php668 } elseif (!$component->DTSTART->hasTime()) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md755 * Added: Property\DateTime::hasTime().
756 * Added: Property\MultiDateTime::hasTime().
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md694 * Added: Property\DateTime::hasTime().
695 * Added: Property\MultiDateTime::hasTime().
/plugin/davcal/
H A Dhelper.php1721 elseif (!$component->DTSTART->hasTime())

12