Home
last modified time | relevance | path

Searched refs:DateTime (Results 226 – 250 of 419) sorted by relevance

12345678910>>...17

/plugin/sincetil/
H A Dsyntax.php51 $date = new DateTime ($match);
52 $now = new DateTime ();
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php57 * @param string|DateTime $date a string or DateTime object to convert
58 …* @param string|DateTime $now A string or DateTime object to compare with. If none given, the cu…
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php20 class DateTime extends \Google\Model class
186 class_alias(DateTime::class, 'Google_Service_ShoppingContent_DateTime');
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php22 new \DateTime($start),
23 new \DateTime($end),
350 new \DateTime('2011-12-01'),
351 new \DateTime('2011-12-31')
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php9 DateTime, alias
648 new DateTime('2011-01-01 00:00:00', new DateTimeZone('UTC')),
649 new DateTime('2011-12-31 23:59:59', new DateTimeZone('UTC'))
710 new DateTime('2000-01-01 00:00:00', new DateTimeZone('UTC')),
711 new DateTime('2010-12-31 23:59:59', new DateTimeZone('UTC'))
773 new \DateTime('2000-01-01 00:00:00', new \DateTimeZone('UTC')),
774 new \DateTime('2010-12-31 23:59:59', new \DateTimeZone('UTC'))
947 new DateTime('2000-01-01 00:00:00', new DateTimeZone('UTC')),
948 new DateTime('2010-12-31 23:59:59', new DateTimeZone('UTC'))
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards221 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
226 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards221 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
226 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards221 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
226 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerate_vcards221 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
226 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards221 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
226 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
/plugin/combo/ComboStrap/
H A DCacheManager.php7 use DateTime; alias
119 $actualDate = new DateTime();
H A DMarkupFileSystem.php5 use DateTime; alias
46 function getModifiedTime(Path $path): DateTime
H A DLocalFileSystem.php7 use DateTime; alias
62 * @return DateTime
65 public function getModifiedTime($path): DateTime
H A DPagePublicationDate.php19 use DateTime; alias
123 public function getDefaultValue(): DateTime
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php95 $date = new \DateTime('@' . (time() + (60 * 20)));
123 $date = new \DateTime('@' . (time() - (60 * 20)));
152 $date = new \DateTime('now');
182 $date = new \DateTime('now');
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1DateTime.AddZone',\n 'DateTime.Date',\n 'DateTime.FixedLocalNow',\n 'DateTime
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DFactoryTest.php42 … array(new \DateTime, new \DateTime, 'SebastianBergmann\\Comparator\\DateTimeComparator'),
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DBlogPost.php108 public function __construct($title, Author $author, \DateTime $createdAt, Publisher $publisher)
119 $this->etag = sha1($this->createdAt->format(\DateTime::ATOM));
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md24 $date1 = new DateTime('2013-03-29 04:13:35', new DateTimeZone('America/New_York'));
25 $date2 = new DateTime('2013-03-29 03:13:35', new DateTimeZone('America/Chicago'));
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php81 * @param DateTime $start
82 * @param DateTime $end
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 * @param DateTime $start
83 * @param DateTime $end
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst27 `strtotime`_ function), `DateTime`_ instances, or `DateInterval`_ instances. For
73 If the date is already a DateTime object, and if you want to keep its current
97 .. _`DateTime`: https://secure.php.net/DateTime target

12345678910>>...17