Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 73) sorted by path

123

/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/data/
H A Ddeleted.files2 # but were removed later. An up to date DokuWiki should not have any of
/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/ChangeLog/
H A DRevisionInfo.php27 * - date: unix timestamp
45 'date' => false,
121 * edit date and time of the page or media file
129 $formatted = dformat($this->val('date'));
131 // exact date is unknown for externally deleted file
135 return '<span class="date">' . $formatted . '</span>';
177 $rev = $this->isCurrent() ? '' : $this->val('date');
219 if (!$this->val('date')) return '&mdash;';
222 $rev = $this->isCurrent() ? '' : $this->val('date');
226 $date
[all...]
/dokuwiki/inc/File/
H A DPageFile.php49 * Get raw WikiText of the page, considering change type at revision date
200 'date' => $data['newRevision'],
238 if (touch($fileLastMod, $revInfo['date'])) {
241 $details = '(' . $wrong_timestamp . ' -> ' . $revInfo['date'] . ')';
252 if ($revInfo['date'] == time()) sleep(1); // wait a tick
264 * Moves the current version to the attic and returns its revision date
274 $date = filemtime($oldfile);
275 $newfile = $this->getPath($date);
276 io_writeWikiPage($newfile, $this->rawWikiText(), $this->id, $date);
277 return $date;
[all...]
/dokuwiki/inc/
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...]
H A DMailer.class.php69 $this->setHeader('Date', date('r'), false);
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 Dcommon.php279 if ($revinfo !== false && $revinfo['date'] != $info['lastmod']) {
512 $urlParameters['at'] = date($conf['date_at_format'], $urlParameters['at']);
1319 * moves the current version to the attic and returns its revision date
1507 * Formats a timestamp as ISO 8601 date
1510 * @link http://php.net/manual/en/function.date.php#54072
1512 * @param int $int_date current date in UNIX timestamp
1517 $date_mod = date('Y-m-d\TH:i:s', $int_date);
1518 $pre_timezone = date('O', $int_date);
H A Dinfoutils.php63 Logger::debug("checkUpdateMessages(): messages up to date");
76 * Return DokuWiki's version (split up in date and type)
86 $version['date'] = trim(io_readFile(DOKU_INC . 'VERSION'));
90 $version['date'] = 'unknown';
92 // First try to get date and commit hash by calling Git
94 $commitInfo = shell_exec("git log -1 --pretty=format:'%h %cd' --date=short");
96 [$version['sha'], $date] = explode(' ', $commitInfo);
97 $version['date'] = hsc($date);
123 // Get commit date fro
[all...]
H A Dmedia.php594 * @return int - revision date
602 $date = filemtime($oldf);
603 if (!$conf['mediarevisions']) return $date;
606 if (!$medialog->getRevisionInfo($date)) {
611 addMediaLogEntry($date, $id, DOKU_CHANGE_TYPE_CREATE, $lang['created'], '', null, $sizechange);
618 addMediaLogEntry($date, $id, DOKU_CHANGE_TYPE_EDIT, '', '', null, $sizechange);
622 $newf = mediaFN($id, $date);
630 return $date;
859 'sort' => ['sortBy', ['name', 'date']]
896 return _media_get_display_param('sort', ['default' => 'name', 'date']);
[all...]
H A Dtemplate.php941 // prepare date and path
951 $date = dformat($INFO['lastmod']);
959 $out .= $date;
1123 if ($tag['type'] == 'date') {
/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/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/inc/lang/es/
H A Dsubscr_digest.txt16 y date de baja en la página y/o cambios en el espacio de nombre.
H A Dsubscr_list.txt13 y date de baja en la página y/o cambios en el espacio de nombre.
H A Dsubscr_single.txt19 y date de baja en la página y/o cambios en el espacio de nombre.
/dokuwiki/lib/plugins/acl/
H A Dplugin.info.txt4 date 2015-07-25
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php315 * Determine a user's password expiry date
360 // The number of seconds between this date and Unix epoch is 11644473600.
381 $status['expiryformat'] = date('Y-m-d H:i:s', bcsub(bcdiv($pwdExpire, '10000000'), '11644473600'));
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt4 date 2015-07-13
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt4 date 2015-07-13
/dokuwiki/lib/plugins/authpdo/
H A Dplugin.info.txt4 date 2016-08-20

123