Lines Matching refs:server
42 protected $server; variable in Sabre\\CalDAV\\SharingPlugin
83 function initialize(DAV\Server $server) { argument
85 $this->server = $server;
86 …$server->resourceTypeMapping['Sabre\\CalDAV\\ISharedCalendar'] = '{' . Plugin::NS_CALENDARSERVER .…
89 $this->server->protectedProperties,
95 …$this->server->xml->elementMap['{' . Plugin::NS_CALENDARSERVER . '}share'] = 'Sabre\\CalDAV\\Xml\\…
96 …$this->server->xml->elementMap['{' . Plugin::NS_CALENDARSERVER . '}invite-reply'] = 'Sabre\\CalDAV…
98 $this->server->on('propFind', [$this, 'propFindEarly']);
99 $this->server->on('propFind', [$this, 'propFindLate'], 150);
100 $this->server->on('propPatch', [$this, 'propPatch'], 40);
101 $this->server->on('method:POST', [$this, 'httpPost']);
138 $props = $this->server->getPropertiesForPath($node->getOwner(), [
213 $node = $this->server->tree->getNodeForPath($path);
250 $node = $this->server->tree->getNodeForPath($path);
266 $message = $this->server->xml->parse($requestBody, $request->getUrl(), $documentType);
279 $this->server->transactionType = 'post-calendar-share';
282 $acl = $this->server->getPlugin('acl');
307 $this->server->transactionType = 'post-invite-reply';
310 $acl = $this->server->getPlugin('acl');
331 $writer = $this->server->xml->getWriter($this->server->getBaseUri());
351 $this->server->transactionType = 'post-publish-calendar';
354 $acl = $this->server->getPlugin('acl');
379 $this->server->transactionType = 'post-unpublish-calendar';
382 $acl = $this->server->getPlugin('acl');