Home
last modified time | relevance | path

Searched refs:DateTime (Results 251 – 275 of 419) sorted by relevance

1...<<11121314151617

/plugin/todo/syntax/
H A Dtodo.php210 $data['completeddate'] = new DateTime($completeddate);
226 $data['start'] = new DateTime($value);
231 $data['due'] = new DateTime($value);
291 $now = new DateTime("now");
/plugin/davcal/
H A Dhelper.php811 $dtStart = new \DateTime();
820 $dtEnd = new \DateTime();
858 $now = new \DateTime();
995 $startTs = new \DateTime($startDate);
1000 $endTs = new \DateTime($endDate);
1119 $entry['end'] = $dtEnd->format(\DateTime::ATOM);
1130 $entry['end'] = $dtEnd->format(\DateTime::ATOM);
1336 $dtStart = new \DateTime();
1343 $dtEnd = new \DateTime();
1374 $now = new DateTime();
[all …]
/plugin/judge/helper/
H A Djdatetime.class.php41 * @see DateTime
98 $obj = new DateTime('@' . $stamp, new DateTimeZone($timezone));
188 $tmpObj = new DateTime('@'.(time()-31536000));
354 … $obj = new DateTime($date, new DateTimeZone(($timezone != null) ? $timezone : self::$timezone));
357 $obj = new DateTime($date);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php34 self::RFC5424 => \DateTime::RFC3339,
35 self::RFC5424e => \DateTime::RFC3339_EXTENDED,
/plugin/bez/cron/
H A Dfunctions.php43 $now = new DateTime(date('Y-m-d'));
45 $plan_date = new DateTime($task->plan_date);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDate.php16 class Date extends DateTime
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDate.php16 class Date extends DateTime {
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDate.php16 class Date extends DateTime {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDate.php16 class Date extends DateTime {
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDate.php16 class Date extends DateTime {
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateTime.php14 class DateTime extends DateAndOrTime class
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateTime.php14 class DateTime extends DateAndOrTime { class
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst325 force a certain format to be used for serializing DateTime types and specifying at the same time a …
351 | DateTime | PHP's DateTime object (default format*…
353 | DateTime<'format'> | PHP's DateTime object (custom format/d…
356 | DateTime<'format', 'zone'> | PHP's DateTime object (custom format/t…
358 | DateTime<'format', 'zone', 'deserializeFormat'> | PHP's DateTime object (custom format/t…
406 …mat is `\DateTime::ISO8601` (which is not compatible with ISO-8601 despite the name). For jms/seri…
436 * @Type("DateTime")
441 * @Type("DateTime<'Y-m-d'>")
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateTime.php17 class DateTime extends DateAndOrTime { class
H A DDate.php39 public function setDateTime(\DateTime $dt) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateTime.php17 class DateTime extends DateAndOrTime { class
H A DDate.php39 public function setDateTime(\DateTime $dt) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateTime.php17 class DateTime extends DateAndOrTime { class
H A DDate.php39 public function setDateTime(\DateTime $dt) {
/plugin/icalendar/
H A Dfunctions.php17 $origin_dt = new DateTime("@$timestamp", $origin_dtz);
18 $remote_dt = new DateTime("@$timestamp", $remote_dtz);
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php355 if (!$this->getExpiresAt() instanceof \DateTime) {
373 $dt = new \DateTime();
/plugin/bez/mdl/
H A DThread_commentFactory.php114 $from = $period->getStartDate()->format(\DateTime::ISO8601);
115 $to = $period->getEndDate()->format(\DateTime::ISO8601);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php63 …public function __construct(string $defaultFormat = \DateTime::ATOM, string $defaultTimezone = 'UT…
96 …public function serializeDateTime(SerializationVisitorInterface $visitor, \DateTime $date, array $…
230 $datetime = \DateTime::createFromFormat($format, (string) $data, $timezone);
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php171 $min = new \DateTime('-15 minutes');
172 $max = new \DateTime('+15 minutes');
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php171 $min = new \DateTime('-15 minutes');
172 $max = new \DateTime('+15 minutes');

1...<<11121314151617