Home
last modified time | relevance | path

Searched refs:date (Results 351 – 375 of 2857) sorted by last modified time

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

/plugin/const/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2023-04-04
/plugin/sql2wiki/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2023-08-03
/plugin/approve/
H A Dplugin.info.txt4 date 2023-11-17
H A Dscript.js72 var date = JSINFO['approve']['date'];
99 date.replace(' ', '&nbsp;')+'<br>'+
H A Ddeleted.files2 # but were removed later. An up to date plugin should not have any of
H A DLICENSE96 stating that you changed the files and the date of any change.
/plugin/approve/syntax/
H A Dtable.php184 $date = $approved;
191 $date = $ready_for_approval;
198 $date = $rev;
225 $renderer->doc .= '<a href="' . wl($id) . '">' . dformat($date) . '</a>';;
/plugin/approve/action/
H A Dmigration.php112 // $last_change_date = p_get_metadata($page, 'last_change date');
125 'approved' => date('c', $rev),
142 $data['ready_for_approval'] = date('c', $last_change_date);
145 $data['approved'] = date('c', $last_change_date);
H A Dapprove.php106 date('c'), $INFO['client'], $next_version, $INFO['id']);
135 date('c'), $INFO['client'], $INFO['id']);
203 // $last_change_date = p_get_metadata($INFO['id'], 'last_change date');
/plugin/btable2/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2023-03-28
/plugin/stellarium/
H A Dplugin.info.txt3 date 2023-03-25
H A DLICENSE.md37 …ied files to carry prominent notices stating that you changed the files and the date of any change.
/plugin/structacl/
H A Dplugin.info.txt4 date 2023-03-16
H A DLICENSE96 stating that you changed the files and the date of any change.
/plugin/htmlmetatags/
H A Dplugin.info.txt4 date 2023-06-12
/plugin/notification/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2023-03-07
H A Ddeleted.files2 # but were removed later. An up to date plugin should not have any of
/plugin/notification/helper/
H A Dcron.php40 ['user' => $user, 'timestamp' => date('c', 0)]);
/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/notification/action/
H A Dcron.php60 $sqlite->query('UPDATE cron_check SET timestamp=? WHERE user=?', date('c'), $user);
122 $date = strftime('%d.%m %H:%M', $timestamp);
124 $html .= "<li class=\"level1\"><div class=\"li\">$date $content</div></li>";
125 $text .= $date . ' ' . strip_tags($content). "\n";
141 … ['plugin' => $plugin, 'notification_id' => $id, 'user' => $user, 'sent' => date('c')]);
H A Dmigration.php54 ['user' => $user, 'timestamp' => date('c', 0)]);

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