Home
last modified time | relevance | path

Searched refs:DateTime (Results 376 – 400 of 419) sorted by relevance

1...<<11121314151617

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php133 $ifRangeDate = new \DateTime($ifRange);
139 $modified = new \DateTime($httpHeaders['Last-Modified']);
H A DServer.php1406 $lastMod = new \DateTime('@' . $lastMod);
1429 $lastMod = new \DateTime('@' . $lastMod);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php131 $ifRangeDate = new \DateTime($ifRange);
137 $modified = new \DateTime($httpHeaders['Last-Modified']);
H A DServer.php1330 $lastMod = new \DateTime('@' . $lastMod);
1353 $lastMod = new \DateTime('@' . $lastMod);
/plugin/combo/ComboStrap/
H A DFileSystems.php48 public static function getModifiedTime(Path $path): \DateTime
H A DFetcherVignette.php199 $modifiedTimeOrDefault = new \DateTime();
/plugin/struct/types/
H A DLookup.php83 $column = new RevisionColumn(0, new DateTime(), $table);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php26 use DateTime; alias
1032 $date = new \DateTime($source, new \DateTimeZone('GMT'));
1311 return @\DateTime::createFromFormat($format, $content);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php13 use DateTime;
785 * @param \DateTime $dateTime
791 protected function formatDateTime(DateTime $dateTime, string $dateTimeFormat, string $tzFormat, string $format)
954 $dateTime = DateTime::createFromFormat($format, $bytes);
956 throw new EncoderException('Unable to decode time to a DateTime object.');
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php873 $checkDate = new \DateTime($startDate->format('Y-m-1'));
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php833 $checkDate = new \DateTime($startDate->format('Y-m-1'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php67 $p->type = ['name' => 'DateTime', 'params' => []];
/plugin/webdavclient/
H A Dhelper.php259 $startTs = new \DateTime($startDate);
264 $endTs = new \DateTime($endDate);
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php844 * @param DateTime|null $validUntil Metadata's valid time
H A DUtils.php752 $date = new DateTime("@$time", new DateTimeZone('UTC'));
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php645 return new \DateTime($scalar, new \DateTimeZone('UTC'));
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php1416 $expectedDate = new \DateTime();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php572 $maxDate = new \DateTime(self::MAX_DATE);
/plugin/bez/mdl/
H A DTask.php9 use dokuwiki\plugin\struct\types\DateTime; alias
/plugin/combo/vendor/symfony/yaml/
H A DInline.php700 $time = new \DateTime($scalar, new \DateTimeZone('UTC'));
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak293 // DateTime
H A Dsyntax.php.2018-03-08_165255.bak300 // DateTime
H A Dsyntax.php.2018-03-08_163658.bak294 // DateTime
H A Dsyntax.php.2018-03-08_163718.bak293 // DateTime
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php677 $maxDate = new \DateTime(self::MAX_DATE);

1...<<11121314151617