/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | Dataset.php | 29 public $timeZone; variable in Google\\Service\\CloudHealthcare\\Dataset 48 public function setTimeZone($timeZone) argument 50 $this->timeZone = $timeZone; 57 return $this->timeZone;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | PartnerGeneralConfig.php | 29 public $timeZone; variable in Google\\Service\\DisplayVideo\\PartnerGeneralConfig 48 public function setTimeZone($timeZone) argument 50 $this->timeZone = $timeZone; 57 return $this->timeZone;
|
H A D | AdvertiserGeneralConfig.php | 33 public $timeZone; variable in Google\\Service\\DisplayVideo\\AdvertiserGeneralConfig 66 public function setTimeZone($timeZone) argument 68 $this->timeZone = $timeZone; 75 return $this->timeZone;
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | FreeBusyGenerator.php | 67 protected $timeZone; variable in Sabre\\VObject\\FreeBusyGenerator 78 * @param DateTimeZone $timeZone 90 if (is_null($timeZone)) { 91 $timeZone = new DateTimeZone('UTC'); 93 $this->setTimeZone($timeZone); 164 * @param DateTimeZone $timeZone 167 public function setTimeZone(DateTimeZone $timeZone) { argument 169 $this->timeZone = $timeZone; 209 … $iterator = new EventIterator($object, (string)$component->uid, $this->timeZone); 241 $startTime = $component->DTSTART->getDateTime($this->timeZone); [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | FreeBusyGenerator.php | 67 protected $timeZone; variable in Sabre\\VObject\\FreeBusyGenerator 78 * @param DateTimeZone $timeZone 90 if (is_null($timeZone)) { 91 $timeZone = new DateTimeZone('UTC'); 93 $this->setTimeZone($timeZone); 164 * @param DateTimeZone $timeZone 167 public function setTimeZone(DateTimeZone $timeZone) { argument 169 $this->timeZone = $timeZone; 209 … $iterator = new EventIterator($object, (string)$component->uid, $this->timeZone); 241 $startTime = $component->DTSTART->getDateTime($this->timeZone); [all …]
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | FreeBusyGenerator.php | 67 protected $timeZone; variable in Sabre\\VObject\\FreeBusyGenerator 78 * @param DateTimeZone $timeZone 90 if (is_null($timeZone)) { 91 $timeZone = new DateTimeZone('UTC'); 93 $this->setTimeZone($timeZone); 164 * @param DateTimeZone $timeZone 167 public function setTimeZone(DateTimeZone $timeZone) { argument 169 $this->timeZone = $timeZone; 209 … $iterator = new EventIterator($object, (string)$component->uid, $this->timeZone); 241 $startTime = $component->DTSTART->getDateTime($this->timeZone); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A D | EventDateTime.php | 33 public $timeZone; variable in Google\\Service\\Calendar\\EventDateTime 66 public function setTimeZone($timeZone) argument 68 $this->timeZone = $timeZone; 75 return $this->timeZone;
|
H A D | FreeBusyRequest.php | 44 public $timeZone; variable in Google\\Service\\Calendar\\FreeBusyRequest 119 public function setTimeZone($timeZone) argument 121 $this->timeZone = $timeZone; 128 return $this->timeZone;
|
H A D | Calendar.php | 51 public $timeZone; variable in Google\\Service\\Calendar\\Calendar 154 public function setTimeZone($timeZone) argument 156 $this->timeZone = $timeZone; 163 return $this->timeZone;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/ |
H A D | GoogleCloudDatapipelinesV1ScheduleSpec.php | 33 public $timeZone; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1ScheduleSpec 66 public function setTimeZone($timeZone) argument 68 $this->timeZone = $timeZone; 75 return $this->timeZone;
|
/plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
H A D | EventIterator.php | 64 protected $timeZone; variable in Sabre\\VObject\\Recur\\EventIterator 89 * @param DateTimeZone $timeZone Reference timezone for floating dates and 92 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument 94 if (is_null($this->timeZone)) { 95 $timeZone = new DateTimeZone('UTC'); 97 $this->timeZone = $timeZone; 126 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp() 147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone); 154 foreach($exDate->getDateTimes($this->timeZone) as $dt) { 164 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() - [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
H A D | EventIterator.php | 64 protected $timeZone; variable in Sabre\\VObject\\Recur\\EventIterator 89 * @param DateTimeZone $timeZone Reference timezone for floating dates and 92 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument 94 if (is_null($this->timeZone)) { 95 $timeZone = new DateTimeZone('UTC'); 97 $this->timeZone = $timeZone; 126 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp() 147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone); 154 foreach($exDate->getDateTimes($this->timeZone) as $dt) { 164 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() - [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | RequestOptions.php | 35 public $timeZone; variable in Google\\Service\\CloudSearch\\RequestOptions 82 public function setTimeZone($timeZone) argument 84 $this->timeZone = $timeZone; 91 return $this->timeZone;
|
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | EventIterator.php | 68 protected $timeZone; variable in Sabre\\VObject\\Recur\\EventIterator 93 * @param DateTimeZone $timeZone Reference timezone for floating dates and 96 function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument 98 if (is_null($timeZone)) { 99 $timeZone = new DateTimeZone('UTC'); 101 $this->timeZone = $timeZone; 130 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp() 151 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone); 158 foreach ($exDate->getDateTimes($this->timeZone) as $dt) { 168 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() - [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | EventIterator.php | 68 protected $timeZone; variable in Sabre\\VObject\\Recur\\EventIterator 93 * @param DateTimeZone $timeZone reference timezone for floating dates and 96 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) argument 98 if (is_null($timeZone)) { 99 $timeZone = new DateTimeZone('UTC'); 101 $this->timeZone = $timeZone; 125 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp() 144 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone); 149 foreach ($exDate->getDateTimes($this->timeZone) as $dt) { 157 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() - [all …]
|
/plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
H A D | EventIterator.php | 64 protected $timeZone; variable in Sabre\\VObject\\Recur\\EventIterator 89 * @param DateTimeZone $timeZone Reference timezone for floating dates and 92 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument 94 if (is_null($this->timeZone)) { 95 $timeZone = new DateTimeZone('UTC'); 97 $this->timeZone = $timeZone; 126 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp() 147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone); 154 foreach($exDate->getDateTimes($this->timeZone) as $dt) { 164 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() - [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | ResourcePolicyInstanceSchedulePolicy.php | 33 public $timeZone; variable in Google\\Service\\Compute\\ResourcePolicyInstanceSchedulePolicy 70 public function setTimeZone($timeZone) argument 72 $this->timeZone = $timeZone; 79 return $this->timeZone;
|
H A D | AutoscalingPolicyScalingSchedule.php | 45 public $timeZone; variable in Google\\Service\\Compute\\AutoscalingPolicyScalingSchedule 120 public function setTimeZone($timeZone) argument 122 $this->timeZone = $timeZone; 129 return $this->timeZone;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
H A D | ResponseMetaData.php | 43 public $timeZone; variable in Google\\Service\\AnalyticsData\\ResponseMetaData 118 public function setTimeZone($timeZone) argument 120 $this->timeZone = $timeZone; 127 return $this->timeZone;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/ |
H A D | Realm.php | 45 public $timeZone; variable in Google\\Service\\GameServices\\Realm 124 public function setTimeZone($timeZone) argument 126 $this->timeZone = $timeZone; 133 return $this->timeZone;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/ |
H A D | Table.php | 42 public $timeZone; variable in Google\\Service\\Area120Tables\\Table 121 public function setTimeZone($timeZone) argument 123 $this->timeZone = $timeZone; 130 return $this->timeZone;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | SpreadsheetProperties.php | 39 public $timeZone; variable in Google\\Service\\Sheets\\SpreadsheetProperties 118 public function setTimeZone($timeZone) argument 120 $this->timeZone = $timeZone; 127 return $this->timeZone;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | DatafeedFetchSchedule.php | 49 public $timeZone; variable in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule 146 public function setTimeZone($timeZone) argument 148 $this->timeZone = $timeZone; 155 return $this->timeZone;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/ |
H A D | MediationReportSpec.php | 46 public $timeZone; variable in Google\\Service\\AdMob\\MediationReportSpec 149 public function setTimeZone($timeZone) argument 151 $this->timeZone = $timeZone; 158 return $this->timeZone;
|
H A D | NetworkReportSpec.php | 46 public $timeZone; variable in Google\\Service\\AdMob\\NetworkReportSpec 149 public function setTimeZone($timeZone) argument 151 $this->timeZone = $timeZone; 158 return $this->timeZone;
|