Home
last modified time | relevance | path

Searched refs:timeZone (Results 51 – 75 of 78) sorted by relevance

1234

/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php249 * @param DateTimeZone $timeZone reference timezone for floating dates and
253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) { argument
257 if (!$timeZone) {
258 $timeZone = new DateTimeZone('UTC');
293 $it = new EventIterator($events, $timeZone);
324 $dt = $child->getDateTimes($timeZone);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php249 * @param DateTimeZone $timeZone reference timezone for floating dates and
253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) { argument
257 if (!$timeZone) {
258 $timeZone = new DateTimeZone('UTC');
293 $it = new EventIterator($events, $timeZone);
324 $dt = $child->getDateTimes($timeZone);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DQuery.php69 public $timeZone; variable in Google\\Service\\Vault\\Query
286 public function setTimeZone($timeZone) argument
288 $this->timeZone = $timeZone;
295 return $this->timeZone;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php843 public $timeZone; variable in Google_Calendar
881 $this->timeZone = $timeZone;
884 return $this->timeZone;
940 public $timeZone; variable in Google_CalendarListEntry
1033 $this->timeZone = $timeZone;
1493 public $timeZone; variable in Google_EventDateTime
1507 $this->timeZone = $timeZone;
1688 public $timeZone; variable in Google_Events
1741 $this->timeZone = $timeZone;
1806 public $timeZone; variable in Google_FreeBusyRequest
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DVerifyAssertionResponse.php174 public $timeZone; variable in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
701 public function setTimeZone($timeZone) argument
703 $this->timeZone = $timeZone;
710 return $this->timeZone;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php13 …public function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011… argument
17 $timeZone = new DateTimeZone($timeZone);
22 $timeZone
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php13 …public function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011… argument
17 $timeZone = new DateTimeZone($timeZone);
22 $timeZone
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php13 …public function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011… argument
17 $timeZone = new DateTimeZone($timeZone);
22 $timeZone
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php29 $timeZone = new \DateTimeZone('America/Toronto'); variable
35 $fb = new Sabre\VObject\FreeBusyGenerator($start, $end, $vcal, $timeZone);
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php149 $timeZone = new \DateTimeZone($guessedTZOffset);
150 $dateTime = DateTime::createFromFormat(self::IFTTT_TIME_FORMAT, $timestring, $timeZone);
153 return new DateTime('now', $timeZone);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php49 * @param string|null $timeZone
53 function assertFreeBusyReport($expected, $input, $timeZone = null, $vavailability = null) { argument
59 $timeZone
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php15 …function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011-12-31'… argument
19 $timeZone = new DateTimeZone($timeZone);
24 $timeZone
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php336 function testGenerator($input, $expected, $timeZone = null) { argument
342 $timeZone
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php336 function testGenerator($input, $expected, $timeZone = null) { argument
342 $timeZone
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php336 function testGenerator($input, $expected, $timeZone = null) { argument
342 $timeZone
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DLocation.php32 * @property-read string|null $timeZone The time zone associated with location, as
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCalendar.php490 'timeZone' => [
589 'timeZone' => [
665 'timeZone' => [
874 'timeZone' => [
H A DCloudSearch.php554 'requestOptions.timeZone' => [
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php464 $timeZone = $vtimezoneObj->VTIMEZONE->getTimeZone();
467 $timeZone = new DateTimeZone('UTC');
469 $timeZones[$calendarPath] = $timeZone;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php449 $timeZone = $vtimezoneObj->VTIMEZONE->getTimeZone();
452 $timeZone = new DateTimeZone('UTC');
454 $timeZones[$calendarPath] = $timeZone;
/plugin/davcal/
H A Djstz.js109 return format.resolvedOptions().timeZone;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php648 $timeZone = date_default_timezone_get();
651 date_default_timezone_set($timeZone);
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js9 this._timeZone=("timeZone" in G)?G.timeZone:0;
2576 }}return{width:F.width,eventSource:D,timeZone:("timeZone" in F)?F.timeZone:0,ether:H,etherPainter:C…
2594 }}return{width:F.width,eventSource:D,timeZone:("timeZone" in F)?F.timeZone:0,ether:H,etherPainter:C…

1234