Home
last modified time | relevance | path

Searched refs:DateTime (Results 151 – 175 of 419) sorted by relevance

12345678910>>...17

/plugin/datedifference/
H A Dsyntax.php125 $date_from = new DateTime($data['from']);
126 $date_to = new DateTime($data['to']);
137 …$debug = "(" . $date_from->format(DateTime::RFC3339) . " → " . $date_to->format(DateTime::RF…
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php5 use DateTime; alias
34 * @return \DateTime Returns the nearest date
39 $target = DateTime::createFromFormat('Y-m-d', "$currentYear-$currentMonth-$tday");
59 public function isSatisfiedBy(DateTime $date, $value)
88 public function increment(DateTime $date, $invert = false)
H A DDayOfWeekField.php5 use DateTime; alias
24 public function isSatisfiedBy(DateTime $date, $value)
43 $tdateClone = new DateTime();
107 public function increment(DateTime $date, $invert = false)
H A DMinutesField.php5 use DateTime; alias
13 public function isSatisfiedBy(DateTime $date, $value)
18 public function increment(DateTime $date, $invert = false, $parts = null)
H A DHoursField.php4 use DateTime; alias
13 public function isSatisfiedBy(DateTime $date, $value)
18 public function increment(DateTime $date, $invert = false, $parts = null)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php34 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
66 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
98 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
171 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
205 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
240 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
274 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php5 use DateTime; alias
272 * @param DateTime $start
273 * @param DateTime $end
279 $start = new DateTime('1900-01-01');
282 $end = new DateTime('3000-01-01');
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate_modify.rst14 by the `strtotime`_ function) or `DateTime`_ instances. You can easily combine
23 .. _`DateTime`: https://secure.php.net/DateTime target
/plugin/combo/ComboStrap/
H A DWikiFileSystem.php7 use DateTime; alias
59 function getModifiedTime(Path $path): DateTime
66 * @return DateTime
69 public function getCreationTime(Path $path): DateTime
H A DCacheExpirationDate.php9 use DateTime; alias
37 public function getDefaultValue(): DateTime
82 public function getValue(): DateTime
H A DCreationDate.php10 use DateTime; alias
37 public function getDefaultValue(): DateTime
63 $datetime = new DateTime();
H A DModificationDate.php8 use DateTime; alias
55 $datetime = new DateTime();
98 public function getDefaultValue(): DateTime
H A DFileSystem.php7 use DateTime; alias
20 function getModifiedTime(Path $path): DateTime;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddate.test15 'date2' => new \DateTime('2010-10-04 13:45'),
17 …'date4' => 1286199900, // \DateTime::createFromFormat('Y-m-d H:i', '2010-10-04 13:45', new \DateTi…
18 …'date5' => -189291360, // \DateTime::createFromFormat('Y-m-d H:i', '1964-01-02 03:04', new \DateTi…
/plugin/todo/syntax/
H A Dlist.php440 if(isset($data['startbefore'])) { $condition3s = $condition3s && new DateTime($data['startbefore']) > $data['start']; }
441 if(isset($data['startafter'])) { $condition3s = $condition3s && new DateTime($data['startafter']) < $data['start']; }
442 if(isset($data['startat'])) { $condition3s = $condition3s && new DateTime($data['startat']) == $data['start']; }
453 if(isset($data['duebefore'])) { $condition3d = $condition3d && new DateTime($data['duebefore']) > $data['due']; }
454 if(isset($data['dueafter'])) { $condition3d = $condition3d && new DateTime($data['dueafter']) < $data['due']; }
455 if(isset($data['dueat'])) { $condition3d = $condition3d && new DateTime($data['dueat']) == $data['due']; }
468 $condition4 = $condition4 && new DateTime($data['completedbefore']) > $data['completeddate'];
471 $condition4 = $condition4 && new DateTime($data['completedafter']) < $data['completeddate'];
474 $condition4 = $condition4 && new DateTime($data['completedat']) == $data['completeddate'];
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php5 use DateTime; alias
30 * @return bool|DateTime
64 return new DateTime($dateString, new \DateTimeZone('UTC'));
74 * @param DateTime $dateTime
77 function toDate(DateTime $dateTime) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php25 class DateTime extends Property { class
45 if (isset($parts[0]) && $parts[0] instanceof \DateTime) {
65 if (is_array($value) && isset($value[0]) && $value[0] instanceof \DateTime) {
67 } elseif ($value instanceof \DateTime) {
185 public function setDateTime(\DateTime $dt, $isFloating = false) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php25 class DateTime extends Property { class
45 if (isset($parts[0]) && $parts[0] instanceof \DateTime) {
65 if (is_array($value) && isset($value[0]) && $value[0] instanceof \DateTime) {
67 } elseif ($value instanceof \DateTime) {
185 public function setDateTime(\DateTime $dt, $isFloating = false) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php25 class DateTime extends Property { class
45 if (isset($parts[0]) && $parts[0] instanceof \DateTime) {
65 if (is_array($value) && isset($value[0]) && $value[0] instanceof \DateTime) {
67 } elseif ($value instanceof \DateTime) {
185 public function setDateTime(\DateTime $dt, $isFloating = false) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php6 use DateTime; alias
276 * @param DateTime $start
277 * @param DateTime $end
283 $start = new DateTime('1900-01-01');
286 $end = new DateTime('3000-01-01');
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php5 use DateTime; alias
30 * @return bool|DateTime
64 return new DateTime($dateString, new \DateTimeZone('UTC'));
74 * @param DateTime $dateTime
77 function toDate(DateTime $dateTime) {
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DDateTest.php48 …his->assertEquals($expected, $extension->diff($this->env, new DateTime($date), new DateTime($now))…
54 …nd|minute|hour|day|month|year)s* ago$/', $extension->diff($this->env, new DateTime('24-07-2014')));
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php5 use DateTime; alias
31 * @param DateTime $start
33 public function __construct($rrule, DateTime $start) {
144 * @param DateTime $dt
147 public function fastForward(\DateTime $dt) {
160 * @var DateTime
168 * @var DateTime
485 …$this->currentDate = new \DateTime($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->…
764 $checkDate = new \DateTime($startDate->format('Y-m-1'));
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php5 use DateTime; alias
31 * @param DateTime $start
33 public function __construct($rrule, DateTime $start) {
144 * @param DateTime $dt
147 public function fastForward(\DateTime $dt) {
160 * @var DateTime
168 * @var DateTime
485 …$this->currentDate = new \DateTime($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->…
764 $checkDate = new \DateTime($startDate->format('Y-m-1'));
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php5 use DateTime; alias
31 * @param DateTime $start
33 public function __construct($rrule, DateTime $start) {
144 * @param DateTime $dt
147 public function fastForward(\DateTime $dt) {
160 * @var DateTime
168 * @var DateTime
485 …$this->currentDate = new \DateTime($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->…
764 $checkDate = new \DateTime($startDate->format('Y-m-1'));

12345678910>>...17