Home
last modified time | relevance | path

Searched refs:allDay (Results 1 – 8 of 8) sorted by relevance

/plugin/davcal/
H A Dscript.js342 var allDay = jQuery('#dw_davcal__allday_edit').prop('checked');
347 if(!allDay)
372 if(!allDay && endDate.isSame(startDate))
509 calEvent.allDay = false;
527 calEvent.allDay = false;
682 if(calEvent.allDay && (calEvent.end === null))
687 else if(calEvent.allDay)
699 jQuery('#dw_davcal__allday_edit').prop('checked', calEvent.allDay);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php71 protected $allDay = false; variable in Sabre\\VObject\\Recur\\EventIterator
148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
171 } elseif ($this->allDay) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php71 protected $allDay = false; variable in Sabre\\VObject\\Recur\\EventIterator
148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
171 } elseif ($this->allDay) {
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php75 protected $allDay = false; variable in Sabre\\VObject\\Recur\\EventIterator
152 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
175 } elseif ($this->allDay) {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php75 protected $allDay = false; variable in Sabre\\VObject\\Recur\\EventIterator
145 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
164 } elseif ($this->allDay) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php71 protected $allDay = false; variable in Sabre\\VObject\\Recur\\EventIterator
148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
171 } elseif ($this->allDay) {
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php746 public $allDay; variable in Google_Schedule
751 public function setAllDay( $allDay) { argument
752 $this->allDay = $allDay;
755 return $this->allDay;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1312 allDay: false
1750 var forcedAllDay = rawProps.allDay;
3088 obj.allDay = this.isAllDay();
11364 return this.getDefaultEventEnd(event.allDay, event.start);
11369 Calendar.prototype.getDefaultEventEnd = function (allDay, zonedStart) {
11371 if (allDay) {
12668 renderedHelper = this.dayGrid.renderDrag(groups.allDay, seg, isTouch) || renderedHelper;
12676 this.dayGrid.renderEventResize(groups.allDay, seg, isTouch);
12748 var allDay = [];
12753 allDay.push(eventFootprints[i]);
[all …]