Home
last modified time | relevance | path

Searched refs:date (Results 326 – 350 of 2857) sorted by last modified time

1...<<11121314151617181920>>...115

/plugin/confightmlok/
H A Dplugin.info.txt4 date 2023-07-12
/plugin/randomtables/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2023-07-20
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php150 date('m/d/Y', $token->getEndOfLife()),
151 date('h:i:s A', $token->getEndOfLife())
/plugin/oauth/
H A Dplugin.info.txt4 date 2024-03-05
/plugin/upgrade/lang/en/
H A Dfinal.txt3 Should you encounter any problems, be sure all your plugins are up-to-date and compatible with the new version. The [[https://forum.dokuwiki.org/|user forum]] might have some hints for you.
/plugin/upgrade/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2024-02-06
/plugin/smtp/
H A Dplugin.info.txt4 date 2023-04-03
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php248 $this->header['Date'] = date('r');
/plugin/sortablejs/
H A Dplugin.info.txt4 date 2023-04-12
/plugin/embeddedphp/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2023-04-06
/plugin/htmlokalt/
H A Dplugin.info.txt4 date 2023-04-04
H A DLICENSE83 … a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
/plugin/statistics/inc/
H A DStatisticsQuery.class.php502 if(!$from) $from = date('Y-m-d');
503 if(!$to) $to = date('Y-m-d');
H A DStatisticsGraph.class.php22 if(!$from) $from = date('Y-m-d');
23 if(!$to) $to = date('Y-m-d');
/plugin/statistics/
H A Dadmin.php20 /** @var string from date in YYYY-MM-DD */
22 /** @var string to date in YYYY-MM-DD */
217 $today = date('Y-m-d');
218 $last1 = date('Y-m-d', time() - (60 * 60 * 24));
219 $last7 = date('Y-m-d', time() - (60 * 60 * 24 * 7));
220 $last30 = date('Y-m-d', time() - (60 * 60 * 24 * 30));
H A Dplugin.info.txt5 date 2024-01-30
/plugin/statistics/inc/pchart/
H A DpChart.php3181 * Set date format for axis labels
3188 * Convert TS to a date format string
3191 return (date($this->DateFormat, $Value));
3348 if($format == "date")
3349 return date('Y-m-d', $value); //todo: might be wrong, needs to go into converseion helper and needs a test
H A DREADME8 This seems to be the most up-to-date version of the library today (2014-06-19).
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt461 | date | show item dates |
469 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
471 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
/plugin/farmer/
H A Dplugin.info.txt4 date 2024-04-16
/plugin/const/_test/
H A Dconstants.test.php58 $this->assertTrue(strpos($HTML, 'YEAR:'.date('Y')) !== false);
59 $this->assertTrue(strpos($HTML, 'MONTH:'.date('m')) !== false);
60 $this->assertTrue(strpos($HTML, 'MONTHNAME:'.date('F')) !== false);
61 $this->assertTrue(strpos($HTML, 'WEEK:'.date('W')) !== false);
62 $this->assertTrue(strpos($HTML, 'DAY:'.date('d')) !== false);
63 $this->assertTrue(strpos($HTML, 'DAYNAME:'.date('l')) !== false);
/plugin/const/
H A Daction.php93 $item[1] = date("Y");
96 $item[1] = date("m");
99 $item[1] = date("F");
102 $item[1] = date("W");
106 $item[1] = date("d");
110 $item[1] = date("l");
114 $item[1] = date("H");
118 $item[1] = date("i");
122 $item[1] = date("s");
126 $item[1] = date("U");

1...<<11121314151617181920>>...115