Home
last modified time | relevance | path

Searched refs:convert_time (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Djwt_token.rb49 super(convert_time(value))
53 super(convert_time(value))
57 super(convert_time(value))
62 def convert_time(value) method in Gitlab.JWTToken
/dports/sysutils/psmisc/psmisc-22.16/src/
H A Dprtstat.c96 static double convert_time(const unsigned long ticks) in convert_time() function
183convert_time(pr->utime), convert_time(pr->stime), convert_time(pr->guest_time), convert_time(pr->b… in print_formated_stat()
184 convert_time(pr->cutime), convert_time(pr->cstime), convert_time(pr->cguest_time)); in print_formated_stat()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/univention/
H A Dudm_dns_zone.py112 def convert_time(time): function
195 obj['refresh'] = convert_time(refresh)
196 obj['retry'] = convert_time(retry)
197 obj['expire'] = convert_time(expire)
198 obj['ttl'] = convert_time(ttl)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dudm_dns_zone.py112 def convert_time(time): function
198 obj['refresh'] = convert_time(refresh)
199 obj['retry'] = convert_time(retry)
200 obj['expire'] = convert_time(expire)
201 obj['ttl'] = convert_time(ttl)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/univention/
H A Dudm_dns_zone.py112 def convert_time(time): function
198 obj['refresh'] = convert_time(refresh)
199 obj['retry'] = convert_time(retry)
200 obj['expire'] = convert_time(expire)
201 obj['ttl'] = convert_time(ttl)
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/dissection/src/Compiler/
H A Delapsed_time.cpp120 double convert_time(elapsed_t time1, elapsed_t time0) in convert_time() function
142 double convert_time(elapsed_t time1, elapsed_t time0) in convert_time() function
169 double convert_time(elapsed_t time1, elapsed_t time0) in convert_time() function
204 double convert_time(elapsed_t time1, elapsed_t time0) in convert_time() function
227 double convert_time(elapsed_t time1, elapsed_t time0) in convert_time() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dabstract_table_impl.h127 virtual ulonglong created(bool convert_time) const { in created() argument
128 return convert_time ? gmt_time_to_local_time(m_created) : m_created; in created()
137 virtual ulonglong last_altered(bool convert_time) const { in last_altered() argument
138 return convert_time ? gmt_time_to_local_time(m_last_altered) in last_altered()
H A Dschema_impl.h107 virtual ulonglong created(bool convert_time) const { in created() argument
108 return convert_time ? gmt_time_to_local_time(m_created) : m_created; in created()
117 virtual ulonglong last_altered(bool convert_time) const { in last_altered() argument
118 return convert_time ? gmt_time_to_local_time(m_last_altered) in last_altered()
H A Dprocedure_impl.h146 virtual ulonglong created(bool convert_time) const { in created() argument
147 return Routine_impl::created(convert_time); in created()
152 virtual ulonglong last_altered(bool convert_time) const { in last_altered() argument
153 return Routine_impl::last_altered(convert_time); in last_altered()
H A Droutine_impl.h211 virtual ulonglong created(bool convert_time) const { in created() argument
212 return convert_time ? gmt_time_to_local_time(m_created) : m_created; in created()
221 virtual ulonglong last_altered(bool convert_time) const { in last_altered() argument
222 return convert_time ? gmt_time_to_local_time(m_last_altered) in last_altered()
H A Dview_impl.h243 virtual ulonglong created(bool convert_time) const { in created() argument
244 return Abstract_table_impl::created(convert_time); in created()
249 virtual ulonglong last_altered(bool convert_time) const { in last_altered() argument
250 return Abstract_table_impl::last_altered(convert_time); in last_altered()
/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A Dntlib.c268 convert_time (FILETIME ft) in convert_time() function
385 buf->st_mtime = convert_time (wfd.ftLastWriteTime); in stat()
386 buf->st_atime = convert_time (wfd.ftLastAccessTime); in stat()
388 buf->st_ctime = convert_time (wfd.ftCreationTime); in stat()
485 buf->st_mtime = convert_time (info.ftLastWriteTime); in fstat()
486 buf->st_atime = convert_time (info.ftLastAccessTime); in fstat()
488 buf->st_ctime = convert_time (info.ftCreationTime); in fstat()
/dports/editors/emacs/emacs-27.2/lib-src/
H A Dntlib.c265 convert_time (FILETIME ft) in convert_time() function
385 buf->st_mtime = convert_time (wfd.ftLastWriteTime); in stat()
386 buf->st_atime = convert_time (wfd.ftLastAccessTime); in stat()
388 buf->st_ctime = convert_time (wfd.ftCreationTime); in stat()
485 buf->st_mtime = convert_time (info.ftLastWriteTime); in fstat()
486 buf->st_atime = convert_time (info.ftLastAccessTime); in fstat()
488 buf->st_ctime = convert_time (info.ftCreationTime); in fstat()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dmktime.c257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() function
275 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
296 if (convert_time (convert, mid, tp)) in ranged_convert()
474 if (convert_time (convert, gt, &tm)) in __mktime_internal()
510 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/net/gnu-dico/dico-2.10/xdico/gnu/
H A Dmktime.c258 convert_time (struct tm *(*convert) (const time_t *, struct tm *), in convert_time() function
276 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
297 if (convert_time (convert, mid, tp)) in ranged_convert()
475 if (convert_time (convert, gt, &tm)) in __mktime_internal()
511 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/lang/guile/guile-3.0.7/lib/
H A Dmktime.c257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() function
275 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
296 if (convert_time (convert, mid, tp)) in ranged_convert()
474 if (convert_time (convert, gt, &tm)) in __mktime_internal()
510 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/archivers/gtar/tar-1.34/gnu/
H A Dmktime.c257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() function
275 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
296 if (convert_time (convert, mid, tp)) in ranged_convert()
474 if (convert_time (convert, gt, &tm)) in __mktime_internal()
510 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/shells/rush/rush-2.1/gnu/
H A Dmktime.c260 convert_time (struct tm *(*convert) (const time_t *, struct tm *), in convert_time() function
278 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
299 if (convert_time (convert, mid, tp)) in ranged_convert()
477 if (convert_time (convert, gt, &tm)) in __mktime_internal()
513 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/databases/recutils/recutils-1.8/lib/
H A Dmktime.c258 convert_time (struct tm *(*convert) (const time_t *, struct tm *), in convert_time() function
276 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
297 if (convert_time (convert, mid, tp)) in ranged_convert()
475 if (convert_time (convert, gt, &tm)) in __mktime_internal()
511 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dmktime.c257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() function
275 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
296 if (convert_time (convert, mid, tp)) in ranged_convert()
474 if (convert_time (convert, gt, &tm)) in __mktime_internal()
510 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dmktime.c257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() function
275 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
296 if (convert_time (convert, mid, tp)) in ranged_convert()
474 if (convert_time (convert, gt, &tm)) in __mktime_internal()
510 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/net/dhcpd-pools/dhcpd-pools-3.1/lib/
H A Dmktime.c257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() function
275 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
296 if (convert_time (convert, mid, tp)) in ranged_convert()
474 if (convert_time (convert, gt, &tm)) in __mktime_internal()
510 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/security/gnutls/gnutls-3.6.16/src/gl/
H A Dmktime.c257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() function
275 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
296 if (convert_time (convert, mid, tp)) in ranged_convert()
474 if (convert_time (convert, gt, &tm)) in __mktime_internal()
510 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/math/octave/octave-6.4.0/libgnu/
H A Dmktime.c257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() function
275 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
296 if (convert_time (convert, mid, tp)) in ranged_convert()
474 if (convert_time (convert, gt, &tm)) in __mktime_internal()
510 if (! convert_time (convert, t, &tm)) in __mktime_internal()
/dports/editors/emacs/emacs-27.2/lib/
H A Dmktime.c257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() function
275 struct tm *r = convert_time (convert, t1, tp); in ranged_convert()
296 if (convert_time (convert, mid, tp)) in ranged_convert()
474 if (convert_time (convert, gt, &tm)) in __mktime_internal()
510 if (! convert_time (convert, t, &tm)) in __mktime_internal()

12345678910