Home
last modified time | relevance | path

Searched refs:date (Results 251 – 275 of 2857) sorted by relevance

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

/plugin/webdav/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" |
/plugin/command/ext/
H A Ddt.php56 $newDT = date($format);
58 $newDT = date($format, strtotime($content));
/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php34 $expire_date = date('c', strtotime('+10 years'));
42 'generation_date' => date('c'),
/plugin/tumblr/
H A Dsyntax.php112 'date' => $item->get_local_date($conf['dformat']),
247 $html .= '<dd>'.$post['date'].'</dd>';
266 $html .= '<td class="post-date"><time>'.$post['date'].'</time></td>';
/plugin/freechat/phpfreechat/src/proxies/
H A Dlog.class.php58 $log .= date("d/m/Y")."\t";
59 $log .= date("H:i:s")."\t";
/plugin/pagequery/
H A Dplugin.info.txt4 date 2024-02-14
6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
/plugin/vcard/
H A Dvcard.php99 function setBirthday($date) { // $date format is YYYY-MM-DD argument
100 $this->properties["BDAY"] = $date;
153 $text.= "REV:".date("Y-m-d")."T".date("H:i:s")."Z\r\n";
/plugin/chat/
H A Dajax.php148 if (date('Yz',time()) == date('Yz',$parts[1])) {
149 $datetime = date('H:i:s',$parts[1]);
154 $datetime = date('Y/m/d, H:i:s',$parts[1]);
/plugin/snippets/
H A Dadmin.php116 …&nbsp;&nbsp;&nbsp;&nbsp;<b>$sfile</b> timestamp: " . $tm . ", date: " .date('r', $tm) . "<br /…
125 $res .= "$fnam: " .date('r', $tm) . '<br />';
175 foreach($snippet_array as $snippet=>$date) {
180 $updated['snippets'][$snippet]=$date;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dconstant.rst14 {{ some_date|date(constant('DATE_W3C')) }}
21 {{ constant('RSS', date) }}
/plugin/rssbycreated/
H A Daction.php43 …$event->data['item']->date = date('r', p_get_metadata($event->data['ditem']['id'],'date created'));
/plugin/pubmed/
H A Dstyle.css12 div.pubmed span.date{
23 div.pubmed span.date{
/plugin/prettyphoto/
H A Dplugin.info.txt4 date 2020-10-04
10 date 2020-10-03 [fork version]
/plugin/rating/
H A Dhelper.php157 $date = date('Y-m-d');
160 $sqlite->query($sql, $page, $this->userID(), $lang, $date, $rate);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEMONTH.php35 $date = split("#", $monthField);
36 foreach($date as $field)
/plugin/sincetil/
H A Dsyntax.php51 $date = new DateTime ($match);
53 $diff = $now -> diff ($date);
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js45 function fixDate(date) { argument
46 var workingDate = date;
/plugin/backlinks2/_test/data/meta/
H A Dbacklinks_syntax.meta1date";a:2:{s:7:"created";i:1463391774;s:8:"modified";i:1463262498;}s:4:"user";s:0:"";s:7:"creator"…
/plugin/gcalendar/inc/
H A Dstandard.css26 /* current-date in table-header ---------------------------------------------------------------- */
94 /* style of date and weekday in month-view */
152 /* category-styles for date entries. The category has to be capitalized ! ---------------------- */
161 background: url(images/date.gif) no-repeat center left;
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md7 due to run, calculate the next run date of the expression, and calculate the previous
8 run date of the expression. You can calculate dates far into the future or past by
42 // Calculate a run date two iterations into the future
46 // Calculate a run date relative to a specific time
/plugin/quickstats/
H A Dsyntax.php363 function table($data,&$renderer,$numbers=true,$date=false,$ip_array=false) { argument
378 else if ($date && $numbers) {
387 … $date_str = (is_array($date) && isset($date[$md5]) ) ? $date[$md5] : false;
436 … $date =($this->show_date && isset($this->pages['date'] )) ? $this->pages['date'] : false;
437 $page_count = $this->table($this->pages['page'],$renderer,true,$date);
/plugin/aceeditor/
H A Daction.php77 $date = str_replace('-', '', $version['date']);
78 return (int) $date > 20110525;
/plugin/bez/tpl/
H A Dkp.php25 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
58 <?php echo $tpl->date($tpl->get('thread')->close_date) ?>
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1134 if (!isset($date)) {
1144 if (is_string($date)) {
1145 $date = new \DateTimeImmutable($date, new \DateTimeZone(@date_default_timezone_get()));
1151 return $date >= $notBefore && $date <= $notAfter;
2580 return $date;
3105 if (!is_object($date) || !($date instanceof \DateTimeInterface)) {
3106 $date = new \DateTimeImmutable($date, new \DateTimeZone(@date_default_timezone_get()));
3127 if (is_string($date) && strtolower($date) === 'lifetime') {
3132 if (!is_object($date) || !($date instanceof \DateTimeInterface)) {
3133 … $date = new \DateTimeImmutable($date, new \DateTimeZone(@date_default_timezone_get()));
[all …]
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel31 self::assertArrayHasKey('date', $info);
39 self::assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
40 self::assertTrue(false !== strtotime($info['date']));

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