Home
last modified time | relevance | path

Searched refs:date_read (Results 1 – 19 of 19) sorted by relevance

/dports/converters/tnef/tnef-1.4.12/src/
H A Ddate.h40 extern void date_read (struct date *dt, const unsigned char *buf);
H A Ddate.c54 date_read (struct date *dt, const unsigned char *buf) in date_read() function
H A Dattr.c47 date_read (dt, attr->buf); in copy_date_from_attr()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_ticket.sql38 date_read datetime, field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_ticket.sql38 date_read datetime, field
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/ticket/class/
H A Dticket.class.php178 public $date_read = ''; variable in Ticket
463 …$sql .= " ".(!isset($this->date_read) || dol_strlen($this->date_read) == 0 ? 'NULL' : "'".$this->d…
625 $this->date_read = $this->db->jdate($obj->date_read);
626 $this->date_validation = $this->db->jdate($obj->date_read);
792 $line->date_read = $this->db->jdate($obj->date_read);
914 …$sql .= " date_read=".(dol_strlen($this->date_read) != 0 ? "'".$this->db->idate($this->date_read).…
1105 $this->date_read = '';
3134 public $date_read = ''; variable in TicketsLine
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/ticket/class/
H A Dticket.class.php178 public $date_read = ''; variable in Ticket
467 …$sql .= " ".(!isset($this->date_read) || dol_strlen($this->date_read) == 0 ? 'NULL' : "'".$this->d…
628 $this->date_read = $this->db->jdate($obj->date_read);
629 $this->date_validation = $this->db->jdate($obj->date_read);
795 $line->date_read = $this->db->jdate($obj->date_read);
917 …$sql .= " date_read=".(dol_strlen($this->date_read) != 0 ? "'".$this->db->idate($this->date_read).…
1110 $this->date_read = '';
3145 public $date_read = ''; variable in TicketsLine
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/ticket/
H A Dview.php297 if (!empty($object->dao->date_read)) {
299 print dol_print_date($object->dao->date_read, 'dayhour');
H A Dlist.php550 print dol_print_date($db->jdate($obj->date_read), 'dayhour');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/public/ticket/
H A Dview.php296 if (!empty($object->dao->date_read)) {
298 print dol_print_date($object->dao->date_read, 'dayhour');
H A Dlist.php545 print dol_print_date($db->jdate($obj->date_read), 'dayhour');
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/ticket/
H A Dcard.php977 if (!empty($object->date_read)) {
978 print dol_print_date($object->date_read, 'dayhour', 'tzuser');
979 …eforeSince").': <i>'.convertSecondToTime(roundUpToNextMultiple($object->date_read - $object->datec…
980 …print ' / <i>'.convertSecondToTime(roundUpToNextMultiple($now - $object->date_read, 60)).'</i></sp…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/ticket/
H A Dcard.php947 if (!empty($object->date_read)) {
948 print dol_print_date($object->date_read, 'dayhour', 'tzuser');
949 …TimeToRead").': <i>'.convertSecondToTime(roundUpToNextMultiple($object->date_read - $object->datec…
950 …nce").': <i>'.convertSecondToTime(roundUpToNextMultiple($now - $object->date_read, 60)).'</i></spa…
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/rtc/
H A Drtctest.c39 TEST_F(rtc, date_read) { in TEST_F() argument
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/rtc/
H A Drtctest.c39 TEST_F(rtc, date_read) { in TEST_F() argument
/dports/deskutils/calibre/calibre-src-5.34.0/resources/catalog/
H A Dstylesheet.css96 p.date_read {
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/rtc/
H A Drtctest.c39 TEST_F(rtc, date_read) { in TEST_F() argument
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/migration/
H A D7.0.0-8.0.0.sql246 date_read datetime, field
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/migration/
H A D7.0.0-8.0.0.sql246 date_read datetime, field