Home
last modified time | relevance | path

Searched refs:getUpdateDate (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/osticket/upload/include/staff/templates/
H A Dfaq-print.tmpl.php5 <?php echo Format::daydatetime($faq->getUpdateDate()); ?>
H A Dorg.tmpl.php43 …<div class="faded">Last updated <b><?php echo Format::datetime($org->getUpdateDate()); ?> </b></di…
/dports/www/osticket/upload/include/client/
H A Dfaq.inc.php22 Format::relativeTime(Misc::db2gmtime($faq->getUpdateDate()))); ?></div>
/dports/www/osticket/upload/include/staff/
H A Dorg-view.inc.php70 <td><?php echo Format::datetime($org->getUpdateDate()); ?></td>
H A Droles.inc.php77 <td><?php echo Format::datetime($role->getUpdateDate()); ?></td>
H A Dfaq-category.inc.php41 …q"> <?php echo __('Last Updated').' '. Format::daydatetime($category->getUpdateDate()); ?></time><…
H A Dfaq-view.inc.php100 <?php echo Format::relativeTime(Misc::db2gmtime($faq->getUpdateDate())); ?>
H A Duser-view.inc.php139 <td><?php echo Format::datetime($user->getUpdateDate()); ?></td>
H A Dslaplans.inc.php128 <td>&nbsp;<?php echo Format::datetime($sla->getUpdateDate()); ?></td>
/dports/www/osticket/upload/include/
H A Dajax.kbase.php53 Format::daydatetime($faq->getUpdateDate()),
H A Dclass.sla.php93 function getUpdateDate() { function in SLA
H A Dclass.page.php119 function getUpdateDate() { function in Page
H A Dclass.category.php63 function getUpdateDate() { return $this->updated; } function in Category
H A Dclass.role.php61 function getUpdateDate() { function in RoleModel
H A Dclass.faq.php105 function getUpdateDate() { return $this->updated; } function in FAQ
H A Dclass.organization.php136 function getUpdateDate() { function in OrganizationModel
/dports/www/ilias/ILIAS-5.4.25/Services/News/classes/
H A Dclass.ilNewsTimelineItemGUI.php163 if ($i->getCreationDate() != $i->getUpdateDate()) {
165 $update_date = new ilDateTime($i->getUpdateDate(), IL_CAL_DATETIME);
H A Dclass.ilNewsForContextBlockGUI.php601 "update_date" => $news->getUpdateDate(),
625 "update_date" => $news->getUpdateDate(),
/dports/www/ilias6/ILIAS-6.14/Services/News/classes/
H A Dclass.ilNewsTimelineItemGUI.php163 if ($i->getCreationDate() != $i->getUpdateDate()) {
165 $update_date = new ilDateTime($i->getUpdateDate(), IL_CAL_DATETIME);
H A Dclass.ilNewsForContextBlockGUI.php586 "update_date" => $news->getUpdateDate(),
610 "update_date" => $news->getUpdateDate(),
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/extension/helper/
H A Dlist.php481 $html .= ($extension->getUpdateDate()
482 ? hsc($extension->getUpdateDate())
/dports/www/ilias/ILIAS-5.4.25/Services/Notes/classes/
H A Dclass.ilNoteGUI.php783 if ($note->getUpdateDate() != null) {
787 … ilDatePresentation::formatDate(new ilDate($note->getUpdateDate(), IL_CAL_DATETIME))
1125 if ($note->getUpdateDate() != null) {
1129 ilDatePresentation::formatDate(new ilDate($note->getUpdateDate(), IL_CAL_DATETIME))
H A Dclass.ilNote.php249 public function getUpdateDate() function in ilNote
/dports/www/ilias6/ILIAS-6.14/Services/Notes/classes/
H A Dclass.ilNoteGUI.php784 if ($note->getUpdateDate() != null) {
788 … ilDatePresentation::formatDate(new ilDate($note->getUpdateDate(), IL_CAL_DATETIME))
1126 if ($note->getUpdateDate() != null) {
1130 ilDatePresentation::formatDate(new ilDate($note->getUpdateDate(), IL_CAL_DATETIME))
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DOsenc.h470 wxString getUpdateDate(){ return m_LastUpdateDate; } in getUpdateDate() function

12