Home
last modified time | relevance | path

Searched refs:date (Results 201 – 225 of 2857) sorted by relevance

12345678910>>...115

/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexamples.php178 $validUntil = mktime(0, 0, 0, date("m"), date("d")+1, date("y")); // One day in the future
/plugin/rssbycreated/
H A DREADME.md4 Re-orders the RSS feed by the created date and makes it the date submitted to the reader.
/plugin/datedifference/
H A Dplugin.info.txt4 date 2018-04-24
6 desc Display date difference
/plugin/booking/
H A Daction.php137 date('Y-m-d H:i', $booking['start']),
138 date('Y-m-d H:i', $booking['end']),
172 ->attrs(['type' => 'date', 'min' => date('Y-m-d'), 'required' => 'required'])
176 ->val(date('H', time() + 60 * 60) . ':00')
/plugin/dir/
H A Dstyle.css41 div.dokuwiki th.date,
46 div.dokuwiki td.date,
55 div.dokuwiki th.date {
58 div.dokuwiki td.date {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSegments.php278 public function setDate(Date $date) argument
280 $this->date = $date;
287 return $this->date;
/plugin/icalendar/
H A Dsyntax.php79 $to = mktime(24, 0, 0, date("m") , date("d"), date("Y"));
211 $startDay = date("Ymd", $entry['startunixdate']);
212 $endDay = date("Ymd", $entry['endunixdate']);
/plugin/datepicker/
H A Dplugin.info.txt4 date 2018-10-09
6 desc use a calendar popup to pick a date
/plugin/condition/
H A Dbase_tester.php.orig.php204 …ime = array('y' => date('Y', $t), 'm' => date('m', $t), 'd' => date('d', $t), 'h' => date('H', $t)…
/plugin/accscounter/syntax/
H A Dcounter.php52 'date' => date('Y/m/d'),
187 $is_yesterday = ($counters[$page]['date'] == date('Y/m/d', CURRENT - 24 * 60 * 60));
202 $logfilename = $logfiledir . utf8_strtolower(date('M-d-Y')) . '.txt';
204 $logcontent = $clientIP ."(" . date('H:i:s M d, Y') . ")\n";
216 $logcontent = $clientIP ."(" . date('H:i:s M d, Y') . ")\n";
262 $logfilename = $logfiledir . utf8_strtolower(date('M-d-Y')) . '.txt';
264 $logcontent = $clientIP ."(" . date('H:i:s M d, Y') . ")\n";
276 $logcontent = $clientIP ."(" . date('H:i:s M d, Y') . ")\n";
/plugin/nextday/
H A Dplugin.info.txt4 date 2011-11-08
6 desc Display the date of the closest $WEEKDAY
/plugin/pglist/
H A Dsyntax.php79 'date' => 0,
103 if(preg_match('/\bdate\b/i',$params)) $conf['date'] = 1;
176 if($data['date'])
/plugin/countdown/
H A Dplugin.info.txt4 date 2020-11-01
6 desc Countdown to a specific date
/plugin/adfs/phpsaml/lib/Saml/
H A DMetadata.php34 $date = new DateTime("@$timestamp", new DateTimeZone('UTC'));
35 $time = $date->format("Y-m-d\TH:i:s\Z");
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_modify.test4 {{ date1|date_modify('-1day')|date('Y-m-d H:i:s') }}
5 {{ date2|date_modify('-1day')|date('Y-m-d H:i:s') }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DNativeExtensionTest.php37 $this->assertEquals($output, $d1->date.$d2->date);
/plugin/today/
H A Dplugin.info.txt4 date 2021-03-13
6 desc [PHP 7.2 - 8.0] A syntax that generates links to a page with today's date
/plugin/xymon/dokuwiki-plugin/xymon/
H A Dplugin.info.txt4 date 2012-01-03
6 desc Provides a way for a Xymon server to check if the installation is up to date
/plugin/discussion/
H A Daction.php530 $date = time();
533 if ($date == -1) {
534 $date = time();
646 $date = time();
1119 * @param int $date
1131 if(!$date) {
1132 $date = time();
1744 if (is_array($a['date'])) {
1749 $createdA = $a['date'];
1752 if (is_array($b['date'])) {
[all …]
/plugin/findologicxmlexport/
H A DDokuwikiPage.php48 $date = new DateTime();
49 $this->lastEdit = $date->setTimestamp(p_get_metadata($page)['last_change']['date']);
/plugin/include/
H A Dhelper.php31 $this->defaults['date'] = $this->getConf('showdate');
146 case 'date':
147 $flags['date'] = 1;
150 $flags['date'] = 0;
756 $key = p_get_metadata($page, 'date created', METADATA_DONT_RENDER);
759 $key = p_get_metadata($page, 'date modified', METADATA_DONT_RENDER);
858 * Makes user or date dependent includes possible
925 '@YEAR@' => date('Y',$time_stamp),
926 '@MONTH@' => date('m',$time_stamp),
927 '@WEEK@' => date('
[all...]
/plugin/sincetil/
H A Dplugin.info.txt4 date 2019-05-06
6 desc Shows how long until a particular date/time and then how long since
/plugin/offline/inc/
H A Dlog.inc.php14 $dateStr = date('Y-m-d');
15 $timeStr = date('H:i:s');
/plugin/judge/
H A Dscript.js143 appendResult("running", data.row_number, data.date);
203 appendResult($fa_name, data.row_number, data.date, data.id);
210 function appendResult(status, number, date) { argument
213 …<tr class="row1"><td class="col0">' + number + '</td><td class="col1">' + date + '</td><td class="…
216 …<tr class="row1"><td class="col0">' + number + '</td><td class="col1">' + date + '</td><td class="…
/plugin/translationbuddy/
H A Dsyntax.php124 $date = @filemtime($fn);
125 if($date && !in_array($ns, $ignore_ns)) {
127 $items[$lc][$ns][$page] = $date;
173 foreach ($pages as $id => $date) {
174 if ($date < $items['en'][$ns][$id]) {

12345678910>>...115