Home
last modified time | relevance | path

Searched refs:DateTime (Results 201 – 225 of 419) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithXmlRootNamespace.php44 public function __construct($title, $author, \DateTime $createdAt, $language)
50 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
H A DObjectWithXmlNamespaces.php51 public function __construct($title, $author, \DateTime $createdAt, $language)
57 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
/plugin/stopforumspam/
H A DSpamLogger.php23 $dt = new DateTime();
26 $dt->format(DateTime::ISO8601),
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php23 * @param DateTime $start
27 public function isFree(\DateTime $start, \Datetime $end) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php23 * @param DateTime $start
27 public function isFree(\DateTime $start, \Datetime $end) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php23 * @param DateTime $start
27 public function isFree(\DateTime $start, \Datetime $end) {
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst24 Internally, Twig uses the PHP ``DateTime::diff()`` method for calculating the
31 or a DateTime instance.
34 a DateTime instance. Do not set this argument to use current date.
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php20 new \DateTime($start),
21 new \DateTime($end),
314 new \DateTime('2011-12-01'),
315 new \DateTime('2011-12-31')
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php20 new \DateTime($start),
21 new \DateTime($end),
314 new \DateTime('2011-12-01'),
315 new \DateTime('2011-12-31')
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php20 new \DateTime($start),
21 new \DateTime($end),
313 new \DateTime('2011-12-01'),
314 new \DateTime('2011-12-31')
/plugin/bez/mdl/
H A DTaskFactory.php79 $from = $period->getStartDate()->format(\DateTime::ISO8601);
80 $to = $period->getEndDate()->format(\DateTime::ISO8601);
107 $from = $period->getStartDate()->format(\DateTime::ISO8601);
108 $to = $period->getEndDate()->format(\DateTime::ISO8601);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DJCalTest.php13 "DTSTART" => new \DateTime("2013-05-26 18:10:00Z"),
16 "CREATED" => new \DateTime("2013-05-26 18:10:00Z"),
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DJCalTest.php13 "DTSTART" => new \DateTime("2013-05-26 18:10:00Z"),
16 "CREATED" => new \DateTime("2013-05-26 18:10:00Z"),
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DJCalTest.php13 "DTSTART" => new \DateTime("2013-05-26 18:10:00Z"),
16 "CREATED" => new \DateTime("2013-05-26 18:10:00Z"),
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DJCalTest.php13 "DTSTART" => new \DateTime("2013-05-26 18:10:00Z"),
16 "CREATED" => new \DateTime("2013-05-26 18:10:00Z"),
/plugin/combo/ComboStrap/
H A DDokuwikiId.php9 use DateTime; alias
28 public function getDefaultValue(): ?DateTime
H A DMarkupPath.php22 use DateTime; alias
723 * @return DateTime
727 function getCreatedTime(): ?DateTime
735 * @return DateTime
738 function getModifiedTime(): DateTime
747 function getModifiedTimeOrDefault(): DateTime
861 function getPublishedTime(): DateTime
876 * @return DateTime
880 function getPublishedElseCreationTime(): DateTime
894 return $dateTime > new DateTime('no
[all...]
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDateTimeComparator.php27 return ($expected instanceof \DateTime || $expected instanceof \DateTimeInterface) &&
28 ($actual instanceof \DateTime || $actual instanceof \DateTimeInterface);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php27 $start = new \DateTime('2000-01-01');
28 $end = new \DateTime('2020-01-01');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php27 * @var DateTime|null
34 * @var DateTime|null
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php27 * @var DateTime|null
34 * @var DateTime|null
/plugin/bez/ctl/
H A Dactivity_report.php12 $from = new DateTime($_POST['from']);
13 $to = new DateTime($_POST['to']);
H A Dreport.php11 $from = new DateTime($_POST['from']);
12 $to = new DateTime($_POST['to']);
/plugin/redproject/
H A Dsyntax.php182 … $createdOn = DateTime::createFromFormat(DateTime::ISO8601, $foundVersion['created_on']);
183 … $updatedOn = DateTime::createFromFormat(DateTime::ISO8601, $foundVersion['updated_on']);
186 …er->doc .= '<p><b>'.$this->getLang('createdon').'</b>'.$createdOn->format(DateTime::RFC850).'</p>';
187 …er->doc .= '<p><b>'.$this->getLang('updatedon').'</b>'.$updatedOn->format(DateTime::RFC850).'</p>';
/plugin/authfacebook/lib/Authentication/
H A DAccessToken.php118 if ($this->getExpiresAt() instanceof \DateTime) {
156 $dt = new \DateTime();

12345678910>>...17