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/
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/
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/
DAction.php80 public function setTimeRange(TimeRange $timeRange) argument
82 $this->timeRange = $timeRange;
89 return $this->timeRange;
DDriveActivity.php97 public function setTimeRange(TimeRange $timeRange) argument
99 $this->timeRange = $timeRange;
106 return $this->timeRange;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DInventorySource.php243 public function setTimeRange(TimeRange $timeRange) argument
245 $this->timeRange = $timeRange;
252 return $this->timeRange;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
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/
DFreeBusyQueryReport.php61 $timeRange = '{' . Plugin::NS_CALDAV . '}time-range';
68 if ($elem['name'] !== $timeRange) continue;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
DFreeBusyQueryReport.php61 $timeRange = '{' . Plugin::NS_CALDAV . '}time-range';
68 if ($elem['name'] !== $timeRange) continue;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
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/
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/
DClouderrorreporting.php123 'timeRange.period' => [
194 'timeRange.period' => [
DApigee.php2522 'timeRange' => [
2921 'timeRange' => [
3211 'timeRange' => [
3597 'timeRange' => [
/plugin/davcal/
Dhelper.php1872 $timeRange = null;
1896 $timeRange = $filters['comp-filters'][0]['time-range'];
1900 …ers'] && !$filters['comp-filters'][0]['prop-filters'] && (!$timeRange['start'] || !$timeRange['end…
1927 if ($timeRange && $timeRange['start'])
1930 $values[] = $timeRange['start']->getTimeStamp();
1932 if ($timeRange && $timeRange['end'])
1935 $values[] = $timeRange['end']->getTimeStamp();