Home
last modified time | relevance | path

Searched refs:reports (Results 1 – 25 of 64) sorted by relevance

123

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php31 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
41 * @param string|string[] $reports
43 function __construct($reports = null) { argument
45 if (!is_null($reports))
46 $this->addReport($reports);
68 $this->reports[] = $r;
81 return $this->reports;
95 $this->reports
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php31 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
41 * @param string|string[] $reports
43 function __construct($reports = null) { argument
45 if (!is_null($reports))
46 $this->addReport($reports);
68 $this->reports[] = $r;
81 return $this->reports;
95 $this->reports
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DBatchRunReportsResponse.php47 public function setReports($reports) argument
49 $this->reports = $reports;
56 return $this->reports;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DListReportsResponse.php47 public function setReports($reports) argument
49 $this->reports = $reports;
56 return $this->reports;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DListReportsResponse.php65 public function setReports($reports) argument
67 $this->reports = $reports;
74 return $this->reports;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DGetReportsResponse.php49 public function setReports($reports) argument
51 $this->reports = $reports;
58 return $this->reports;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDoubleclicksearch.php43 public $reports; variable in Google\\Service\\Doubleclicksearch
143 'reports',
147 'path' => 'doubleclicksearch/v2/reports/generate',
151 'path' => 'doubleclicksearch/v2/reports/{reportId}',
161 'path' => 'doubleclicksearch/v2/reports/{reportId}/files/{reportFragment}',
176 'path' => 'doubleclicksearch/v2/reports',
H A DAnalyticsReporting.php44 public $reports; variable in Google\\Service\\AnalyticsReporting
66 'reports',
70 'path' => 'v4/reports:batchGet',
H A DDoubleClickBidManager.php43 public $reports; variable in Google\\Service\\DoubleClickBidManager
131 'reports',
135 'path' => 'queries/{queryId}/reports',
H A DReports.php75 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}',
130 … 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}/watch',
209 'path' => 'admin/reports/v1/usage/dates/{date}',
241 'path' => 'admin/reports/v1/usage/{entityType}/{entityKey}/dates/{date}',
291 'path' => 'admin/reports/v1/usage/users/{userKey}/dates/{date}',
H A DChromeManagement.php171 'reports',
175 'path' => 'v1/{+customer}/reports:countChromeVersions',
201 'path' => 'v1/{+customer}/reports:countInstalledApps',
231 'path' => 'v1/{+customer}/reports:findInstalledAppDevices',
H A DYouTubeAnalytics.php55 public $reports; variable in Google\\Service\\YouTubeAnalytics
183 'reports',
187 'path' => 'v2/reports',
H A DYouTubeReporting.php137 'reports',
141 'path' => 'v1/jobs/{jobId}/reports/{reportId}',
160 'path' => 'v1/jobs/{jobId}/reports',
H A DAdSenseHost.php49 public $reports; variable in Google\\Service\\AdSenseHost
297 'reports',
301 'path' => 'accounts/{accountId}/reports',
533 'reports',
537 'path' => 'reports',
H A DAdsense.php358 'reports',
362 'path' => 'v2/{+account}/reports:generate',
436 'path' => 'v2/{+account}/reports:generateCsv',
620 'path' => 'v2/{+parent}/reports/saved',
H A DOSConfig.php120 'reports',
134 'path' => 'v1/{+parent}/reports',
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeAnalyticsService.php72 public $reports; variable in Google_YouTubeAnalyticsService
84 …$this->reports = new Google_ReportsServiceResource($this, $this->serviceName, 'reports', json_deco…
/plugin/chiplink/
H A Dplugin.info.txt6 desc Provides automatic links to HTML reports on your server, by searching the wikitext.
H A DREADME3 Provides automatic links to HTML reports on your server, by searching the wikitext.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php800 $this->values['reports'][$report] = $output;
1047 * @param array $reports A list of reports to print.
1057 $reports, argument
1062 if (empty($reports) === true) {
1063 $reports['full'] = $reportFile;
1070 foreach ($reports as $report => $output) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php155 $reports = [];
157 $reports[] = '{' . self::NS_CALDAV . '}calendar-multiget';
158 $reports[] = '{' . self::NS_CALDAV . '}calendar-query';
161 $reports[] = '{' . self::NS_CALDAV . '}free-busy-query';
167 $reports[] = '{DAV:}sync-collection';
169 return $reports;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php144 $reports = [];
146 $reports[] = '{' . self::NS_CALDAV . '}calendar-multiget';
147 $reports[] = '{' . self::NS_CALDAV . '}calendar-query';
150 $reports[] = '{' . self::NS_CALDAV . '}free-busy-query';
156 $reports[] = '{DAV:}sync-collection';
158 return $reports;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.3.md9 …github.com/sebastianbergmann/php-code-coverage/issues/438): Wrong base directory for Clover reports
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php817 $reports = [];
819 … $reports = array_merge($reports, $plugin->getSupportedReportSet($propFind->getPath()));
821 return new Xml\Property\SupportedReportSet($reports);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php817 $reports = [];
819 … $reports = array_merge($reports, $plugin->getSupportedReportSet($propFind->getPath()));
821 return new Xml\Property\SupportedReportSet($reports);

123