Home
last modified time | relevance | path

Searched refs:hasTime (Results 1 – 25 of 47) sorted by last modified time

12

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php251 } elseif (!$component->DTSTART->hasTime()) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php563 } elseif (!$component->DTSTART->hasTime()) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php148 $this->allDay = !$this->masterEvent->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/davcal/vendor/sabre/vobject/lib/Component/
H A DVJournal.php34 if (!$this->DTSTART->hasTime()) {
H A DVCalendar.php323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
H A DVEvent.php73 } elseif (!$this->DTSTART->hasTime()) {
/plugin/davcal/
H A Dhelper.php1721 elseif (!$component->DTSTART->hasTime())
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php106 public function hasTime() { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
120 !$this->hasTime() ||
205 if($this->hasTime()) {
262 return $this->hasTime()?'DATE-TIME':'DATE';
276 $hasTime = $this->hasTime();
283 function($dt) use ($hasTime, $isUtc) {
285 if ($hasTime) {
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md489 * Added: Property\DateTime::hasTime().
490 * Added: Property\MultiDateTime::hasTime().
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php32 $this->assertTrue($elem->hasTime());
48 $this->assertTrue($elem->hasTime());
63 $this->assertTrue($elem->hasTime());
78 $this->assertTrue($elem->hasTime());
95 $this->assertFalse($elem->hasTime());
111 $this->assertTrue($elem->hasTime());
130 $this->assertTrue($elem->hasTime());
149 $this->assertTrue($elem->hasTime());
163 $this->assertTrue($elem->hasTime());
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php252 } elseif (!$component->DTSTART->hasTime()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DDateTimeInput.php29 public $hasTime; variable in Google\\Service\\HangoutsChat\\DateTimeInput
52 public function setHasTime($hasTime) argument
54 $this->hasTime = $hasTime;
61 return $this->hasTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DDateDetails.php25 public $hasTime; variable in Google\\Service\\Area120Tables\\DateDetails
30 public function setHasTime($hasTime) argument
32 $this->hasTime = $hasTime;
39 return $this->hasTime;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php297 … if ($componentChild instanceof Property\ICalendar\DateTime && $componentChild->hasTime()) {
H A DVJournal.php36 if (!$this->DTSTART->hasTime()) {
H A DVEvent.php66 } elseif (!$this->DTSTART->hasTime()) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php101 public function hasTime() function in Sabre\\VObject\\Property\\ICalendar\\DateTime
114 !$this->hasTime() ||
199 if ($this->hasTime()) {
247 return $this->hasTime() ? 'DATE-TIME' : 'DATE';
260 $hasTime = $this->hasTime();
267 function (DateTimeInterface $dt) use ($hasTime, $isUtc) {
268 if ($hasTime) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php668 } elseif (!$component->DTSTART->hasTime()) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php433 } elseif (!$component->DTSTART->hasTime()) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md755 * Added: Property\DateTime::hasTime().
756 * Added: Property\MultiDateTime::hasTime().
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php145 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php252 } elseif (!$component->DTSTART->hasTime()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php73 } elseif (!$this->DTSTART->hasTime()) {

12