Home
last modified time | relevance | path

Searched refs:date (Results 226 – 250 of 2857) sorted by relevance

12345678910>>...115

/plugin/odt/ODT/
H A DODTmeta.php23 'meta:creation-date' => date('Y-m-d\\TH::i:s', null), //FIXME
25 'dc:date' => date('Y-m-d\\TH::i:s', null),
/plugin/logger/
H A Dplugin.info.txt4 date 2021-01-10
6 desc This plugin logs every request of DokuWiki. It logs the date, time, ip, username, host name,…
/plugin/linkback/
H A Dtools.php120 function addLogEntry($date, $id, $type = 'cl', $summary = '', $extra = '') { argument
125 if (!$date) {
126 $date = time(); //use current time if none supplied
136 'date' => $date,
179 if ($log['date'] < $trim_time) {
180 $old_lines[$log['date'] . ".$i"] = $lines[$i]; // keep old lines for now (append .$i to prevent key collisions)
182 $out_lines[$log['date'] . ".$i"] = $lines[$i]; // definitely keep these lines
/plugin/stats/
H A Dsyntax.php365 $dateConv = date("Ym", $changeEvent['date']);
431 if(date("n/Y", $singleChange['date']) == $month."/".$year) {
432 $date_value[date("j", $singleChange['date'])]++;
440 $lastDayOfMonth = date("t", $monthTime);
500 …tle(0,0,$this->getLang('ws_histocontribmonthbydaytitle').' '.date('F', $monthTime).' '.date('Y', $…
511 … '.date('F', $monthTime).' '.date('Y', $monthTime) . '" title="' . $this->getLang('ws_histocontrib…
531 $dateContrib = date("m/Y", $singleChange['date']);
540 $dateMin = date("m/Y",$dateMin);
543 $monthNow = date("m/Y");
/plugin/bureaucracy-au/
H A Dplugin.info.txt4 date 2019-06-14
6 …mails from them. Forked from Bureaucracy release 2019-03-20 to support the AU date format dd-mm-yy.
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki38 …code "b41f" on the left has been generated by this plugin, and the change date on the right hand s…
48 … be able to check the version/modification date of a paper document, I added the wiki page's modif…
81 … (except for an underscore, this one will be allowed). E.g.: "last_change date" will result in a f…
83 If the metadata address contains the string 'date', the field will be filled with a formatted date.
85 …atatofield>last_change date}}</code> takes the metadata value addressed by "last_change date" (tha…
120 …mat string compliant with the PHP function date(). It's used for the command 'metadatatofield', in…
/plugin/rssbycreated/
H A Dplugin.info.txt6 date 2017-10-24
8 desc Sorts the RSS feed by the date it was created
/plugin/data-au/
H A Dplugin.info.txt4 date 2019-06-24
6 …your wiki - Forked from Structured Data release 2019-03-20 to support the AU date format dd-mm-yy.
/plugin/bureaucracyau/
H A Dplugin.info.txt4 date 2019-06-10
6 …ails from them - Forked from Bureaucracy release 2019-03-20 to support the AU date format dd-mm-yy.
/plugin/credits/
H A Dscript.js1 function pcredits_mouseover(evt,date, id) { argument
22 if(date.length > 100) {
42 dom.innerHTML = date;
/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php82 $m_date = date($c->date_format, $d["timestamp"] + $c->time_offset);
83 $m_time = date($c->time_format, $d["timestamp"] + $c->time_offset);
95date($c->date_format, time() + $c->time_offset) == $m_date ? 1 : 0, // posted today ?
/plugin/bliki/
H A Dlocal.php.dist6 …iki']['dateheader'] = '===== l, F j ====='; // Format for date header/separator (passed to date(),…
7 …'; // Format for the footer datestamp (includes hours/minutes) (passed to date(), escape special f…
/plugin/pagelist/
H A Dstyle.css
/plugin/solr/
H A DPageinfo.php27 $fields['created'] = date('Y-m-d\TH:i:s\Z', $meta['date']['created']);
28 $fields['modified'] = date('Y-m-d\TH:i:s\Z', $meta['date']['modified']);
/plugin/adfs/phpsaml/lib/Saml/
H A DAuthRequest.php59 $date = new DateTime('now', new DateTimeZone('UTC'));
60 $timestamp = $date->format("Y-m-d\TH:i:s\Z");
/plugin/guestbook/
H A Dbasic.class.php149 …$output .= '<span>eingetragen von: ' . $data['name']. ' (' . date("d.m.Y H:i", strtotime($data['da…
311 …tabase->quote_smart($_POST['name']).", ".$guestbook_database->quote_smart(date("Y-m-d H:i:s")) . (…
408 …lDate = !empty($_POST['oldDate'])?date("Y-m-d", strtotime($_POST['oldDate'])):(empty($_POST['date'…
409 $this->actualTime = (empty($_POST['date'])?date("H:i", time()):date("H:i", $_POST['date']));
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php70 * @param string $date
73 public function testDeserializeDate($date, \DateTime $expected) argument
75 $element = new \SimpleXMLElement("<Date>$date</Date>");
/plugin/pagemod/helper/
H A Dpagemod.php99 return date("d/m/Y");
102 return date("c");
105 return date($matches[1]);
/plugin/notification/syntax/
H A Dlist.php162 $date = '';
164 $date = strftime($data['date'], $timestamp);
168 $renderer->doc .= "<li class=\"level1\"><div class=\"li\">$date $content</div></li>";
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php259 protected function formatDate(\DateTimeInterface $date) argument
263 if ($this->dateFormat === self::SIMPLE_DATE && $date instanceof DateTimeImmutable) {
264 return (string) $date;
267 return $date->format($this->dateFormat);
/plugin/spatialhelper/helper/
H A Dsitemap.php92 $RSSstart .= '<updated>' . date(DATE_ATOM) . '</updated>' . DOKU_LF;
93 $RSSstart .= '<id>' . $idTag . date("Y-m-d") . ':' . parse_url(ml($mediaID), PHP_URL_PATH)
132 $entry .= ' <updated>' . date_iso8601($meta['date']['modified']) . '</updated>' . DOKU_LF;
133 $entry .= ' <published>' . date_iso8601($meta['date']['created']) . '</published>' . DOKU_LF;
134 $entry .= ' <id>' . $idTag . date("Y-m-d", $meta['date']['modified']) . ':'
187 $KMLstart .= '<!-- atom:updated>' . date(DATE_ATOM) . '</atom:updated -->' . DOKU_LF;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dcycle.rst8 {% set start_year = date() | date('Y') %}
/plugin/codebuttonmod2/
H A Dplugin.info.txt4 date 2020-02-12
12 date 2019-01-19
/plugin/anewssystem/tpl/
H A Dnewstemplate_de.txt6 start |date |size="10" |now |veröffentlicht am |startdescr
7 stop |date |size="10" |4 month|abgelaufen am |stopdescr
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng26 value-date = element date {
37 value-date-time = element date-time {
43 value-date-and-or-time = value-date | value-date-time | value-time
161 (value-date-and-or-time | value-text)
167 (value-date-and-or-time | value-text)
288 "kin" | "muse" | "crush" | "date" | "sweetheart" | "me" |

12345678910>>...115