Home
last modified time | relevance | path

Searched refs:date (Results 351 – 375 of 2857) sorted by path

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

/plugin/blog/syntax/
H A Darchive.php133 // entry in the right date range?
134 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue;
151 // entry in the right date range?
152 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue;
174 // entry in the right date range?
175 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue;
177 if ($current_year != date('
[all...]
H A Dautoarchive.php83 $date = strftime('%Y-%m',$entry['date']);
84 // entry in the right date range?
85 if($date < $now || $date > $now) continue;
109 $y = date('Y',$entry['date']);
110 $m = date('m',$entry['date']);
/plugin/bloglinks/
H A DCOPYING97 stating that you changed the files and the date of any change.
H A Daction.php99 $date = $meta['date']['modified'];
100 if (!$date) $date = filemtime(wikiFN($ID));
102 $date = $meta['date']['created'];
103 if (!$date) $date = filectime(wikiFN($ID));
110 'date' => $date,
[all...]
H A Dplugin.info.txt4 date 2023-12-28
/plugin/blogmeta/
H A DCOPYING96 stating that you changed the files and the date of any change.
H A Daction.php58 … print $this->getLang('posted')." ".strftime($conf['dformat'],$INFO['meta']['date']['created']);
/plugin/blogtng/
H A DCOPYING96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt5 date 2023-02-16
/plugin/blogtng/action/
H A Dedit.php108 $YY = (int) $date['YY'];
109 $MM = (int) $date['MM'];
110 $DD = (int) $date['DD'];
111 $hh = (int) $date['hh'];
112 $mm = (int) $date['mm'];
225 $YY = (int) $date['YY'];
226 $MM = (int) $date['MM'];
227 $DD = (int) $date['DD'];
228 $hh = (int) $date['hh'];
229 $mm = (int) $date['mm'];
[all …]
/plugin/bookcreator/
H A Ddeleted.files2 # but were removed later. An up to date plugin should not have any of
H A Dplugin.info.txt4 date 2024-02-07
/plugin/booking/
H A DLICENSE96 stating that you changed the files and the date of any change.
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')
H A Dplugin.info.txt4 date 2020-06-03
/plugin/bookmark/
H A Dplugin.info.txt4 date 2020-07-14
/plugin/bookmark2wiki/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Daction.php56 $timestamp = date("Y:m:d:H:i:s"); //timestamp
H A Dbookmark2wiki.php41 $timestamp = date("Y:m:d:H:i:s"); //Group blogged items per year
H A Dplugin.info.txt4 date 2022-10-12
/plugin/bookmarkfile/
H A Dplugin.info.txt4 date 2019-01-18
/plugin/bootnote/
H A Dplugin.info.txt4 date 2017-08-08
/plugin/bootswrapper/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2022-09-22
/plugin/bootswrapper/exe/help/
H A Dprogress.txt3 Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progre…

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