Home
last modified time | relevance | path

Searched refs:date (Results 301 – 325 of 2857) sorted by path

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

/plugin/bbcodeextensions/
H A Dplugin.info.txt4 date 2023-04-13
/plugin/bbs/
H A Dplugin.info.txt4 date 2012-07-06
/plugin/behave/
H A Dplugin.info.txt4 date 2013-11-24
/plugin/bez/action/
H A Dmigration.php161 'added_date' => date('c')));
169 'added_date' => date('c')));
187 'create_date' => date('c', strtotime($row['datetime'])),
188 'last_modification_date' => date('c', strtotime($row['datetime'])),
201 $last_mod = date('c', (int) $row['close_date']);
203 $last_mod = date('c', (int) $row['date']);
209 'create_date' => date('c', (int) $row['date']),
249 $data['close_date'] = date('
[all...]
/plugin/bez/
H A Dcron-daily.php25 if (date('l') === $conf['plugin']['bez']['weekly_cron_day_of_the_week']) {
H A Dplugin.info.txt4 date 2024-03-28
/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/ctl/
H A D8d.php43 $this->tpl->set('preventive_close_date', date('Y-m-d', strtotime($max_preventive_close_date)));
H A Dstart.php15 $date = date('Y-m-d', $timestamp);
16 $time = date('H:i', $timestamp);
18 return array($date, $time);
22 list($date, $time) = $this->datetime($datetime);
24 if (!isset($this->timeline[$date])) $timeline[$date] = array();
25 $this->timeline[$date][] = array('time' => $time,
45 $month_earlier = date('c', strtotime('-1 month'));
47 $filter['create_date'] = array('>=', $month_earlier, array('date'));
[all...]
/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) {
/plugin/bez/meta/
H A DTpl.php28 $this->set('version', $info['date']);
130 public function date($date) { argument
131 return dformat(strtotime($date), '%Y-%m-%d');
/plugin/bez/tpl/
H A D8d.php40 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
106 <?php echo $tpl->date($tpl->get('thread')->close_date) ?>
H A D8d_tasks.php39 <?php echo $tpl->date($task->close_date) ?>
H A D8d_tasks_only_closing.php22 <?php echo $tpl->date($task->close_date) ?>
H A Dactivity.php2 <?php foreach ($tpl->get('timeline') as $date => $rows): ?>
4 <?php if ($date == date('Y-m-d')): ?>
5 <?php echo $date ?>: <?php echo $tpl->getLang('today') ?>
6 <?php elseif ($date == date('Y-m-d', strtotime('yesterday'))): ?>
7 <?php echo $date ?>: <?php echo $tpl->getLang('yesterday') ?>
9 <?php echo $date ?>
H A Dkp.php25 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
58 <?php echo $tpl->date($tpl->get('thread')->close_date) ?>
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php26 <td><?php echo $tpl->date($task->create_date) ?></td>

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