Home
last modified time | relevance | path

Searched refs:TZ (Results 1 – 25 of 5072) sorted by relevance

12345678910>>...203

/dports/news/cnews/cnews-cr.g_18/libc/
H A Ddateabstoks.c138 "ut", TZ, PACK(0),
139 "utc", TZ, PACK(0),
184 "a", TZ, PACK(60), /* UTC+1h */
185 "b", TZ, PACK(120), /* UTC+2h */
186 "c", TZ, PACK(180), /* UTC+3h */
187 "d", TZ, PACK(240), /* UTC+4h */
188 "e", TZ, PACK(300), /* UTC+5h */
189 "f", TZ, PACK(360), /* UTC+6h */
190 "g", TZ, PACK(420), /* UTC+7h */
208 "z", TZ, PACK(0), /* UTC */
[all …]
/dports/biology/mopac/mopac7-1.15/fortran/
H A Ddelmol.f29 2 +DG(4)*(TY(KK)*TY(LL)+TZ(KK)*TZ(LL))
31 4 +TDZ(KK)*TZ(LL)+TZ(KK)*TDZ(LL))
41 2 +DG(7)*(TY(LL)*TY(NN)+TZ(LL)*TZ(NN))
43 4 +TDZ(LL)*TZ(NN)+TZ(LL)*TDZ(NN))
66 2 +DG(12)*(TY(MM)*TY(NN)+TZ(MM)*TZ(NN))
79 8 +TZ(LL)*(TZ(MM)*TX(NN)+TZ(NN)*TX(MM)))
105 2 +TZ(KK)*TZ(LL)*TZ(MM)*TZ(NN))
110 7 +TDZ(KK)*TZ(LL)*TZ(MM)*TZ(NN)
111 8 +TZ(KK)*TDZ(LL)*TZ(MM)*TZ(NN)
112 9 +TZ(KK)*TZ(LL)*TDZ(MM)*TZ(NN)
[all …]
H A Drotat.f15 TZ(IJK)=0.0D0
25 TZ(1)=TX(3)
36 TZ(3)=1.0D0
47 TZ(3)=1.0D0
57 TZ(3)=RXY/RIJ
61 TZ(1)=-TX(1)*TX(3)/TZ(3)
62 TZ(2)=-TX(2)*TX(3)/TZ(3)
81 TDY(1)=-TDX(2)/TZ(3)+TX(2)*TDZ(3)/TZ(3)**2
83 TDY(2)=TDX(1)/TZ(3)-TX(1)*TDZ(3)/TZ(3)**2
86 TDZ(1)=-TX(3)*TDX(1)/TZ(3)-TX(1)*TDX(3)/TZ(3)
[all …]
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/synapse/source/lib/
H A Dtzutil.pas322 TZ := Upcase (TZ);
325 while (I <= Length (TZ)) and (TZ [I] in ['A'..'Z']) do
337 while (J <= Length (TZ)) and (TZ [J] in ['A'..'Z']) do
364 while (J <= Length (TZ)) and (TZ [J] <> ',') do
383 if (J >= Length (TZ)) or (TZ [J] <> '.') then
392 if (J >= Length (TZ)) or (TZ [J] <> '.') then
463 while (J <= Length (TZ)) and (TZ [J] <> ',') do
615 if (J >= Length (TZ)) or (TZ [J] <> '.') then
624 if (J >= Length (TZ)) or (TZ [J] <> '.') then
631 while (J <= Length (TZ)) and (TZ [J] <> '/') do
[all …]
/dports/devel/p5-Date-Manip/Date-Manip-6.85/
H A DMETA.yml1439 Date::Manip::TZ:
1442 Date::Manip::TZ::a00:
2216 Date::Manip::TZ::b00:
2219 Date::Manip::TZ::c00:
2225 Date::Manip::TZ::d00:
2228 Date::Manip::TZ::e00:
2453 Date::Manip::TZ::f00:
2456 Date::Manip::TZ::g00:
2459 Date::Manip::TZ::h00:
2462 Date::Manip::TZ::i00:
[all …]
H A DMANIFEST551 lib/Date/Manip/TZ.pm
552 lib/Date/Manip/TZ.pod
553 lib/Date/Manip/TZ/a00.pm
811 lib/Date/Manip/TZ/b00.pm
812 lib/Date/Manip/TZ/c00.pm
814 lib/Date/Manip/TZ/d00.pm
815 lib/Date/Manip/TZ/e00.pm
890 lib/Date/Manip/TZ/f00.pm
891 lib/Date/Manip/TZ/g00.pm
892 lib/Date/Manip/TZ/h00.pm
[all …]
/dports/lang/gnu-apl/apl-1.8/src/testcases/
H A DQuad_TZ.tc4TZ
7TZ←5
8TZ
11TZ←6.2
12TZ
17TZ←15
18TZ
22TZ
25TZ←¯13
26TZ
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1641 case TZ:
1968 tmask |= DTK_M(TZ);
1976 tmask = DTK_M(TZ);
2021 tmask = DTK_M(TZ);
2117 tmask = DTK_M(TZ);
2303 tmask |= DTK_M(TZ);
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1641 case TZ:
1968 tmask |= DTK_M(TZ);
1976 tmask = DTK_M(TZ);
2021 tmask = DTK_M(TZ);
2117 tmask = DTK_M(TZ);
2303 tmask |= DTK_M(TZ);
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1641 case TZ:
1968 tmask |= DTK_M(TZ);
1976 tmask = DTK_M(TZ);
2021 tmask = DTK_M(TZ);
2117 tmask = DTK_M(TZ);
2303 tmask |= DTK_M(TZ);
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1641 case TZ:
1968 tmask |= DTK_M(TZ);
1976 tmask = DTK_M(TZ);
2021 tmask = DTK_M(TZ);
2117 tmask = DTK_M(TZ);
2303 tmask |= DTK_M(TZ);
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1577 case TZ: in DecodePosixTimezone()
1904 tmask |= DTK_M(TZ); in DecodeDateTime()
1912 tmask = DTK_M(TZ); in DecodeDateTime()
1957 tmask = DTK_M(TZ); in DecodeDateTime()
2049 tmask = DTK_M(TZ); in DecodeDateTime()
2231 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1572 case TZ: in DecodePosixTimezone()
1899 tmask |= DTK_M(TZ); in DecodeDateTime()
1907 tmask = DTK_M(TZ); in DecodeDateTime()
1952 tmask = DTK_M(TZ); in DecodeDateTime()
2044 tmask = DTK_M(TZ); in DecodeDateTime()
2226 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1577 case TZ: in DecodePosixTimezone()
1904 tmask |= DTK_M(TZ); in DecodeDateTime()
1912 tmask = DTK_M(TZ); in DecodeDateTime()
1957 tmask = DTK_M(TZ); in DecodeDateTime()
2049 tmask = DTK_M(TZ); in DecodeDateTime()
2231 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1577 case TZ: in DecodePosixTimezone()
1904 tmask |= DTK_M(TZ); in DecodeDateTime()
1912 tmask = DTK_M(TZ); in DecodeDateTime()
1957 tmask = DTK_M(TZ); in DecodeDateTime()
2049 tmask = DTK_M(TZ); in DecodeDateTime()
2231 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1577 case TZ: in DecodePosixTimezone()
1904 tmask |= DTK_M(TZ); in DecodeDateTime()
1912 tmask = DTK_M(TZ); in DecodeDateTime()
1957 tmask = DTK_M(TZ); in DecodeDateTime()
2049 tmask = DTK_M(TZ); in DecodeDateTime()
2231 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1577 case TZ: in DecodePosixTimezone()
1904 tmask |= DTK_M(TZ); in DecodeDateTime()
1912 tmask = DTK_M(TZ); in DecodeDateTime()
1957 tmask = DTK_M(TZ); in DecodeDateTime()
2049 tmask = DTK_M(TZ); in DecodeDateTime()
2231 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1577 case TZ: in DecodePosixTimezone()
1904 tmask |= DTK_M(TZ); in DecodeDateTime()
1912 tmask = DTK_M(TZ); in DecodeDateTime()
1957 tmask = DTK_M(TZ); in DecodeDateTime()
2049 tmask = DTK_M(TZ); in DecodeDateTime()
2231 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1577 case TZ: in DecodePosixTimezone()
1904 tmask |= DTK_M(TZ); in DecodeDateTime()
1912 tmask = DTK_M(TZ); in DecodeDateTime()
1957 tmask = DTK_M(TZ); in DecodeDateTime()
2049 tmask = DTK_M(TZ); in DecodeDateTime()
2231 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1572 case TZ:
1899 tmask |= DTK_M(TZ);
1907 tmask = DTK_M(TZ);
1952 tmask = DTK_M(TZ);
2044 tmask = DTK_M(TZ);
2226 tmask |= DTK_M(TZ);
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1572 case TZ: in DecodePosixTimezone()
1899 tmask |= DTK_M(TZ); in DecodeDateTime()
1907 tmask = DTK_M(TZ); in DecodeDateTime()
1952 tmask = DTK_M(TZ); in DecodeDateTime()
2044 tmask = DTK_M(TZ); in DecodeDateTime()
2226 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1572 case TZ: in DecodePosixTimezone()
1899 tmask |= DTK_M(TZ); in DecodeDateTime()
1907 tmask = DTK_M(TZ); in DecodeDateTime()
1952 tmask = DTK_M(TZ); in DecodeDateTime()
2044 tmask = DTK_M(TZ); in DecodeDateTime()
2226 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1572 case TZ: in DecodePosixTimezone()
1899 tmask |= DTK_M(TZ); in DecodeDateTime()
1907 tmask = DTK_M(TZ); in DecodeDateTime()
1952 tmask = DTK_M(TZ); in DecodeDateTime()
2044 tmask = DTK_M(TZ); in DecodeDateTime()
2226 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1572 case TZ: in DecodePosixTimezone()
1899 tmask |= DTK_M(TZ); in DecodeDateTime()
1907 tmask = DTK_M(TZ); in DecodeDateTime()
1952 tmask = DTK_M(TZ); in DecodeDateTime()
2044 tmask = DTK_M(TZ); in DecodeDateTime()
2226 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c29 {"aft", TZ, 16200}, /* Kabul */
376 {"ut", TZ, 0},
377 {"utc", TZ, 0},
420 {ZULU, TZ, 0}, /* UTC */
1572 case TZ: in DecodePosixTimezone()
1899 tmask |= DTK_M(TZ); in DecodeDateTime()
1907 tmask = DTK_M(TZ); in DecodeDateTime()
1952 tmask = DTK_M(TZ); in DecodeDateTime()
2044 tmask = DTK_M(TZ); in DecodeDateTime()
2226 tmask |= DTK_M(TZ); in DecodeDateTime()
[all …]

12345678910>>...203