Home
last modified time | relevance | path

Searched refs:tzid (Results 1 – 25 of 1005) sorted by relevance

12345678910>>...41

/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/testing/tests/timezone/
H A D5021-list.result9 <tzid>Africa/Abidjan</tzid>
14 <tzid>Africa/Accra</tzid>
24 <tzid>Africa/Algiers</tzid>
29 <tzid>Africa/Asmara</tzid>
34 <tzid>Africa/Asmera</tzid>
39 <tzid>Africa/Bamako</tzid>
44 <tzid>Africa/Bangui</tzid>
49 <tzid>Africa/Banjul</tzid>
1909 <tzid>CET</tzid>
2449 <tzid>GB</tzid>
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/themes/common/dialogs/
H A Dcalendar-timezone-highlighter.css14 .timezone-highlight[tzid="none"] {
17 .timezone-highlight[tzid="+0000"] {
20 .timezone-highlight[tzid="+0100"] {
23 .timezone-highlight[tzid="+0200"] {
26 .timezone-highlight[tzid="+0300"] {
29 .timezone-highlight[tzid="+0330"] {
32 .timezone-highlight[tzid="+0400"] {
35 .timezone-highlight[tzid="+0430"] {
38 .timezone-highlight[tzid="+0500"] {
41 .timezone-highlight[tzid="+0530"] {
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-component-datetime.c38 gchar *tzid; member
93 dt->tzid = tzid; in e_cal_component_datetime_new_take()
265 if (tzid && !*tzid) in e_cal_component_datetime_set_tzid()
266 tzid = NULL; in e_cal_component_datetime_set_tzid()
268 if (tzid != dt->tzid) { in e_cal_component_datetime_set_tzid()
270 dt->tzid = g_strdup (tzid); in e_cal_component_datetime_set_tzid()
290 if (tzid && !*tzid) { in e_cal_component_datetime_take_tzid()
291 g_free (tzid); in e_cal_component_datetime_take_tzid()
292 tzid = NULL; in e_cal_component_datetime_take_tzid()
295 if (tzid != dt->tzid) { in e_cal_component_datetime_take_tzid()
[all …]
H A De-cal-check-timezones.c81 gsize len = strlen (tzid); in e_cal_match_tzid()
115 for (location = tzid; in e_cal_match_tzid()
150 gchar *tzid = NULL; in patch_tzids() local
166 g_free (tzid); in patch_tzids()
170 mapping, tzid, in patch_tzids()
183 g_free (tzid); in patch_tzids()
191 const gchar *tzid = key; in addsystemtz() local
275 gchar *tzid = NULL; in e_cal_client_check_timezones_sync() local
293 g_free (tzid); in e_cal_client_check_timezones_sync()
295 if (tzid) { in e_cal_client_check_timezones_sync()
[all …]
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/scripts/
H A Dtz-update.php77 function fetch_remote_zone( $base_url, $tzid ) { argument
85 function fetch_db_zone( $tzid ) { argument
100 $tzrow = fetch_db_zone($tzid);
126 ':tzid' => $tzid,
127 ':olson_name' => $tzid,
146 function write_zone_aliases( $tzid, $aliases ) { argument
175 $tzid = $elements[0]->GetContent(); variable
178 if ( !isset($current_zones[$tzid]) || $last_modified > $current_zones[$tzid] ) {
181 write_updated_zone($vtimezone, $tzid);
184 write_zone_aliases($tzid, $elements);
[all …]
/dports/deskutils/egroupware/egroupware/calendar/inc/
H A Dclass.calendar_timezones.inc.php67 * @param string $tzid
75 $tzid = self::id2tz($id);
87 * @param string $tzid TZID
93 $id =& self::$tz2id[$tzid];
98 'tz_tzid' => $tzid,
260 'tz_tzid' => $tzid,
269 'tz_tzid' => $tzid,
353 * @param string $tzid
409 if (!$tzid) $tzid = Api\DateTime::$server_timezone->getName();
424 $tzid = self::tz2id($tzid,$type == 'vcalendar' ? 'component' : $type);
[all …]
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A Dcaldav-GET-functions.php92 $tzid = $tz->GetPValue('TZID');
93 if ( !isset($tzid) ) continue ;
94 if ( $tzid != '' && !isset($timezones[$tzid]) ) {
95 $timezones[$tzid] = $tz;
102 …$tzid = $comp->GetPParamValue('DTSTART', 'TZID'); if ( isset($tzid) && !isset($need_zones[$tz…
103 …$tzid = $comp->GetPParamValue('DUE', 'TZID'); if ( isset($tzid) && !isset($need_zones[$tz…
104 …$tzid = $comp->GetPParamValue('DTEND', 'TZID'); if ( isset($tzid) && !isset($need_zones[$tz…
133 foreach( $need_zones AS $tzid => $v ) {
134 if ( isset($timezones[$tzid]) ) $vcal->AddComponent($timezones[$tzid]);
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/timezone/
H A Dtimezone.c73 if (!tzid) in winpr_read_unix_timezone_identifier_from_file()
78 free(tzid); in winpr_read_unix_timezone_identifier_from_file()
87 return tzid; in winpr_read_unix_timezone_identifier_from_file()
135 if (!tzid) in winpr_get_timezone_from_link()
139 return tzid; in winpr_get_timezone_from_link()
211 if (!tzid) in winpr_get_android_timezone_identifier()
222 return tzid; in winpr_get_android_timezone_identifier()
244 return tzid; in winpr_get_unix_timezone_identifier_from_file()
279 char* tzid; in winpr_detect_windows_time_zone() local
303 free(tzid); in winpr_detect_windows_time_zone()
[all …]
/dports/devel/py-pycalendar/pycalendar-2.0/src/pycalendar/
H A Dtimezonedb.py49 def getTimezone(tzid): argument
63 def getTimezoneInCalendar(tzid): argument
68 tz = PyCalendarTimezoneDatabase.getTimezone(tzid)
77 def getTimezoneOffsetSeconds(tzid, dt): argument
79 tz = PyCalendarTimezoneDatabase.getTimezone(tzid)
86 def getTimezoneDescriptor(tzid, dt): argument
88 tz = PyCalendarTimezoneDatabase.getTimezone(tzid)
94 def cacheTimezone(self, tzid): argument
99 tzpath = os.path.join(self.dbpath, "%s.ics" % (tzid,))
105 raise PyCalendarNoTimezoneInDatabase(self.dbpath, tzid)
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ($tzid[0] !== '(') {
150 (in_array($tzid, $tzIdentifiers)) ||
151 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
152 (in_array($tzid, self::getIdentifiersBC()))
154 return new \DateTimeZone($tzid);
164 if (isset(self::$map[$tzid])) {
165 return new \DateTimeZone(self::$map[$tzid]);
171 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
180 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/www/baikal/baikal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ('(' !== $tzid[0]) {
149 (in_array($tzid, $tzIdentifiers)) ||
150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
151 (in_array($tzid, self::getIdentifiersBC()))
153 return new \DateTimeZone($tzid);
162 if (isset(self::$map[$tzid])) {
163 return new \DateTimeZone(self::$map[$tzid]);
169 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
178 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ('(' !== $tzid[0]) {
149 (in_array($tzid, $tzIdentifiers)) ||
150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
151 (in_array($tzid, self::getIdentifiersBC()))
153 return new \DateTimeZone($tzid);
162 if (isset(self::$map[$tzid])) {
163 return new \DateTimeZone(self::$map[$tzid]);
169 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
178 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ('(' !== $tzid[0]) {
149 (in_array($tzid, $tzIdentifiers)) ||
150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
151 (in_array($tzid, self::getIdentifiersBC()))
153 return new \DateTimeZone($tzid);
162 if (isset(self::$map[$tzid])) {
163 return new \DateTimeZone(self::$map[$tzid]);
169 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
178 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ($tzid[0] !== '(') {
150 (in_array($tzid, $tzIdentifiers)) ||
151 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
152 (in_array($tzid, self::getIdentifiersBC()))
154 return new \DateTimeZone($tzid);
164 if (isset(self::$map[$tzid])) {
165 return new \DateTimeZone(self::$map[$tzid]);
171 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
180 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ($tzid[0] !== '(') {
150 (in_array($tzid, $tzIdentifiers)) ||
151 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
152 (in_array($tzid, self::getIdentifiersBC()))
154 return new \DateTimeZone($tzid);
164 if (isset(self::$map[$tzid])) {
165 return new \DateTimeZone(self::$map[$tzid]);
171 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
180 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ('(' !== $tzid[0]) {
149 (in_array($tzid, $tzIdentifiers)) ||
150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
151 (in_array($tzid, self::getIdentifiersBC()))
153 return new \DateTimeZone($tzid);
162 if (isset(self::$map[$tzid])) {
163 return new \DateTimeZone(self::$map[$tzid]);
169 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
178 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ('(' !== $tzid[0]) {
149 (in_array($tzid, $tzIdentifiers)) ||
150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
151 (in_array($tzid, self::getIdentifiersBC()))
153 return new \DateTimeZone($tzid);
162 if (isset(self::$map[$tzid])) {
163 return new \DateTimeZone(self::$map[$tzid]);
169 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
178 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/www/owncloud/owncloud/lib/composer/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ('(' !== $tzid[0]) {
149 (in_array($tzid, $tzIdentifiers)) ||
150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
151 (in_array($tzid, self::getIdentifiersBC()))
153 return new \DateTimeZone($tzid);
162 if (isset(self::$map[$tzid])) {
163 return new \DateTimeZone(self::$map[$tzid]);
169 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
178 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/sabre/vobject/lib/
H A DTimeZoneUtil.php120 * @param string $tzid
138 if ('(' !== $tzid[0]) {
149 (in_array($tzid, $tzIdentifiers)) ||
150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
151 (in_array($tzid, self::getIdentifiersBC()))
153 return new \DateTimeZone($tzid);
162 if (isset(self::$map[$tzid])) {
163 return new \DateTimeZone(self::$map[$tzid]);
169 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
178 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dctl_zoneinfo.c262 const char *tzid, *alias; in main() local
267 tzid = buf_cstring(&tzidbuf); in main()
275 if (symlink(tzid, alias)) { in main()
353 char path[2048], *tzid; in do_zonedir() local
375 for (tzid = link; !strncmp(tzid, "../", 3); tzid += 3); in do_zonedir()
389 appendstrlist(&zi->data, tzid); in do_zonedir()
394 hash_insert(tzid, zi, tzentries); in do_zonedir()
426 alias = tzid; in do_zonedir()
436 hash_insert(tzid, zi, tzentries); in do_zonedir()
458 appendstrlist(&zi->data, tzid); in do_zonedir()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dctl_zoneinfo.c262 const char *tzid, *alias; in main() local
267 tzid = buf_cstring(&tzidbuf); in main()
275 if (symlink(tzid, alias)) { in main()
353 char path[2048], *tzid; in do_zonedir() local
375 for (tzid = link; !strncmp(tzid, "../", 3); tzid += 3); in do_zonedir()
389 appendstrlist(&zi->data, tzid); in do_zonedir()
394 hash_insert(tzid, zi, tzentries); in do_zonedir()
426 alias = tzid; in do_zonedir()
436 hash_insert(tzid, zi, tzentries); in do_zonedir()
458 appendstrlist(&zi->data, tzid); in do_zonedir()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/vm/reference/java/util/
H A DVMTimeZone.java96 String tzid = System.getenv("TZ"); in getDefaultTimeZoneId() local
97 if (tzid != null && !tzid.equals("")) in getDefaultTimeZoneId()
103 tzid = readTimeZoneFile("/etc/timezone"); in getDefaultTimeZoneId()
104 if (tzid != null && !tzid.equals("")) in getDefaultTimeZoneId()
105 zone = TimeZone.getDefaultTimeZone(tzid); in getDefaultTimeZoneId()
111 tzid = readtzFile("/etc/localtime"); in getDefaultTimeZoneId()
112 if (tzid != null && !tzid.equals("")) in getDefaultTimeZoneId()
113 zone = TimeZone.getDefaultTimeZone(tzid); in getDefaultTimeZoneId()
119 tzid = getSystemTimeZoneId(); in getDefaultTimeZoneId()
120 if (tzid != null && !tzid.equals("")) in getDefaultTimeZoneId()
[all …]
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/vobject/lib/Sabre/VObject/
H A DTimeZoneUtil.php434 * @param string $tzid
438 … public static function getTimeZone($tzid, Component $vcalendar = null, $failIfUncertain = false) { argument
451 if ($tzid[0]!=='(') {
453 return new \DateTimeZone($tzid);
459 if (isset(self::$map[$tzid])) {
460 return new \DateTimeZone(self::$map[$tzid]);
471 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
480 if ((string)$vtimezone->TZID === $tzid) {
519 …nvalidArgumentException('We were unable to determine the correct PHP timezone for tzid: ' . $tzid);
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/widget/
H A Dtextclock.lua37 function textclock:set_timezone(tzid)
38 self._private.tzid = tzid
39 self._private.timezone = tzid and TimeZone.new(tzid)
44 return self._private.tzid
80 local function new(format, refresh, tzid)
86 w._private.tzid = tzid
87 w._private.timezone = tzid and TimeZone.new(tzid)
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/sabre/vobject/lib/TimezoneGuesser/
H A DFindFromTimezoneMap.php21 public function find(string $tzid, bool $failIfUncertain = false): ?DateTimeZone argument
24 if ($this->hasTzInMap($tzid)) {
25 return new DateTimeZone($this->getTzFromMap($tzid));
32 if (!preg_match($pattern, $tzid, $matches)) {
69 private function getTzFromMap(string $tzid): string argument
71 return $this->getTzMaps()[$tzid];
74 private function hasTzInMap(string $tzid): bool argument
76 return isset($this->getTzMaps()[$tzid]);

12345678910>>...41