Home
last modified time | relevance | path

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

123

/dokuwiki/inc/
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 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...]
/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...]
H A DFeedItem.php22 * Publishing date of an item. May be in one of the following formats:
31 public $date; variable in FeedItem
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php62 public $date; variable in SimplePie\\Parse\\Date
634 * Parse a date
638 * @param string $date Date to parse
639 * @return int Timestamp corresponding to date string, or false on failure
641 public function parse($date) argument
644 if (($returned = call_user_func($method, $date)) !== false) {
650 if (($returned = call_user_func([$this, $method], $date)) !== false) {
659 * Add a callback method to parse a date
682 public function date_w3cdtf($date) argument
722 if (preg_match($pcre, $date,
805 date_rfc2822($date) global() argument
884 date_rfc850($date) global() argument
940 date_asctime($date) global() argument
978 date_strtotime($date) global() argument
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DOPMLCreator.php31 $date = new FeedDate($this->pubDate);
32 $feed .= " <dateCreated>".$date->rfc822()."</dateCreated>\n";
35 $date = new FeedDate($this->lastBuildDate);
36 $feed .= " <dateModified>".$date->rfc822()."</dateModified>\n";
H A DAtomCreator03.php66 if ($this->items[$i]->date == "") {
67 $this->items[$i]->date = time();
69 $itemDate = new FeedDate($this->items[$i]->date);
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php19 protected $date;
38 $this->date = $INPUT->str('date');
39 if (!preg_match('/^\d\d\d\d-\d\d-\d\d$/', $this->date)) {
40 $this->date = gmdate('Y-m-d');
55 * Show the navigational tabs and date picker
65 $form->addTextInput('date', $this->getLang('date'))
66 ->attr('type', 'date')->val($this->date)
17 protected $date; global() variable in admin_plugin_logviewer
[all...]
H A Dplugin.info.txt4 date 2023-12-22
/dokuwiki/
H A Dfeed.php
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A Dconstants.php4 define("TIME_ZONE", date("O", time()));
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DDate.php28 $date = new \DateTime();
29 $this->dateTime = $date->setTimestamp($timestamp);
36 * @throws \Exception when no valid date is given
/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/lib/plugins/acl/
H A Dplugin.info.txt4 date 2015-07-25
/dokuwiki/lib/plugins/usermanager/
H A Dplugin.info.txt4 date 2015-07-15
/dokuwiki/lib/plugins/info/
H A Dplugin.info.txt4 date 2020-06-04
/dokuwiki/lib/tpl/dokuwiki/
H A Dtemplate.info.txt4 date 2015-07-26
/dokuwiki/lib/plugins/config/
H A Dplugin.info.txt4 date 2015-07-18
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt4 date 2020-06-14
/dokuwiki/lib/plugins/authpdo/
H A Dplugin.info.txt4 date 2016-08-20
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt4 date 2015-07-13
/dokuwiki/lib/plugins/extension/
H A Dplugin.info.txt4 date 2015-07-26
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt4 date 2015-07-18
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt4 date 2015-07-13
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt4 date 2015-07-15

123