Home
last modified time | relevance | path

Searched refs:get_datetime (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/devel/libnaji/libnaji-0.6.4.src/
H A Dnajitime.c120 void get_datetime() in get_datetime() function
129 get_datetime(); in s_systemdt()
151 get_datetime(); in telltime()
166 get_datetime(); in s_today()
180 get_datetime(); in s_month()
205 get_datetime(); in s_dayofmon()
222 get_datetime(); in s_year()
274 get_datetime(); in saat()
293 get_datetime(); in s_bugun()
307 get_datetime(); in s_ay()
[all …]
/dports/security/py-m2crypto/M2Crypto-0.38.0/tests/
H A Dtest_asn1.py104 self.assertEqual(str(udt), str(asn1.get_datetime()))
110 self.assertEqual(str(udt), str(asn1.get_datetime()))
116 self.assertEqual(str(udt), str(asn1.get_datetime()))
129 self.assertEqual(str(udt), str(asn1.get_datetime()))
135 self.assertEqual(str(udt), str(asn1.get_datetime()))
141 self.assertEqual(str(udt), str(asn1.get_datetime()))
/dports/devel/py-freezegun/freezegun-1.0.0/tests/
H A Dtest_class_import.py139 assert another_module.get_datetime() is datetime.datetime
140 assert another_module.get_datetime() is FakeDatetime
161 assert another_module.get_datetime() is datetime.datetime
162 assert not another_module.get_datetime() is FakeDatetime
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/libkolab/lib/
H A Dkolab_format_event.php63 $this->obj->setStart(self::get_datetime($object['start'], null, $object['allday']));
64 $this->obj->setEnd(self::get_datetime($object['end'], null, $object['allday']));
99 …$exevent->obj->setRecurrenceID(self::get_datetime($recurrence_id ?: $exception['start'], null, $o…
120 …$this->obj->setRecurrenceID(self::get_datetime($object['recurrence_date'], null, $object['allday']…
H A Dkolab_format_task.php65 … $this->obj->setStart(self::get_datetime($object['start'], null, $object['start']->_dateonly));
66 $this->obj->setDue(self::get_datetime($object['due'], null, $object['due']->_dateonly));
H A Dkolab_format_xcal.php483 … $rr->setEnd(self::get_datetime($object['recurrence']['UNTIL'], null, true, $start_tz));
489 $exdates->push(self::get_datetime($exdate, null, true, $start_tz));
507 $rdates->push(self::get_datetime($rdate, null, true, $start_tz));
549 … $alarm->setStart(self::get_datetime($valarm['trigger'], new DateTimeZone('UTC')));
552 $alarm->setStart(self::get_datetime($m[1], new DateTimeZone('UTC')));
602 $alarm->setStart(self::get_datetime($d[1], new DateTimeZone('UTC')));
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Stats/
H A DAbstractGraphRendererAction.php68 $f_end_date = get_datetime((int)$end_date);
70 $f_start_date = get_datetime((int)$start_date);
/dports/audio/ampache/ampache-php74-5.0.0/public/templates/
H A Dshow_users.inc.php80 $last_seen = $libitem->last_seen ? get_datetime($libitem->last_seen) : T_('Never');
81 … $create_date = $libitem->create_date ? get_datetime($libitem->create_date) : T_('Unknown'); ?>
H A Dshow_video.inc.php161 $videoprops[T_('Last Updated')] = get_datetime((int) $video->update_time);
163 $videoprops[T_('Added')] = get_datetime((int) $video->addition_time);
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dprotocol_callback.cc240 if (callbacks.get_datetime) in store()
241 return callbacks.get_datetime(callbacks_ctx, time, precision); in store()
256 if (callbacks.get_datetime) in store_date()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dprotocol_callback.cc240 if (callbacks.get_datetime) in store()
241 return callbacks.get_datetime(callbacks_ctx, time, precision); in store()
256 if (callbacks.get_datetime) in store_date()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dprotocol_callback.cc240 if (callbacks.get_datetime) in store()
241 return callbacks.get_datetime(callbacks_ctx, time, precision); in store()
256 if (callbacks.get_datetime) in store_date()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dprotocol_callback.cc240 if (callbacks.get_datetime) in store()
241 return callbacks.get_datetime(callbacks_ctx, time, precision); in store()
256 if (callbacks.get_datetime) in store_date()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dprotocol_callback.cc240 if (callbacks.get_datetime) in store()
241 return callbacks.get_datetime(callbacks_ctx, time, precision); in store()
256 if (callbacks.get_datetime) in store_date()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dprotocol_callback.cc240 if (callbacks.get_datetime) in store()
241 return callbacks.get_datetime(callbacks_ctx, time, precision); in store()
256 if (callbacks.get_datetime) in store_date()
/dports/devel/py-moto/moto-2.2.16/moto/support/
H A Dmodels.py22 self.time_created = self.get_datetime()
34 "timeCreated": self.get_datetime(),
47 def get_datetime(self): member in SupportCase
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A Dsubr.cpp103 time_t dt = get_datetime(obj); in formattime()
128 get_datetime(const Json& status) in get_datetime() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dprotocol_callback.cc148 if (callbacks.get_datetime) in store_datetime()
149 return callbacks.get_datetime(callbacks_ctx, &time, precision); in store_datetime()
154 if (callbacks.get_datetime) return callbacks.get_date(callbacks_ctx, &time); in store_date()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/include/sql_service/
H A Dsql_service_context_base.h202 virtual int get_datetime(const MYSQL_TIME *value, uint decimals) = 0;
313 return ((Sql_service_context_base *)ctx)->get_datetime(value, decimals); in sql_get_datetime()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_context_base.h209 virtual int get_datetime(const MYSQL_TIME * value,
340 return ((Sql_service_context_base *) ctx)->get_datetime(value, decimals); in sql_get_datetime()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_context_base.h209 virtual int get_datetime(const MYSQL_TIME * value,
340 return ((Sql_service_context_base *) ctx)->get_datetime(value, decimals); in sql_get_datetime()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_context_base.h209 virtual int get_datetime(const MYSQL_TIME * value,
340 return ((Sql_service_context_base *) ctx)->get_datetime(value, decimals); in sql_get_datetime()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_context_base.h209 virtual int get_datetime(const MYSQL_TIME * value,
340 return ((Sql_service_context_base *) ctx)->get_datetime(value, decimals); in sql_get_datetime()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_context_base.h209 virtual int get_datetime(const MYSQL_TIME * value,
340 return ((Sql_service_context_base *) ctx)->get_datetime(value, decimals); in sql_get_datetime()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/include/sql_service/
H A Dsql_service_context_base.h209 virtual int get_datetime(const MYSQL_TIME * value,
340 return ((Sql_service_context_base *) ctx)->get_datetime(value, decimals); in sql_get_datetime()

123456789