Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 73) sorted by last modified time

123

/dokuwiki/lib/plugins/config/core/
H A DWriter.php127 ' * Date: ' . date('r'),
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE96 stating that you changed the files and the date of any change.
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php144 $data['popversion'] = $pluginInfo['date'];
302 $date = filemtime($base . '/' . $file);
307 if (!isset($data['file_oldest']) || $data['file_oldest'] > $date) $data['file_oldest'] = $date;
/dokuwiki/inc/
H A Dtemplate.php941 // prepare date and path
951 $date = dformat($INFO['lastmod']);
959 $out .= $date;
1123 if ($tag['type'] == 'date') {
H A DMailer.class.php69 $this->setHeader('Date', date('r'), false);
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...]
/dokuwiki/lib/styles/
H A Dfeed.css10 link, description, language, managingEditor, copyright, lastBuildDate, date, selector
53 item pubDate, entry modified, item date {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php165 if ($this->items[$i]->date != "") {
166 $itemDate = new FeedDate($this->items[$i]->date);
H A DRSSCreator10.php41 $feed .= " <dc:date>".htmlspecialchars($now->iso8601())."</dc:date>\n";
62 if ($this->items[$i]->date != null) {
63 $itemDate = new FeedDate($this->items[$i]->date);
64 $feed .= " <dc:date>".htmlspecialchars($itemDate->iso8601())."</dc:date>\n";
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 DPHPCreator.php39 $feed .= " \$feedItem[$i]->date=".htmlspecialchars($this->items[$i]->date).";\n";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
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/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/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/simplepie/simplepie/src/
H A DParser.php584 $pub_date = date('F j Y g:ia', $timestamp).' GMT';
/dokuwiki/lib/plugins/revert/
H A Dadmin.php141 $date = dformat($recent['date']);
147 echo ' <label for="revert__' . $cnt . '">' . $date . '</label> ';
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt4 date 2015-07-18
/dokuwiki/lib/plugins/info/
H A Dsyntax.php110 $renderer->doc .= date('r');
150 $renderer->cdata($info['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...]
/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/extension/
H A Dcli.php126 $date = $ext->getInstalledVersion();
128 if ($avail && $avail > $date && !$ext->isBundled()) {
336 $date = $ext->getInstalledVersion();
339 if ($avail && $avail > $date) {
355 $date = $ext->getLastUpdate();
368 $date,
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php340 if (!empty($this->localInfo['date'])) return $this->localInfo['date'];
346 * Get the install date of the current version
348 * @return string|bool The date of the last update or false if not available
357 * Get the date of the installation of the plugin
359 * @return string|bool The date of the installation or false if not available
586 * Get the date of the last available update
845 $this->managerData['updated'] = date('r');
847 $this->managerData['installed'] = date('r');

123