Home
last modified time | relevance | path

Searched +defs:tm +defs:style (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Dntime.c46 char *ndate(time_t *timep,int style) in ndate()
75 char *ntime(time_t *timep,int style) in ntime()
110 struct tm tm; in gettimeval() local
139 struct tm tm; in gettimeval2() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dcalctrlcmn.cpp118 long style = enable ? styleOrig & ~wxCAL_NO_MONTH_CHANGE in EnableMonthChange() local
156 long style = GetWindowStyle(); in EnableHolidayDisplay() local
182 wxDateTime::Tm tm = GetDate().GetTm(); in SetHolidayAttrs() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dcalctrlcmn.cpp118 long style = enable ? styleOrig & ~wxCAL_NO_MONTH_CHANGE in EnableMonthChange() local
156 long style = GetWindowStyle(); in EnableHolidayDisplay() local
182 wxDateTime::Tm tm = GetDate().GetTm(); in SetHolidayAttrs() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dcalctrlcmn.cpp115 long style = enable ? styleOrig & ~wxCAL_NO_MONTH_CHANGE in EnableMonthChange() local
153 long style = GetWindowStyle(); in EnableHolidayDisplay() local
179 wxDateTime::Tm tm = GetDate().GetTm(); in SetHolidayAttrs() local
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/excel/
H A Dtest_style.py5 import pandas._testing as tm namespace
25 def style(df): function
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c670 zero_var(result); in DecodeSpecial()
753 result->sign = NUMERIC_NEG; in DecodeSpecial()
763 *
764 * Full version of sub functionality on variable level (handling signs).
949 sum += res_digits[i]; in GetEpochTime()
972 result->digits = res_digits;
1057 PGTYPESnumeric_div(numeric *var1, numeric *var2, numeric *result) in GetCurrentDateTime()
1087 return -1; in GetCurrentDateTime()
1196 for (i = divisor[1].ndigits - 1; i >= 0; i--) in GetCurrentDateTime()
1306 if (var1->sign == NUMERIC_NEG && var2->sign == NUMERIC_POS)
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/formats/
H A Dtest_css.py3 import pandas._testing as tm namespace
144 def test_css_precedence(style, inherited, equiv): argument
163 def test_css_none_absent(style, equiv): argument
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Ddatetime.c375 GetCurrentDateTime(struct pg_tm * tm) in GetCurrentDateTime()
1746 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2458 struct pg_tm * tm) in DecodeDate()
2568 struct pg_tm * tm) in ValidateDate()
3961 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3999 EncodeDateOnly(struct pg_tm * tm, int style, char *str) in EncodeDateOnly()
4084 EncodeTimeOnly(struct pg_tm * tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
4114 EncodeDateTime(struct pg_tm * tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, c… in EncodeDateTime()
4356 EncodeInterval(struct pg_tm * tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4779 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Ddatetime.c375 GetCurrentDateTime(struct pg_tm * tm) in GetCurrentDateTime()
1746 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2458 struct pg_tm * tm) in DecodeDate()
2568 struct pg_tm * tm) in ValidateDate()
3961 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3999 EncodeDateOnly(struct pg_tm * tm, int style, char *str) in EncodeDateOnly()
4084 EncodeTimeOnly(struct pg_tm * tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
4114 EncodeDateTime(struct pg_tm * tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, c… in EncodeDateTime()
4356 EncodeInterval(struct pg_tm * tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4779 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Ddatetime.c375 GetCurrentDateTime(struct pg_tm * tm) in GetCurrentDateTime()
1746 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2458 struct pg_tm * tm) in DecodeDate()
2568 struct pg_tm * tm) in ValidateDate()
3961 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3999 EncodeDateOnly(struct pg_tm * tm, int style, char *str) in EncodeDateOnly()
4084 EncodeTimeOnly(struct pg_tm * tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
4114 EncodeDateTime(struct pg_tm * tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, c… in EncodeDateTime()
4356 EncodeInterval(struct pg_tm * tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4779 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Ddatetime.c370 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1672 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2366 struct pg_tm *tm) in DecodeDate()
2476 struct pg_tm *tm) in ValidateDate()
3842 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3880 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3965 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3995 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4237 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4659 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Ddatetime.c370 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1672 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2366 struct pg_tm *tm) in DecodeDate()
2476 struct pg_tm *tm) in ValidateDate()
3842 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3880 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3965 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3995 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4237 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4659 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Ddatetime.c370 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1672 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2366 struct pg_tm *tm) in DecodeDate()
2476 struct pg_tm *tm) in ValidateDate()
3842 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3880 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3965 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3995 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4237 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4659 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Ddatetime.c370 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1672 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2366 struct pg_tm *tm) in DecodeDate()
2476 struct pg_tm *tm) in ValidateDate()
3842 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3880 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3965 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3995 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4237 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4659 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Ddatetime.c370 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1672 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2366 struct pg_tm *tm) in DecodeDate()
2476 struct pg_tm *tm) in ValidateDate()
3842 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3880 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3965 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3995 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4237 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4659 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Ddatetime.c370 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1672 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2366 struct pg_tm *tm) in DecodeDate()
2476 struct pg_tm *tm) in ValidateDate()
3842 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3880 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3965 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3995 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4237 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4659 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Ddatetime.c370 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1672 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2366 struct pg_tm *tm) in DecodeDate()
2476 struct pg_tm *tm) in ValidateDate()
3842 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3880 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3965 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3995 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4237 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4659 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Ddatetime.c354 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1656 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2350 struct pg_tm *tm) in DecodeDate()
2460 struct pg_tm *tm) in ValidateDate()
3828 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3866 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3951 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3981 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4223 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4645 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Ddatetime.c354 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1656 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2350 struct pg_tm *tm) in DecodeDate()
2460 struct pg_tm *tm) in ValidateDate()
3828 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3866 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3951 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3981 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4223 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4645 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Ddatetime.c354 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1656 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2350 struct pg_tm *tm) in DecodeDate()
2460 struct pg_tm *tm) in ValidateDate()
3828 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3866 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3951 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3981 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4223 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4645 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Ddatetime.c354 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1656 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2350 struct pg_tm *tm) in DecodeDate()
2460 struct pg_tm *tm) in ValidateDate()
3828 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3866 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3951 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3981 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4223 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4645 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Ddatetime.c354 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1656 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2350 struct pg_tm *tm) in DecodeDate()
2460 struct pg_tm *tm) in ValidateDate()
3828 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3866 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3951 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3981 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4223 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4645 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Ddatetime.c354 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1656 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2350 struct pg_tm *tm) in DecodeDate()
2460 struct pg_tm *tm) in ValidateDate()
3828 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3866 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3951 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3981 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4223 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4645 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Ddatetime.c354 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1656 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2350 struct pg_tm *tm) in DecodeDate()
2460 struct pg_tm *tm) in ValidateDate()
3828 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3866 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3951 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3981 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4223 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4645 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Ddatetime.c348 GetCurrentDateTime(struct pg_tm *tm) in GetCurrentDateTime()
1642 struct pg_tm tm; in DetermineTimeZoneAbbrevOffsetTS() local
2329 struct pg_tm *tm) in DecodeDate()
2439 struct pg_tm *tm) in ValidateDate()
3807 EncodeTimezone(char *str, int tz, int style) in EncodeTimezone()
3845 EncodeDateOnly(struct pg_tm *tm, int style, char *str) in EncodeDateOnly()
3930 EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, int style, char *str) in EncodeTimeOnly()
3960 EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, ch… in EncodeDateTime()
4202 EncodeInterval(struct pg_tm *tm, fsec_t fsec, int style, char *str) in EncodeInterval()
4631 struct pg_tm tm; in pg_timezone_abbrevs() local
[all …]

12345678910>>...25