Home
last modified time | relevance | path

Searched refs:timeZones (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/icewind/smb/src/
H A DTimeZoneProvider.php14 private $timeZones = []; variable in Icewind\\SMB\\TimeZoneProvider
29 if (!isset($this->timeZones[$host])) {
50 $this->timeZones[$host] = $timeZone;
52 return $this->timeZones[$host];
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/3rdparty/icewind/smb/src/
H A DTimeZoneProvider.php14 private $timeZones = []; variable in Icewind\\SMB\\TimeZoneProvider
29 if (!isset($this->timeZones[$host])) {
50 $this->timeZones[$host] = $timeZone;
52 return $this->timeZones[$host];
/dports/www/sogo/SOGo-5.4.0/SoObjects/Appointments/
H A DSOGoAppointmentFolderObject.m108 - (void) _extractTimeZones: (NSArray *) timeZones
115 max = [timeZones count];
118 timeZone = [timeZones objectAtIndex: count];
126 intoTimeZones: (NSMutableDictionary *) timeZones
137 intoDictionary: timeZones];
222 NSMutableDictionary *timeZones;
226 timeZones = [NSMutableDictionary dictionaryWithCapacity: 16];
229 intoTimeZones: timeZones andComponents: components];
237 [calendar addChildren: [timeZones allValues]];
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/Appointments/
H A DSOGoAppointmentFolderObject.m108 - (void) _extractTimeZones: (NSArray *) timeZones
115 max = [timeZones count];
118 timeZone = [timeZones objectAtIndex: count];
126 intoTimeZones: (NSMutableDictionary *) timeZones
137 intoDictionary: timeZones];
222 NSMutableDictionary *timeZones;
226 timeZones = [NSMutableDictionary dictionaryWithCapacity: 16];
229 intoTimeZones: timeZones andComponents: components];
237 [calendar addChildren: [timeZones allValues]];
/dports/www/sogo2/SOGo-2.4.1/SoObjects/Appointments/
H A DSOGoAppointmentFolderObject.m113 - (void) _extractTimeZones: (NSArray *) timeZones
120 max = [timeZones count];
123 timeZone = [timeZones objectAtIndex: count];
131 intoTimeZones: (NSMutableDictionary *) timeZones
142 intoDictionary: timeZones];
227 NSMutableDictionary *timeZones;
231 timeZones = [NSMutableDictionary dictionaryWithCapacity: 16];
234 intoTimeZones: timeZones andComponents: components];
242 [calendar addChildren: [timeZones allValues]];
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/combo/
H A Dtimezonecombobox.cpp32 QStringList timeZones; in TimeZoneComboBox() local
33 timeZones << QLatin1String("") << QLatin1String("-12:00") in TimeZoneComboBox()
55 addItems(timeZones); in TimeZoneComboBox()
/dports/astro/marble/marble-21.12.3/data/placemarks/
H A DCOPYRIGHT3 The file "cities.txt", "timeZones.txt" and "statecodes.txt" are data dumps from Geonames.org:
9 The file "timeZones.txt" contains the names of timezones and their GMT and DST offsets.
10 It is timeZones.txt at Geonames.org.
/dports/www/wt/wt-4.6.1/examples/feature/locale/
H A Dlocale.C189 std::shared_ptr<TimeZoneModel> timeZones = std::make_shared<TimeZoneModel>(); variable
205 regions->setSourceModel(timeZones); in LocaleApplication()
209 (timeZones->suggestedTimeZone(env.timeZoneName(), env.timeZoneOffset())); in LocaleApplication()
219 (timeZones->index(localeCombo_->currentIndex(), 0) in updateLocale()
256 timeZones->load(); in main()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/i18n/
H A DsfCultureInfo.class.php843 $timeZones = $this->findInfo('TimeZones', true);
844 foreach ($timeZones as $key => $value)
846 $timeZones[$key] = $metadata['meta:'.$value];
847 $timeZones[$key]['identifier'] = $key;
848 $timeZones[$key]['city'] = str_replace('_', ' ', substr($key, strpos($key, '/') + 1));
850 return $timeZones;
/dports/sysutils/lxqt-admin/lxqt-admin-1.0.0/lxqt-admin-time/
H A Dtimeadmindialog.cpp88 void TimeAdminDialog::loadTimeZones(QStringList & timeZones, QString & currentTimezone) in loadTimeZones() argument
92 timeZones.clear(); in loadTimeZones()
105 timeZones.append(QLatin1String(items[2])); in loadTimeZones()
H A Dtimeadmindialog.h56 void loadTimeZones(QStringList & timeZones, QString & currentTimezone);
/dports/www/firefox/firefox-99.0/intl/components/gtest/
H A DTestTimeZone.cpp159 auto timeZones = TimeZone::GetAvailableTimeZones("DE").unwrap(); in TEST() local
164 for (auto timeZone : timeZones) { in TEST()
188 auto timeZones = TimeZone::GetAvailableTimeZones().unwrap(); in TEST() local
194 for (auto timeZone : timeZones) { in TEST()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dktimezone_win.cpp423 HKEY timeZones; in list_standard_names() local
425 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, timeZonesKey, 0, KEY_READ, &timeZones) == ERROR_SUCCESS) { in list_standard_names()
426 keys = list_key(timeZones); in list_standard_names()
432 const HKeyCloser closer(timeZones); in list_standard_names()
466 HKEY timeZones; in pathFromZoneName() local
468 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, timeZonesKey, 0, KEY_READ, &timeZones) == ERROR_SUCCESS) { in pathFromZoneName()
469 keys = list_key(timeZones); in pathFromZoneName()
472 const HKeyCloser closer(timeZones); in pathFromZoneName()
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/datetime/
H A Dtimezones.ts74 const timeZones = getTimeZones(includeInternal);
76 const groups = timeZones.reduce((groups: Record<string, TimeZone[]>, zone: TimeZone) => {
424 const timeZones = moment.tz.zonesForCountry(code);
425 return timeZones.reduce((all: Record<string, TimeZoneCountry[]>, timeZone) => {
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/digital-clock/package/contents/ui/
H A DconfigTimeZones.qml20 property alias cfg_selectedTimeZones: timeZones.selectedTimeZones
26 id: timeZones
31 timeZones.selectLocalTimeZone();
55 sourceModel: timeZones
216 sourceModel: timeZones
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/sdp/v2/
H A Dmarshal.go82 timeZones := strings.Join(rawTimeZones, " ")
83 raw += keyValueBuild("z=", &timeZones)
/dports/net/freerdp/freerdp-2.5.0/scripts/
H A DTimeZones.csx64 ReadOnlyCollection<TimeZoneInfo> timeZones = TimeZoneInfo.GetSystemTimeZones();
77 foreach (TimeZoneInfo timeZone in timeZones)
157 foreach (TimeZoneInfo timeZone in timeZones)
194 if ((int)index < timeZones.Count)
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-worldclock/
H A Dlxqtworldclockconfigurationtimezones.cpp109 const auto timeZones = QTimeZone::availableTimeZoneIds(); in updateAndExec() local
110 for(const QByteArray &ba : timeZones) in updateAndExec()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/tests/
H A DDateTimeTester.h47 void timeZones();
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dk4timezonewidget.h73 …T_DEPRECATED explicit K4TimeZoneWidget(QWidget *parent = nullptr, KTimeZones *timeZones = nullptr);
/dports/www/firefox/firefox-99.0/js/src/builtin/intl/
H A DSharedIntlData.cpp134 auto timeZones = mozilla::intl::TimeZone::GetAvailableTimeZones(); in ensureTimeZones() local
135 if (timeZones.isErr()) { in ensureTimeZones()
136 ReportInternalError(cx, timeZones.unwrapErr()); in ensureTimeZones()
141 for (auto timeZoneName : timeZones.unwrap()) { in ensureTimeZones()
/dports/www/sabredav/sabre-dav-3.2.2/lib/CalDAV/
H A DPlugin.php439 $timeZones = [];
456 if (!isset($timeZones[$calendarPath])) {
469 $timeZones[$calendarPath] = $timeZone;
472 …ct = $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendarPath]);
/dports/www/baikal/baikal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php429 $timeZones = [];
445 if (!isset($timeZones[$calendarPath])) {
458 $timeZones[$calendarPath] = $timeZone;
461 …ct = $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendarPath]);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php439 $timeZones = [];
456 if (!isset($timeZones[$calendarPath])) {
469 $timeZones[$calendarPath] = $timeZone;
472 …ct = $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendarPath]);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php439 $timeZones = [];
456 if (!isset($timeZones[$calendarPath])) {
469 $timeZones[$calendarPath] = $timeZone;
472 …ct = $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendarPath]);

123