Home
last modified time | relevance | path

Searched defs:timepart (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/ploticus/pl240src/src/
H A Ddatetime.c44 char datepart[20], timepart[20]; local
78 DT_getdtparts( dt, datepart, timepart ) in DT_getdtparts() argument
99 char datepart[20], timepart[20]; local
134 double datepart, timepart, floor(), fmod(); local
160 char datepart[20], timepart[20]; local
233 DT_build_dt( datepart, timepart, result ) in DT_build_dt() argument
H A Ddates.c1329 char datepart[20], timepart[20]; local
1363 DT_getdtparts( dt, datepart, timepart ) in DT_getdtparts() argument
1384 char datepart[20], timepart[20]; local
1419 double datepart, timepart, floor(), fmod(); local
1445 char datepart[20], timepart[20]; local
1518 DT_build_dt( datepart, timepart, result ) in DT_build_dt() argument
H A Dnearest.c21 char datepart[40], timepart[40], unittyp[40]; local
/dports/math/ploticus-nox11/pl240src/src/
H A Ddatetime.c44 char datepart[20], timepart[20]; local
78 DT_getdtparts( dt, datepart, timepart ) in DT_getdtparts() argument
99 char datepart[20], timepart[20]; local
134 double datepart, timepart, floor(), fmod(); local
160 char datepart[20], timepart[20]; local
233 DT_build_dt( datepart, timepart, result ) in DT_build_dt() argument
H A Ddates.c1329 char datepart[20], timepart[20]; local
1363 DT_getdtparts( dt, datepart, timepart ) in DT_getdtparts() argument
1384 char datepart[20], timepart[20]; local
1419 double datepart, timepart, floor(), fmod(); local
1445 char datepart[20], timepart[20]; local
1518 DT_build_dt( datepart, timepart, result ) in DT_build_dt() argument
H A Dnearest.c21 char datepart[40], timepart[40], unittyp[40]; local
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/msdos_time/src/
H A Dlib.rs21 pub timepart: u16, field
86 let timepart = ((tm.tm_sec >> 1) | (tm.tm_min << 5) | (tm.tm_hour << 11)) as u16; in tm_to_msdos() localVariable
102 let timepart: WORD = ms.timepart; in msdos_to_tm() localVariable
139 let mut timepart : WORD = 0; in tm_to_msdos() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/msdos_time/src/
H A Dlib.rs20 pub timepart: u16, field
85 let timepart = ((tm.tm_sec >> 1) | (tm.tm_min << 5) | (tm.tm_hour << 11)) as u16; in tm_to_msdos() localVariable
103 let timepart: WORD = ms.timepart; in msdos_to_tm() localVariable
140 let mut timepart : WORD = 0; in tm_to_msdos() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/msdos_time/src/
H A Dlib.rs20 pub timepart: u16, field
85 let timepart = ((tm.tm_sec >> 1) | (tm.tm_min << 5) | (tm.tm_hour << 11)) as u16; in tm_to_msdos() localVariable
103 let timepart: WORD = ms.timepart; in msdos_to_tm() localVariable
140 let mut timepart : WORD = 0; in tm_to_msdos() localVariable
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/msdos_time-0.1.6/src/
H A Dlib.rs20 pub timepart: u16, field
85 let timepart = ((tm.tm_sec >> 1) | (tm.tm_min << 5) | (tm.tm_hour << 11)) as u16; in tm_to_msdos() localVariable
103 let timepart: WORD = ms.timepart; in msdos_to_tm() localVariable
140 let mut timepart : WORD = 0; in tm_to_msdos() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/msdos_time/src/
H A Dlib.rs20 pub timepart: u16, field
85 let timepart = ((tm.tm_sec >> 1) | (tm.tm_min << 5) | (tm.tm_hour << 11)) as u16; in tm_to_msdos() localVariable
103 let timepart: WORD = ms.timepart; in msdos_to_tm() localVariable
140 let mut timepart : WORD = 0; in tm_to_msdos() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/msdos_time/src/
H A Dlib.rs20 pub timepart: u16, field
85 let timepart = ((tm.tm_sec >> 1) | (tm.tm_min << 5) | (tm.tm_hour << 11)) as u16; in tm_to_msdos() localVariable
103 let timepart: WORD = ms.timepart; in msdos_to_tm() localVariable
140 let mut timepart : WORD = 0; in tm_to_msdos() localVariable
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsjsonutils.py91 def geojson_with_time(timepart): argument
109 def geojson_with_time(timepart): argument
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/ezodf/
H A Dtimeparser.py63 def clean(timepart): argument
/dports/math/form/form-4.2.1/sources/
H A Dmessage.c642 WORD timepart; in MesPrint() local
665 WORD timepart; in MesPrint() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlTypes/
H A DSqlTypeWorkarounds.cs43 internal static DateTime SqlDateTimeToDateTime(int daypart, int timepart) in SqlDateTimeToDateTime()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlBuffer.cs56 internal Int32 timepart; field
813 internal void SetToDateTime(int daypart, int timepart) { in SetToDateTime()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlBuffer.cs47 internal Int32 timepart; field
980 internal void SetToDateTime(int daypart, int timepart) in SetToDateTime()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/server/
H A Dsqlrschedule.cpp115 int32_t timepart) { in inPeriods()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/google/apputils/
H A Ddatelib.py298 def combine(cls, datepart, timepart, tz=None): argument
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/zip-0.5.8/src/
H A Dtypes.rs151 pub fn timepart(&self) -> u16 { in timepart() method
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/zip-0.5.8/src/
H A Dtypes.rs151 pub fn timepart(&self) -> u16 { in timepart() method
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zip-0.5.5/src/
H A Dtypes.rs135 pub fn timepart(&self) -> u16 { in timepart() method
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/zip-0.5.5/src/
H A Dtypes.rs135 pub fn timepart(&self) -> u16 { in timepart() method
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zip-0.5.9/src/
H A Dtypes.rs151 pub fn timepart(&self) -> u16 { in timepart() method

12