Home
last modified time | relevance | path

Searched refs:DateInterval (Results 26 – 50 of 50) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_default_format_interval.test12 'date2' => new \DateInterval('P2D'),
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php5 use DateInterval; alias
62 $this->addTypeFilter(new DateIntervalFilter(), new TypeMatcher(DateInterval::class));
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php50 if ($busyEnd instanceof \DateInterval) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php51 if ($busyEnd instanceof \DateInterval) {
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php49 if ($busyEnd instanceof \DateInterval) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php49 if ($busyEnd instanceof \DateInterval) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php49 if ($busyEnd instanceof \DateInterval) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php6 use DateInterval; alias
65 $this->addTypeFilter(new DateIntervalFilter(), new TypeMatcher(DateInterval::class));
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDateTimeComparator.php45 $delta = new \DateInterval(sprintf('PT%sS', abs($delta)));
/plugin/bez/ctl/
H A Dactivity_report.php20 $period = new DatePeriod($from, new DateInterval('P1D'), $to);
H A Dreport.php19 $period = new DatePeriod($from, new DateInterval('P1D'), $to);
/plugin/timetrack/
H A Dhelper.php577 $interval = new DateInterval("P{$days}D");
748 $dateInterval = new DateInterval('P1D');
749 $dateIntervalWeek = new DateInterval('P7D');
818 $dateInterval = new DateInterval('P1D');
819 $dateIntervalWeek = new DateInterval('P7D');
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DXmlSchemaDateHandler.php75 return new \DateInterval((string)$data);
/plugin/structgantt/meta/
H A DGantt.php376 new \DateInterval($this->interval['period']),
406 new \DateInterval($this->interval['period']),
/plugin/combo/ComboStrap/
H A DIso8601Date.php337 public function diff(DateTime $rightTime): \DateInterval
/plugin/monthcal/
H A Dsyntax.php214 $date_interval = new DateInterval('P1D');
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php597 $date->add(new \DateInterval('P' . $byYearDay . 'D'));
599 $date->sub(new \DateInterval('P' . abs($byYearDay) . 'D'));
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php575 $date = $date->add(new \DateInterval('P'.$byYearDay.'D'));
577 $date = $date->sub(new \DateInterval('P'.abs($byYearDay).'D'));
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php416 $format = $date instanceof \DateInterval ? $formats[1] : $formats[0];
419 if ($date instanceof \DateInterval) {
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst377 | DateInterval | PHP's DateInterval object using ISO 86…
/plugin/davcal/
H A Dhelper.php830 $dtEnd->add(new \DateInterval('P1D'));
1351 $dtEnd->add(new \DateInterval('P1D'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php696 $duration = new \DateInterval('PT45M');
701 … $deserialized = $this->deserialize($this->getContent('date_interval'), \DateInterval::class);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md573 - \#720 - Adding support for DateInterval deserialization [\#721](https://github.com/schmittjoh/ser…
586 - DateInterval supported for serialization but not deserialization [\#720](https://github.com/schmi…
1047 - Add DateInterval serialization to DateHandler formerly DateTimeHandler [\#5](https://github.com/s…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG650 * fixed the date filter for DateInterval instances (setTimezone() does not exist for them)
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1393 * Fixed: Added a workaround for the fact that php's DateInterval cannot parse

12