Home
last modified time | relevance | path

Searched refs:tzfile (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dtimezone.py63 tzfile = "/etc/TIMEZONE"
91 tzfile = "/etc/sysconfig/clock"
104 tzfile = _get_localtime_path()
121 tzfile,
141 tzfile = "/etc/timezone"
152 tzfile = "/etc/environment"
288 tzfile = _get_localtime_path()
289 if os.path.exists(tzfile):
290 os.unlink(tzfile)
307 os.symlink(zonepath, tzfile)
[all …]
/dports/devel/py-babel/Babel-2.9.1/build/lib/babel/localtime/
H A D_unix.py18 with open(tzenv, 'rb') as tzfile:
19 return pytz.tzfile.build_tzinfo('local', tzfile)
86 with open(tzpath, 'rb') as tzfile:
87 data = tzfile.read()
110 with open(tzpath, 'rt') as tzfile:
111 for line in tzfile:
125 with open(tzpath, 'rb') as tzfile:
126 return pytz.tzfile.build_tzinfo('local', tzfile)
/dports/devel/py-babel/Babel-2.9.1/babel/localtime/
H A D_unix.py18 with open(tzenv, 'rb') as tzfile:
19 return pytz.tzfile.build_tzinfo('local', tzfile)
86 with open(tzpath, 'rb') as tzfile:
87 data = tzfile.read()
110 with open(tzpath, 'rt') as tzfile:
111 for line in tzfile:
125 with open(tzpath, 'rb') as tzfile:
126 return pytz.tzfile.build_tzinfo('local', tzfile)
/dports/devel/py-babel/stage/usr/local/lib/python3.8/site-packages/babel/localtime/
H A D_unix.py18 with open(tzenv, 'rb') as tzfile:
19 return pytz.tzfile.build_tzinfo('local', tzfile)
86 with open(tzpath, 'rb') as tzfile:
87 data = tzfile.read()
110 with open(tzpath, 'rt') as tzfile:
111 for line in tzfile:
125 with open(tzpath, 'rb') as tzfile:
126 return pytz.tzfile.build_tzinfo('local', tzfile)
/dports/devel/icu/icu/source/tools/tzcode/
H A DMakefile.in93 mv $(TZORIG)/$$tzfile $(TZORIG)/$$tzfile.bak && \
94 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
145 mv $$tzfile $(VANGUARD_DIR)/$$tzfile && \
146 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/dports/devel/icu-lx/icu/source/tools/tzcode/
H A DMakefile.in93 mv $(TZORIG)/$$tzfile $(TZORIG)/$$tzfile.bak && \
94 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
145 mv $$tzfile $(VANGUARD_DIR)/$$tzfile && \
146 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/tzcode/
H A DMakefile.in93 mv $(TZORIG)/$$tzfile $(TZORIG)/$$tzfile.bak && \
94 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
145 mv $$tzfile $(VANGUARD_DIR)/$$tzfile && \
146 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/dports/www/firefox/firefox-99.0/intl/icu/source/tools/tzcode/
H A DMakefile.in93 mv $(TZORIG)/$$tzfile $(TZORIG)/$$tzfile.bak && \
94 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
145 mv $$tzfile $(VANGUARD_DIR)/$$tzfile && \
146 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/tools/tzcode/
H A DMakefile.in93 mv $(TZORIG)/$$tzfile $(TZORIG)/$$tzfile.bak && \
94 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
145 mv $$tzfile $(VANGUARD_DIR)/$$tzfile && \
146 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/tools/tzcode/
H A DMakefile.in93 mv $(TZORIG)/$$tzfile $(TZORIG)/$$tzfile.bak && \
94 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
145 mv $$tzfile $(VANGUARD_DIR)/$$tzfile && \
146 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/tools/tzcode/
H A DMakefile.in93 mv $(TZORIG)/$$tzfile $(TZORIG)/$$tzfile.bak && \
94 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
145 mv $$tzfile $(VANGUARD_DIR)/$$tzfile && \
146 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/dports/devel/py-tzlocal/tzlocal-1.5.1/tzlocal/
H A Dunix.py13 with open(tzenv, 'rb') as tzfile:
14 return pytz.tzfile.build_tzinfo('local', tzfile)
56 with open(tzpath, 'rb') as tzfile:
57 data = tzfile.read()
85 with open(tzpath, 'rt') as tzfile:
86 data = tzfile.readlines()
122 with open(tzpath, 'rb') as tzfile:
123 return pytz.tzfile.build_tzinfo('local', tzfile)
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/tzcode/
H A DMakefile.in96 mv $(TZORIG)/$$tzfile $(TZORIG)/$$tzfile.bak && \
97 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
148 mv $$tzfile $(VANGUARD_DIR)/$$tzfile && \
149 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/tzcode/
H A DMakefile.in96 mv $(TZORIG)/$$tzfile $(TZORIG)/$$tzfile.bak && \
97 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
148 mv $$tzfile $(VANGUARD_DIR)/$$tzfile && \
149 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/tzlocal/
H A Dunix.py17 with open(tzenv, 'rb') as tzfile:
18 return pytz.tzfile.build_tzinfo('local', tzfile)
66 with open(tzpath, 'rb') as tzfile:
67 data = tzfile.read()
109 with open(tzpath, 'rt') as tzfile:
110 data = tzfile.readlines()
155 with open(tzpath, 'rb') as tzfile:
156 return pytz.tzfile.build_tzinfo('local', tzfile)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/tzlocal/
H A Dunix.py17 with open(tzenv, 'rb') as tzfile:
18 return pytz.tzfile.build_tzinfo('local', tzfile)
66 with open(tzpath, 'rb') as tzfile:
67 data = tzfile.read()
109 with open(tzpath, 'rt') as tzfile:
110 data = tzfile.readlines()
155 with open(tzpath, 'rb') as tzfile:
156 return pytz.tzfile.build_tzinfo('local', tzfile)
/dports/devel/elixir-timex/timex-3.3.0/lib/parse/zoneinfo/
H A Dparser.ex8 # https://github.com/eggert/tz/blob/master/tzfile.h for details on the tzfile format
11 Represents the data retreived from a binary tzfile.
12 For details on the tzfile format, see:
14 http://www.cstdbill.com/tzdb/tzfile-format.html
16 https://github.com/eggert/tz/blob/master/tzfile.h
116 %Zone{transitions: transitions} = tzfile
136 do_parse_abbreviations(rest, header, %{tzfile | :transitions => txs})
147 do_parse_leap_seconds(rest, header, %{tzfile | :transitions => txinfos})
150 defp do_parse_leap_seconds(data, %Header{leap_count: count} = header, tzfile) do
160 do_parse_flags(rest, header, %{tzfile | :leaps => leaps})
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/tools/
H A Dwin32tzlist.pl23 my $tzfile = 'src/bin/initdb/findtimezone.c';
64 open(my $tzfh, '<', $tzfile) or die "Could not open $tzfile!\n";
73 or die "Could not locate struct win32_tzmap in $tzfile!";
/dports/databases/postgresql14-server/postgresql-14.1/src/tools/
H A Dwin32tzlist.pl23 my $tzfile = 'src/bin/initdb/findtimezone.c';
64 open(my $tzfh, '<', $tzfile) or die "Could not open $tzfile!\n";
73 or die "Could not locate struct win32_tzmap in $tzfile!";
/dports/databases/postgresql14-plpython/postgresql-14.1/src/tools/
H A Dwin32tzlist.pl23 my $tzfile = 'src/bin/initdb/findtimezone.c';
64 open(my $tzfh, '<', $tzfile) or die "Could not open $tzfile!\n";
73 or die "Could not locate struct win32_tzmap in $tzfile!";
/dports/databases/postgresql14-docs/postgresql-14.1/src/tools/
H A Dwin32tzlist.pl23 my $tzfile = 'src/bin/initdb/findtimezone.c';
64 open(my $tzfh, '<', $tzfile) or die "Could not open $tzfile!\n";
73 or die "Could not locate struct win32_tzmap in $tzfile!";
/dports/databases/postgresql14-plperl/postgresql-14.1/src/tools/
H A Dwin32tzlist.pl23 my $tzfile = 'src/bin/initdb/findtimezone.c';
64 open(my $tzfh, '<', $tzfile) or die "Could not open $tzfile!\n";
73 or die "Could not locate struct win32_tzmap in $tzfile!";
/dports/databases/postgresql13-plpython/postgresql-13.5/src/tools/
H A Dwin32tzlist.pl23 my $tzfile = 'src/bin/initdb/findtimezone.c';
64 open(my $tzfh, '<', $tzfile) or die "Could not open $tzfile!\n";
73 or die "Could not locate struct win32_tzmap in $tzfile!";
/dports/databases/postgresql14-client/postgresql-14.1/src/tools/
H A Dwin32tzlist.pl23 my $tzfile = 'src/bin/initdb/findtimezone.c';
64 open(my $tzfh, '<', $tzfile) or die "Could not open $tzfile!\n";
73 or die "Could not locate struct win32_tzmap in $tzfile!";
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/tools/
H A Dwin32tzlist.pl23 my $tzfile = 'src/bin/initdb/findtimezone.c';
64 open(my $tzfh, '<', $tzfile) or die "Could not open $tzfile!\n";
73 or die "Could not locate struct win32_tzmap in $tzfile!";

12345678910>>...13