| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
| D | MainTest.php | 18 $dtStart = $vcal->createProperty('DTSTART'); 19 $dtStart->setDateTime(new DateTimeImmutable('2011-10-07')); 21 $ev->add($dtStart); 41 $dtStart = $vcal->createProperty('DTSTART'); 42 $dtStart->setDateTime(new DateTimeImmutable('2011-10-07', new DateTimeZone('UTC'))); 44 $ev->add($dtStart); 81 $dtStart = $vcal->createProperty('DTSTART'); 82 … $dtStart->setDateTime(new DateTimeImmutable('2011-10-07 12:00:00', new DateTimeZone('UTC'))); 84 $ev->add($dtStart); 133 $dtStart = $vcal->createProperty('DTSTART'); [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
| D | MainTest.php | 18 $dtStart = $vcal->createProperty('DTSTART'); 19 $dtStart->setDateTime(new DateTime('2011-10-07')); 21 $ev->add($dtStart); 41 $dtStart = $vcal->createProperty('DTSTART'); 42 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC'))); 44 $ev->add($dtStart); 81 $dtStart = $vcal->createProperty('DTSTART'); 82 $dtStart->setDateTime(new DateTime('2011-10-07 12:00:00', new DateTimeZone('UTC'))); 84 $ev->add($dtStart); 133 $dtStart = $vcal->createProperty('DTSTART'); [all …]
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
| D | MainTest.php | 18 $dtStart = $vcal->createProperty('DTSTART'); 19 $dtStart->setDateTime(new DateTime('2011-10-07')); 21 $ev->add($dtStart); 41 $dtStart = $vcal->createProperty('DTSTART'); 42 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC'))); 44 $ev->add($dtStart); 81 $dtStart = $vcal->createProperty('DTSTART'); 82 $dtStart->setDateTime(new DateTime('2011-10-07 12:00:00', new DateTimeZone('UTC'))); 84 $ev->add($dtStart); 133 $dtStart = $vcal->createProperty('DTSTART'); [all …]
|
| /plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
| H A D | MainTest.php | 18 $dtStart = $vcal->createProperty('DTSTART'); 19 $dtStart->setDateTime(new DateTime('2011-10-07')); 21 $ev->add($dtStart); 41 $dtStart = $vcal->createProperty('DTSTART'); 42 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC'))); 44 $ev->add($dtStart); 81 $dtStart = $vcal->createProperty('DTSTART'); 82 $dtStart->setDateTime(new DateTime('2011-10-07 12:00:00', new DateTimeZone('UTC'))); 84 $ev->add($dtStart); 133 $dtStart = $vcal->createProperty('DTSTART'); [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/bin/ |
| D | generateicalendardata.php | 53 $dtStart = clone $currentDate; variable 56 $event->DTSTART->setDateTime($dtStart); 64 $dtStart = clone $currentDate; variable 65 $dtStart->setTime(mt_rand(1, 23), mt_rand(0, 59), mt_rand(0, 59)); 66 $event->DTSTART->setDateTime($dtStart);
|
| /plugin/webdavclient/vendor/sabre/vobject/bin/ |
| D | generateicalendardata.php | 55 $dtStart = clone $currentDate; variable 58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE); 65 $dtStart = clone $currentDate; variable 66 $dtStart->setTime(mt_rand(1,23), mt_rand(0,59), mt_rand(0,59)); 67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
|
| /plugin/davcard/vendor/sabre/vobject/bin/ |
| D | generateicalendardata.php | 55 $dtStart = clone $currentDate; variable 58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE); 65 $dtStart = clone $currentDate; variable 66 $dtStart->setTime(mt_rand(1,23), mt_rand(0,59), mt_rand(0,59)); 67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
|
| /plugin/davcal/vendor/sabre/vobject/bin/ |
| H A D | generateicalendardata.php | 55 $dtStart = clone $currentDate; variable 58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE); 65 $dtStart = clone $currentDate; variable 66 $dtStart->setTime(mt_rand(1,23), mt_rand(0,59), mt_rand(0,59)); 67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
|
| /plugin/davcard/vendor/sabre/vobject/lib/Component/ |
| D | VTodo.php | 151 $dtStart = $this->DTSTART; 153 if ($due->getValueType() !== $dtStart->getValueType()) { 161 } elseif ($due->getDateTime() < $dtStart->getDateTime()) {
|
| /plugin/davcal/vendor/sabre/vobject/lib/Component/ |
| H A D | VTodo.php | 151 $dtStart = $this->DTSTART; 153 if ($due->getValueType() !== $dtStart->getValueType()) { 161 } elseif ($due->getDateTime() < $dtStart->getDateTime()) {
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Component/ |
| D | VTodo.php | 151 $dtStart = $this->DTSTART; 153 if ($due->getValueType() !== $dtStart->getValueType()) { 161 } elseif ($due->getDateTime() < $dtStart->getDateTime()) {
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
| D | VTodo.php | 153 $dtStart = $this->DTSTART; 155 if ($due->getValueType() !== $dtStart->getValueType()) { 163 } elseif ($due->getDateTime() < $dtStart->getDateTime()) {
|
| /plugin/webdav/vendor/sabre/vobject/lib/Component/ |
| D | VTodo.php | 152 $dtStart = $this->DTSTART; 154 if ($due->getValueType() !== $dtStart->getValueType()) { 160 } elseif ($due->getDateTime() < $dtStart->getDateTime()) {
|
| /plugin/davcal/ |
| H A D | helper.php | 804 $dtStart = new \DateTime(); 805 $dtStart->setTimezone($timezone); 806 $dtStart->setDate(intval($startDate[0]), intval($startDate[1]), intval($startDate[2])); 810 $dtStart->setTime(intval($startTime[0]), intval($startTime[1]), 0); 826 $dtStartEv = $event->add('DTSTART', $dtStart); 1077 $dtStart = $start->getDateTime(); 1078 $dtStart->setTimezone($timezone); 1086 $entry['start'] = $dtStart->format("Y-m-d"); 1091 $entry['start'] = $dtStart->format(\DateTime::ATOM); 1110 $dtStart = $start->getDateTime(); [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/ |
| D | DateTimeTest.php | 337 $dtStart = $this->vcal->createProperty('DTSTART', new \DateTime('2013-06-07 15:05:00')); 338 $dtStart['VALUE'] = 'DATE'; 340 $this->assertEquals("DTSTART;VALUE=DATE:20130607\r\n", $dtStart->serialize());
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/ |
| D | DateTimeTest.php | 325 $dtStart = $this->vcal->createProperty('DTSTART', new \DateTime('2013-06-07 15:05:00')); 326 $dtStart['VALUE'] = 'DATE'; 328 $this->assertEquals("DTSTART;VALUE=DATE:20130607\r\n", $dtStart->serialize());
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/ |
| D | DateTimeTest.php | 325 $dtStart = $this->vcal->createProperty('DTSTART', new \DateTime('2013-06-07 15:05:00')); 326 $dtStart['VALUE'] = 'DATE'; 328 $this->assertEquals("DTSTART;VALUE=DATE:20130607\r\n", $dtStart->serialize());
|
| /plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/ |
| H A D | DateTimeTest.php | 325 $dtStart = $this->vcal->createProperty('DTSTART', new \DateTime('2013-06-07 15:05:00')); 326 $dtStart['VALUE'] = 'DATE'; 328 $this->assertEquals("DTSTART;VALUE=DATE:20130607\r\n", $dtStart->serialize());
|