Lines Matching refs:report
194 function report($reportName, $dom, $path) { function in Sabre\\CardDAV\\Plugin
236 function addressbookMultiGetReport($report) { argument
238 $contentType = $report->contentType;
239 $version = $report->version;
251 $report->hrefs
253 … foreach ($this->server->getPropertiesForMultiplePaths($paths, $report->properties) as $props) {
430 protected function addressbookQueryReport($report) { argument
445 $contentType = $report->contentType;
446 if ($report->version) {
447 $contentType .= '; version=' . $report->version;
465 if (!$this->validateFilters($blob, $report->filters, $report->test)) {
471 if ($report->limit && $report->limit <= count($validNodes)) {
487 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0);
494 $report->addressDataProperties