Home
last modified time | relevance | path

Searched refs:timeRange (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPageviewsCounts.php29 public $timeRange; variable in Google\\Service\\Blogger\\PageviewsCounts
48 public function setTimeRange($timeRange) argument
50 $this->timeRange = $timeRange;
57 return $this->timeRange;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Query.php64 public $timeRange; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Query
209 public function setTimeRange($timeRange) argument
211 $this->timeRange = $timeRange;
218 return $this->timeRange;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DAction.php80 public function setTimeRange(TimeRange $timeRange) argument
82 $this->timeRange = $timeRange;
89 return $this->timeRange;
H A DDriveActivity.php97 public function setTimeRange(TimeRange $timeRange) argument
99 $this->timeRange = $timeRange;
106 return $this->timeRange;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DInventorySource.php243 public function setTimeRange(TimeRange $timeRange) argument
245 $this->timeRange = $timeRange;
252 return $this->timeRange;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequest.php241 public function setTimeRange(ReportRequestTimeRange $timeRange) argument
243 $this->timeRange = $timeRange;
250 return $this->timeRange;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php61 $timeRange = '{' . Plugin::NS_CALDAV . '}time-range';
68 if ($elem['name'] !== $timeRange) continue;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php61 $timeRange = '{' . Plugin::NS_CALDAV . '}time-range';
68 if ($elem['name'] !== $timeRange) continue;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php673 $timeRange = null;
690 $timeRange = $filters['comp-filters'][0]['time-range'];
694 …ers'] && !$filters['comp-filters'][0]['prop-filters'] && (!$timeRange['start'] || !$timeRange['end…
716 if ($timeRange && $timeRange['start']) {
718 $values['startdate'] = $timeRange['start']->getTimeStamp();
720 if ($timeRange && $timeRange['end']) {
722 $values['enddate'] = $timeRange['end']->getTimeStamp();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php795 $timeRange = null;
812 $timeRange = $filters['comp-filters'][0]['time-range'];
816 …ers'] && !$filters['comp-filters'][0]['prop-filters'] && (!$timeRange['start'] || !$timeRange['end…
838 if ($timeRange && $timeRange['start']) {
840 $values['startdate'] = $timeRange['start']->getTimeStamp();
842 if ($timeRange && $timeRange['end']) {
844 $values['enddate'] = $timeRange['end']->getTimeStamp();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DClouderrorreporting.php123 'timeRange.period' => [
194 'timeRange.period' => [
H A DApigee.php2522 'timeRange' => [
2921 'timeRange' => [
3211 'timeRange' => [
3597 'timeRange' => [
/plugin/davcal/
H A Dhelper.php1778 $timeRange = null;
1802 $timeRange = $filters['comp-filters'][0]['time-range'];
1806 …ers'] && !$filters['comp-filters'][0]['prop-filters'] && (!$timeRange['start'] || !$timeRange['end…
1833 if ($timeRange && $timeRange['start'])
1836 $values[] = $timeRange['start']->getTimeStamp();
1838 if ($timeRange && $timeRange['end'])
1841 $values[] = $timeRange['end']->getTimeStamp();