Home
last modified time | relevance | path

Searched refs:getTimeZone (Results 1 – 25 of 89) sorted by last modified time

1234

/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php97 $tz = $dt->getTimeZone();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php809 $calendarTimeZone = $vtimezoneObj->VTIMEZONE->getTimeZone();
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVTimeZone.php27 function getTimeZone() { function in Sabre\\VObject\\Component\\VTimeZone
29 return VObject\TimeZoneUtil::getTimeZone((string)$this->TZID, $this->root);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
157 $tz = TimeZoneUtil::getTimeZone('Eastern Standard Time');
168 $tz = TimeZoneUtil::getTimeZone($tzid);
180 $tz = TimeZoneUtil::getTimeZone($tzid);
213 $tz = TimeZoneUtil::getTimeZone('GMT-0400', null, true);
229 $tz = TimeZoneUtil::getTimeZone('FooBar', null, true);
266 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
314 …$tz = TimeZoneUtil::getTimeZone('/freeassociation.sourceforge.net/Tzfile/Europe/Ljubljana', Reader…
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php167 $timeZone = TimeZoneUtil::getTimeZone((string)$tzid, $this->root);
217 $tz = $d->getTimeZone();
279 $tz = $dts[0]->getTimeZone();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php449 $timeZone = $vtimezoneObj->VTIMEZONE->getTimeZone();
510 $calendarTimeZone = $vtimezoneObj->VTIMEZONE->getTimeZone();
660 $calendarTimeZone = $vtimezoneObj->VTIMEZONE->getTimeZone();
H A DICSExportPlugin.php237 $calendarTimeZone = $vtimezoneObj->VTIMEZONE->getTimeZone();
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md107 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php243 $this->assertEquals('UTC', $dt->getTimeZone()->getName());
256 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
290 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
318 $this->assertEquals('Canada/Eastern', $dt->getTimeZone()->getName());
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php873 $timezone = $vevent->DTSTART->getDateTime()->getTimeZone();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php124 … static public function getTimeZone($tzid, Component $vcalendar = null, $failIfUncertain = false) { function in Sabre\\VObject\\TimeZoneUtil
200 return self::getTimeZone($lic, null, $failIfUncertain);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php52 $obj->VTIMEZONE->getTimeZone()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DRequestOptions.php89 public function getTimeZone() function in Google\\Service\\CloudSearch\\RequestOptions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Agent.php268 public function getTimeZone() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Agent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php151 public function getTimeZone() function in Google\\Service\\ShoppingContent\\DateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DCommonEventObject.php127 public function getTimeZone() function in Google\\Service\\HangoutsChat\\CommonEventObject
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DResourcePolicyInstanceSchedulePolicy.php77 public function getTimeZone() function in Google\\Service\\Compute\\ResourcePolicyInstanceSchedulePolicy
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSpreadsheetProperties.php125 public function getTimeZone() function in Google\\Service\\Sheets\\SpreadsheetProperties
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DResponseMetaData.php125 public function getTimeZone() function in Google\\Service\\AnalyticsData\\ResponseMetaData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DVerifyAssertionResponse.php708 public function getTimeZone() function in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvents.php200 public function getTimeZone() function in Google\\Service\\Calendar\\Events
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DJob.php247 public function getTimeZone() function in Google\\Service\\CloudScheduler\\Job
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DRecurringSchedule.php159 public function getTimeZone() function in Google\\Service\\OSConfig\\RecurringSchedule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeDateTime.php151 public function getTimeZone() function in Google\\Service\\Document\\GoogleTypeDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DCloudsupportCase.php254 public function getTimeZone() function in Google\\Service\\CloudSupport\\CloudsupportCase

1234