/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 5 use DateTimeImmutable; alias 158 new DateTimeImmutable('2011-10-07', $tz), 159 new DateTimeImmutable('2011-10-10', $tz), 160 new DateTimeImmutable('2011-10-13', $tz), 161 new DateTimeImmutable('2011-10-16', $tz), 162 new DateTimeImmutable('2011-10-19', $tz), 163 new DateTimeImmutable('2011-10-22', $tz), 164 new DateTimeImmutable('2011-10-25', $tz), 205 new DateTimeImmutable('2011-10-07', $tz), 353 new DateTimeImmutable('2011-10-07', $tz), [all …]
|
H A D | Issue50Test.php | 5 use DateTimeImmutable; alias 118 new DateTimeImmutable('2013-07-15 09:00:00', $tz), 119 new DateTimeImmutable('2013-07-16 07:00:00', $tz), 120 new DateTimeImmutable('2013-07-17 07:00:00', $tz), 121 new DateTimeImmutable('2013-07-18 09:00:00', $tz), 122 new DateTimeImmutable('2013-07-19 07:00:00', $tz),
|
H A D | HandleRDateExpandTest.php | 6 use DateTimeImmutable; alias 48 new DateTimeImmutable("2015-10-12", $utc), 49 new DateTimeImmutable("2015-10-15", $utc), 50 new DateTimeImmutable("2015-10-17", $utc), 51 new DateTimeImmutable("2015-10-18", $utc), 52 new DateTimeImmutable("2015-10-20", $utc),
|
H A D | InfiniteLoopProblemTest.php | 5 use DateTimeImmutable; alias 29 …$this->assertFalse($ev->isInTimeRange(new DateTimeImmutable('2012-01-01 12:00:00'), new DateTimeIm… 55 $it->fastForward(new DateTimeImmutable('2012-01-29 23:00:00', new DateTimeZone('UTC'))); 61 … if ($it->getDtStart() > new DateTimeImmutable('2013-02-05 22:59:59', new DateTimeZone('UTC'))) { 69 [new DateTimeImmutable('2012-02-01 15:45:00', new DateTimeZone('Europe/Berlin'))], 92 $it->fastForward(new DateTimeImmutable('2013-01-01 23:00:00', new DateTimeZone('UTC')));
|
H A D | Issue48Test.php | 5 use DateTimeImmutable; alias 39 new DateTimeImmutable('2013-07-10 11:00:00', $tz), 40 new DateTimeImmutable('2013-07-12 11:00:00', $tz), 41 new DateTimeImmutable('2013-07-13 11:00:00', $tz),
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/ |
H A D | RDateIteratorTest.php | 5 use DateTimeImmutable; alias 13 …$it = new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTimeImmutable('2014-08-01 00:… 16 new DateTimeImmutable('2014-08-01 00:00:00', $utc), 17 new DateTimeImmutable('2014-09-01 00:00:00', $utc), 18 new DateTimeImmutable('2014-10-01 00:00:00', $utc), 36 new DateTimeImmutable('2014-08-01 00:00:00', $tz), 37 new DateTimeImmutable('2014-09-01 00:00:00', $tz), 38 new DateTimeImmutable('2014-10-01 00:00:00', $tz), 57 $it->fastForward(new DateTimeImmutable('2014-08-15 00:00:00')); 66 new DateTimeImmutable('2014-09-01 00:00:00', $utc), [all …]
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/ |
H A D | VAvailabilityTest.php | 5 use DateTimeImmutable; alias 45 new DateTimeImmutable('2015-07-17 16:22:00', $tz), 46 new DateTimeImmutable('2015-07-17 17:22:00', $tz), 68 new DateTimeImmutable('2015-07-17 16:22:00', $tz), 69 new DateTimeImmutable('2015-07-17 17:22:00', $tz), 107 …$document->VAVAILABILITY->isInTimeRange(new DateTimeImmutable('2015-07-17'), new DateTimeImmutable… 125 …$document->VAVAILABILITY->isInTimeRange(new DateTimeImmutable('2015-07-17'), new DateTimeImmutable…
|
H A D | AvailableTest.php | 5 use DateTimeImmutable; alias 43 new DateTimeImmutable('2015-07-17 16:22:00', $tz), 44 new DateTimeImmutable('2015-07-17 17:22:00', $tz), 66 new DateTimeImmutable('2015-07-17 16:22:00', $tz), 67 new DateTimeImmutable('2015-07-17 17:22:00', $tz),
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | DateTimeParserTest.php | 6 use DateTimeImmutable; alias 48 $compare = new DateTimeImmutable('2010-03-16 14:14:05', new DateTimeZone('UTC')); 81 $compare = new DateTimeImmutable('2010-03-16 14:14:05', new DateTimeZone('UTC')); 93 $compare = new DateTimeImmutable('2010-12-11 16:00:00', new DateTimeZone('UTC')); 105 … $compare = new DateTimeImmutable('2010-03-16 14:14:05', new DateTimeZone('Europe/Amsterdam')); 114 $expected = new DateTimeImmutable('2010-03-16 00:00:00', new DateTimeZone('UTC')); 130 $expected = new DateTimeImmutable('4500-12-31 00:00:00', new DateTimeZone('UTC')); 146 $expected = new DateTimeImmutable('4500-12-31 23:59:59', new DateTimeZone('UTC'));
|
H A D | EmClientTest.php | 5 use DateTimeImmutable; alias 52 …$this->assertEquals(new DateTimeImmutable('2011-10-08 19:30:00', new \DateTimeZone('America/Chicag…
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 6 use DateTimeImmutable; alias 32 * @return DateTimeImmutable 48 …$date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3].' '.$matches[4].':'.$mat… 62 * @return DateTimeImmutable 78 $date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3], $tz); 196 * @return DateTimeImmutable|DateInterval
|
H A D | FreeBusyGenerator.php | 5 use DateTimeImmutable; alias 168 $start = new DateTimeImmutable(Settings::$minDate); 171 $end = new DateTimeImmutable(Settings::$maxDate); 531 $dtstamp->setDateTime(new DateTimeImmutable('now', $tz)); 542 $busyTime[0] = new \DateTimeImmutable('@'.$busyTime['start'], $tz); 543 $busyTime[1] = new \DateTimeImmutable('@'.$busyTime['end'], $tz);
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 6 use DateTimeImmutable; alias 32 * @return DateTimeImmutable 48 …$date = new DateTimeImmutable($matches[1] . '-' . $matches[2] . '-' . $matches[3] . ' ' . $matches… 63 * @return DateTimeImmutable 79 $date = new DateTimeImmutable($matches[1] . '-' . $matches[2] . '-' . $matches[3], $tz); 203 * @return DateTimeImmutable|DateInterval
|
H A D | FreeBusyGenerator.php | 5 use DateTimeImmutable; alias 180 $start = new DateTimeImmutable(Settings::$minDate); 183 $end = new DateTimeImmutable(Settings::$maxDate); 570 $dtstamp->setDateTime(new DateTimeImmutable('now', $tz)); 582 $busyTime[0] = new \DateTimeImmutable('@' . $busyTime['start'], $tz); 583 $busyTime[1] = new \DateTimeImmutable('@' . $busyTime['end'], $tz);
|
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | EventIterator.php | 5 use DateTimeImmutable; alias 211 * @return DateTimeImmutable 225 * @return DateTimeImmutable 239 * @return DateTimeImmutable 485 * @var DateTimeImmutable 492 * @var DateTimeImmutable 502 * @var DateTimeImmutable
|
/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | EventIterator.php | 5 use DateTimeImmutable; alias 199 * @return DateTimeImmutable 212 * @return DateTimeImmutable 225 * @return DateTimeImmutable 459 * @var DateTimeImmutable 466 * @var DateTimeImmutable 476 * @var DateTimeImmutable
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
H A D | DateTimeImmutable.php | 22 class DateTimeImmutable extends \DateTimeImmutable implements \JsonSerializable class
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
H A D | DateTimeComparatorTest.php | 14 use DateTimeImmutable; alias 202 $this->assertTrue($this->comparator->accepts(new DateTime, new DateTimeImmutable)); 213 new DateTimeImmutable('2013-03-29 04:13:35', new DateTimeZone('America/New_York'))
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/ |
H A D | TestCase.php | 15 use Monolog\DateTimeImmutable; alias 44 'datetime' => new DateTimeImmutable(true),
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | date_immutable.test | 21 'date1' => new \DateTimeImmutable('2010-10-04 13:45'), 22 'date2' => new \DateTimeImmutable('2010-10-04 13:45', new \DateTimeZone('America/New_York')),
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 6 use DateTimeImmutable; alias 115 * @return DateTimeImmutable 135 …return new DateTimeImmutable("$dateParts[year]-$dateParts[month]-$dateParts[date] $dateParts[hour]…
|
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 6 use DateTimeImmutable; alias 125 * @return DateTimeImmutable 144 …return new DateTimeImmutable("$dateParts[year]-$dateParts[month]-$dateParts[date] $dateParts[hour]…
|
/plugin/webdav/vendor/sabre/vobject/lib/Component/ |
H A D | VAlarm.php | 5 use DateTimeImmutable; alias 26 * @return DateTimeImmutable
|
/plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
H A D | VAlarm.php | 5 use DateTimeImmutable; alias 26 * @return DateTimeImmutable
|
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
H A D | CronExpression.php | 6 use DateTimeImmutable; alias 291 } elseif ($currentTime instanceof DateTimeImmutable) { 326 } elseif ($currentTime instanceof DateTimeImmutable) {
|