Home
last modified time | relevance | path

Searched refs:date (Results 326 – 350 of 2857) sorted by path

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

/plugin/bez/tpl/mail/
H A Dtask_comment.php30 <span style="color: #888"><?php echo $tpl->date($tpl->get('when')) ?></span>
H A Dthread_comment.php31 <span style="color: #888"><?php echo $tpl->date($tpl->get('when')) ?></span>
/plugin/bez/tpl/
H A Dtask_box.php14 <?php echo $tpl->date($tpl->get('task')->create_date) ?>
21 <?php echo $tpl->date($tpl->get('task')->close_date) ?>
H A Dtasks.php191 <?php if ($task->plan_date < date('%Y-%m-%d')): ?>
232 <?php echo $tpl->date($task->close_date) ?>
H A Dthread_box.php36 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
43 <?php echo $tpl->date($tpl->get('thread')->close_date) ?>
H A Dthreads.php132 <th><?php echo $tpl->getLang('date') ?></th>
191 <?php echo $tpl->date($thread->create_date) ?>
194 <?php echo $tpl->date($thread->last_activity_date) ?>
198 <?php echo $tpl->date($thread->close_date) ?><br />
/plugin/bible/
H A Dplugin.info.txt4 date 2012-10-17
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1254 $date = $startMonth . $startDay;
1259 $date = $startDay . $startMonth;
1298 $date = $startDate . $delimit . $endDate;
1300 $this->item[$this->styleMap->{$type}['date']] = $date;
H A DLICENSE79 …ied files to carry prominent notices stating that you changed the files and the date of any change.
H A DREADME.txt219 5. Resource date
/plugin/bibtex/OSBib/format/bibtexParse/
H A DLICENSE79 …ied files to carry prominent notices stating that you changed the files and the date of any change.
H A DPARSEMONTH.php35 $date = split("#", $monthField);
36 foreach($date as $field)
H A DREADME89 Split a bibtex month field into day and month components including date ranges.
/plugin/bibtex4dw/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2024-02-24
/plugin/blextra/
H A Dplugin.info.txt4 date 2012-05-26
/plugin/bliki/
H A Dlocal.php.dist6 …iki']['dateheader'] = '===== l, F j ====='; // Format for date header/separator (passed to date(),…
7 …'; // Format for the footer datestamp (includes hours/minutes) (passed to date(), escape special f…
H A Dsyntax.php165 $date = date('Y-m-d', $ts);
166 if ($date != $last_date) {
168 $last_date = $date;
178 $timestamp = date($this->getConf('datefooter'), $ts);
196 $date = date($this->getConf('dateheader'), $ts);
197 return $date . "\n";
215 $date = $parts[$s-3] . '-' . $parts[$s-2] . '-' . $parts[$s-1];
243 return $ID . $sep . date('Y-m-d-His', $ts);
246 return $ID . $sep . date('Y' . $sep . 'm' . $sep . 'd' . $sep . 'His', $ts);
/plugin/block/
H A Dplugin.info.txt4 date 2021-01-23
/plugin/blockquote/
H A DCOPYING96 stating that you changed the files and the date of any change.
H A Ddeleted.files2 # but were removed later. An up to date plugin should not have any of
H A Dplugin.info.txt4 date 2020-09-27
/plugin/blog/
H A DCOPYING97 stating that you changed the files and the date of any change.
H A Dhelper.php79 $date = $meta['date']['modified'];
80 if (!$date) $date = filemtime(wikiFN($id));
82 $cdate = $meta['date']['created'];
84 // prefer the date further in the past:
85 $date = min($date, $cdate);
98 else $key = $date;
106 'date'
[all...]
H A Dplugin.info.txt5 date 2023-10-24

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