Home
last modified time | relevance | path

Searched +full:date -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 389) sorted by path

12345678910>>...16

/dokuwiki/
H A DCOPYING96 stating that you changed the files and the date of any change.
H A Ddoku.php24 $DATE, $RANGE, $HIGH, $TEXT, $PRE, $SUF, $SUM, $INFO, $JSINFO;
48 $DATE = $INPUT->int('date');
67 $date_parse = @date('Ymd', $DATE_AT);
46 $DATE = $INPUT->int('date'); global() variable
H A Dfeed.php
/dokuwiki/bin/
H A Ddwpage.php140 'keys of the different levels by spaces, in quotes, eg "date modified".',
/dokuwiki/conf/
H A Ddokuwiki.php39 $conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki page for details
H A Dmediameta.php8 * htmltype - 'text', 'textarea' or 'date'
34 'date',
35 array('Date.EarliestTime')),
/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/Action/
H A DEdit.php56 global $DATE;
79 // Use the date of the newest revision, not of the revision we edit
81 if (!$DATE) $DATE = @filemtime(wikiFN($ID));
H A DSave.php34 global $DATE;
50 $DATE != 0
51 && isset($INFO['meta']['date']['modified'])
52 && $INFO['meta']['date']['modified'] > $DATE
H A DShow.php6 * Date: 2/10/17
/dokuwiki/inc/
H A DAjax.php220 $sort = $INPUT->post->bool('recent') ? 'date' : 'natural';
H A DDraft.php87 'date' => $INPUT->post->int('date'),
H A DInfo.php23 'date' => '', // YYYY-MM-DD
31 $return['date'] = $matches[2];
47 $return['version'] = $return['date'];
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...]
/dokuwiki/inc/Cache/
H A DCacheRenderer.php79 $valid = p_get_metadata($this->page, 'date valid');
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php98 * Return the last revision identifier, date value of the last entry of the changelog
119 $this->cache[$this->id][$info['date']] ??= $info;
136 * - date: unix timestamp
184 * only that a line with the date exists in the changelog.
299 $revs[] = $info['date'];
315 * @param int $rev revision timestamp used as start date
357 if (($direction > 0 && $info['date'] > $rev) || ($direction < 0 && $info['date'] < $rev)) {
360 $relativeRev = $info['date'];
368 && ($info['date']
[all...]
H A DChangeLogTrait.php32 'date' => (int)$info[0], // unix timestamp
50 * @param int $timestamp log line date (optional)
57 'date' => $timestamp ?? $info['date'],
155 $finger_rev = $info['date'];
H A DMediaChangeLog.php46 * @param int $timestamp log line date (optional)
55 if (isset($timestamp)) unset($this->cache[$this->id][$info['date']]);
63 $this->currentRevision = $info['date'];
H A DPageChangeLog.php46 * @param int $timestamp log line date (optional)
55 if (isset($timestamp)) unset($this->cache[$this->id][$info['date']]);
63 $this->currentRevision = $info['date'];
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/Extension/
H A DPluginInterface.php24 * date - Last modified date of the plugin in YYYY-MM-DD format
H A DPluginTrait.php37 'date' => '0000-00-00',
H A DRemotePlugin.php
/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...]

12345678910>>...16