Home
last modified time | relevance | path

Searched refs:date (Results 26 – 50 of 73) sorted by last modified time

123

/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt4 date 2012-07-28
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt4 date 2020-06-14
/dokuwiki/
H A DCOPYING96 stating that you changed the files and the date of any change.
H A Ddoku.php48 $DATE = $INPUT->int('date');
67 $date_parse = @date('Ymd', $DATE_AT);
H A Dfeed.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php119 header('Date: ' . date('r'));
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE173 stating that you changed the files and the date of any change.
H A DREADME.md51 $item->date = $data->newsdate;
106 fixed RFC822 date bug (thanks Tanguy Pruvot)
140 fixed a real and a possible bug with date conversions
/dokuwiki/inc/Sitemap/
H A DItem.php48 $date = @filemtime(wikiFN($id));
49 if (!$date) return null;
50 return new Item(wl($id, '', true), $date, $changefreq, $priority);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php75 $itemDate = new FeedDate($this->items[$i]->date);
76 $feed .= "From ".strtr(MBOXCreator::qp_enc($from), " ", "_")." ".date(
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt447 | date | show item dates |
454 By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
458 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
460 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
/dokuwiki/inc/Ui/
H A DPageDiff.php79 'date' => false,
148 $isCurrent = $changelog->isCurrentRevision($RevInfo->val('date'));
154 $rev = $isCurrent ? '' : $RevInfo->val('date');
195 $rev1Summary = ($this->RevInfo1->val('date'))
204 $rev2Summary = ($this->RevInfo2->val('date'))
298 // use timestamp for current revision, date may be false when revisions < 2
299 [$rev1, $rev2] = [(int)$this->RevInfo1->val('date'), (int)$this->RevInfo2->val('date')];
347 // use timestamp for current revision, date may be false when revisions < 2
348 [$rev1, $rev2] = [(int)$this->RevInfo1->val('date'), (in
[all...]
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt4 date 2015-07-15
/dokuwiki/inc/
H A Dchangelog.php37 * @param int $date Timestamp of the change
53 $date,
73 if (!$date) $date = time(); //use current time if none supplied
81 'date' => $date,
103 * @param int $date Timestamp of the change
114 $date,
131 if (!$date) $date
46 addLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
107 addMediaLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
[all...]
H A DJpegMeta.php155 }elseif(str_starts_with($lower_field, 'date.')){
236 * Return a date field
433 $value = date('Y:m:d H:i:s', strtotime($value));
630 * Gather various date fields
644 $dates['TimeStr'] = date("Y-m-d H:i:s", $this->_info['file']['UnixTime']);
647 $dates['EarliestTimeStr'] = date("Y-m-d H:i:s", $this->_info['file']['UnixTime']);
650 $dates['LatestTimeStr'] = date("Y-m-d H:i:s", $this->_info['file']['UnixTime']);
756 $dates['TimeStr'] = date("Y-m-d H:i:s", $earliestTime);
759 $dates['EarliestTimeStr'] = date("Y-m-d H:i:s", $earliestTime);
762 $dates['LatestTimeStr'] = date("
[all...]
H A DLogger.php206 * @param false|string|int $date Date to access, false for today
209 public function getLogfile($date = false)
213 if ($date !== null && !is_numeric($date)) {
214 $date = strtotime($date);
216 if (!$date) $date = time();
218 return $conf['logdir'] . '/' . $this->facility . '/' . date('Y-m-d', $date)
202 getLogfile($date = false) global() argument
[all...]
/dokuwiki/lib/plugins/acl/
H A Dplugin.info.txt4 date 2015-07-25
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt4 date 2015-07-15
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedDate.php4 * FeedDate is an internal class that stores a date for a feed or feed item.
12 * Creates a new instance of FeedDate representing a given date.
13 * Accepts RFC 822, ISO 8601 date formats (or anything that PHP's DateTime
16 * @param mixed $dateString optional the date this FeedDate will represent. If not specified, the current date and
22 $dateString = date("r");
37 * Gets the date stored in this FeedDate as an RFC 822 date.
39 * @return string a date in RFC 822 format
44 $date
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A Dconstants.php4 define("TIME_ZONE", date("O", time()));
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css286 #mediamanager__page .filelist .thumbs li .date {
297 #mediamanager__page .filelist .thumbs li .date {
341 #mediamanager__page .filelist .rows li .date {
351 [dir=rtl] #mediamanager__page .filelist .rows li .date {
365 #mediamanager__page .filelist .rows li .date {
H A D_recent.css31 .dokuwiki form.changes li span.date {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php97 * Default date format
1010 $date = new \DateTime($source, new \DateTimeZone('GMT'));
1012 $date->setTimezone(new \DateTimeZone('GMT'));
1013 $value = $date->format($format) . 'Z';
1297 * Sets the time / date format for asn1map().
H A DX509.php1084 * Validate a date
1086 * If $date isn't defined it is assumed to be the current date.
1088 * @param \DateTimeInterface|string $date optional
1091 public function validateDate($date = null)
1097 if (!isset($date)) {
1098 $date = new \DateTimeImmutable('now', new \DateTimeZone(@date_default_timezone_get()));
1107 if (is_string($date)) {
1108 $date = new \DateTimeImmutable($date, ne
2114 validateDate($date = null) global() argument
3592 _timeField($date) global() argument
4086 setStartDate($date) global() argument
4101 setEndDate($date) global() argument
4867 revoke($serial, $date = null) global() argument
[all...]

123