Home
last modified time | relevance | path

Searched refs:date (Results 101 – 125 of 2857) sorted by last modified time

12345678910>>...115

/plugin/qna/
H A Dplugin.info.txt4 date 2023-06-18
/plugin/templater/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt5 date 2023-12-14
/plugin/batchedit/
H A Dplugin.info.txt4 date 2024-02-12
/plugin/columns/
H A Dplugin.info.txt4 date 2023-06-16
/plugin/mikioplugin/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2024-02-09
H A Daction.php89 if(array_key_exists('date', $tpl_info)) {
90 $date = array_map('intval', explode('-', $tpl_info['date']));
91 if(count($date) === 3) {
93 if($date[0] > 2022 || ($date[0] == 2022 && ($date[1] > 10 || ($date[1] == 10 && $date[2] > 12)))) {
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dcalendar-date-fill.svg1 <svg class="bi bi-calendar-date-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcalendar-date.svg1 <svg class="bi bi-calendar-date" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcalendar2-date-fill.svg1 <svg class="bi bi-calendar2-date-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcalendar2-date.svg1 <svg class="bi bi-calendar2-date" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe9879 ĠUp date
10006 Up date
18865 up date
/plugin/aichat/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2024-04-22
/plugin/bez/cron/
H A Dfunctions.php10 'last_activity_date' => array('<=', date('c', strtotime('-26 days'))),
16 $day_of_issue_last_activity = date('d', strtotime($thread->last_activity_date));
17 if ($day_of_issue_last_activity == date('d')) {
37 $filters['plan_date'][1][] = date('Y-m-d', strtotime("+$day day"));
43 $now = new DateTime(date('Y-m-d'));
/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php34 $expire_date = date('c', strtotime('+10 years'));
42 'generation_date' => date('c'),
H A DLabel.php21 $this->added_date = date('c');
H A DTask.php106 $this->create_date = date('c');
238 $now = date('Y-m-d');
239 $plus_1_month = date('Y-m-d', strtotime('+1 month'));
272 $this->last_modification_date = date('c');
298 $this->close_date = date('c');
318 $this->last_activity_date = date('c');
441 $participant['added_date'] = date('c');
H A DTask_comment.php42 $this->create_date = date('c');
H A DTask_program.php27 $this->added_date = date('c');
H A DThread.php76 $this->create_date = date('c');
135 $this->last_modification_date = date('c');
156 $this->close_date = date('c');
191 $this->last_activity_date = date('c');
296 $participant['added_date'] = date('c');
H A DThreadFactory.php15 $date = $this->model->sqlite->res2single($r);
18 $first = (int) substr($date, 0, strpos($date, '-'));
19 $last = (int) date('Y');
H A DThread_comment.php56 $this->create_date = date('c');
H A DValidator.php160 public function validate_iso_date($date) { argument
161 if (preg_match('/^(\d{4})-(\d{2})-(\d{2})$/', $date, $parts)) {
173 public function validate_sqlite_datetime($date) { argument
174 $strtotime = strtotime($date);
179 $datetime = date('Y-m-d H:i:s', $strtotime);
180 if ($datetime !== $date) {

12345678910>>...115