Lines Matching refs:report
193 function report($reportName, $dom) { function in Sabre\\CardDAV\\Plugin
235 function addressbookMultiGetReport($report) { argument
237 $contentType = $report->contentType;
238 $version = $report->version;
250 $report->hrefs
252 … foreach ($this->server->getPropertiesForMultiplePaths($paths, $report->properties) as $props) {
387 protected function addressbookQueryReport($report) { argument
402 $contentType = $report->contentType;
403 if ($report->version) {
404 $contentType .= '; version=' . $report->version;
422 if (!$this->validateFilters($blob, $report->filters, $report->test)) {
428 if ($report->limit && $report->limit <= count($validNodes)) {
444 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0);