Home
last modified time | relevance | path

Searched refs:tree (Results 101 – 125 of 377) sorted by path

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php75 $node = $this->server->tree->getNodeForPath($parent);
142 $node = $this->server->tree->getNodeForPath($uri);
369 $groupNode = $this->server->tree->getNodeForPath($group);
494 $node = $this->server->tree->getNodeForPath($this->server->getRequestUri());
647 $calendar = $this->server->tree->getNodeForPath($uri);
727 $parentNode = $this->server->tree->getNodeForPath($parent);
H A DSharingPlugin.php213 $node = $this->server->tree->getNodeForPath($path);
250 $node = $this->server->tree->getNodeForPath($path);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php143 $node = $this->server->tree->getNodeForPath($uri);
175 $node = $this->server->tree->getNodeForPath($path);
281 $calendarNode = $this->server->tree->getNodeForPath($calendarPath);
288 $node = $this->server->tree->getNodeForPath($request->getPath());
334 $node = $this->server->tree->getNodeForPath($path);
439 $home = $this->server->tree->getNodeForPath($homePath);
440 $inbox = $this->server->tree->getNodeForPath($inboxPath);
450 $objectNode = $this->server->tree->getNodeForPath($objectPath);
477 $calendar = $this->server->tree->getNodeForPath($calendarPath);
790 foreach ($this->server->tree->getNodeForPath($homeSet)->getChildren() as $node) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php120 $node = $this->server->tree->getNodeForPath($uri);
393 $this->server->tree->getNodeForPath($this->server->getRequestUri())
399 $candidateNodes = $this->server->tree->getChildren($this->server->getRequestUri());
H A DVCFExportPlugin.php62 $node = $this->server->tree->getNodeForPath($path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php49 $node = $this->server->tree->getNodeForPath($request->getPath());
H A DPlugin.php128 $this->server->tree->getNodeForPath($request->getPath());
269 $node = $this->server->tree->getNodeForPath($path);
285 $subNode = $this->server->tree->getNodeForPath($subPath);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css218 ul.tree {
224 ul.tree ul {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php79 $node = $this->server->tree->getNodeForPath($path, 0);
287 $this->server->tree->delete($path);
506 if ($this->server->tree->nodeExists($path)) {
508 $node = $this->server->tree->getNodeForPath($path);
637 $this->server->tree->delete($moveInfo['destination']);
642 $this->server->tree->move($path, $moveInfo['destination']);
680 $this->server->tree->delete($copyInfo['destination']);
684 $this->server->tree->copy($path, $copyInfo['destination']);
770 $node = $this->server->tree->getNodeForPath($path);
H A DServer.php198 $this->tree = $treeOrNode;
200 $this->tree = new Tree($treeOrNode);
212 $this->tree = new Tree($root);
216 $this->tree = new Tree($root);
501 $this->tree->getNodeForPath($path);
898 $parentNode = $this->tree->getNodeForPath($path);
955 $nodes = $this->tree->getMultipleNodes($paths);
1018 $parent = $this->tree->getNodeForPath($dir);
1035 $this->tree->markDirty($dir . '/' . $name);
1055 $node = $this->tree->getNodeForPath($uri);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php236 $this->server->tree->getNodeForPath($uri);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php81 $tree = $this->server->tree;
83 if ($tree->nodeExists($uri)) {
84 $node = $tree->getNodeForPath($uri);
120 $node = $this->server->tree->getNodeForPath($path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php88 $node = $this->server->tree->getNodeForPath($uri);
110 $node = $this->server->tree->getNodeForPath($uri);
241 $node = $this->server->tree->getNodeForPath($condition['uri']);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php289 $node = $this->server->tree->getNodeForPath($principal);
328 $node = $this->server->tree->getNodeForPath($node);
473 $node = $this->server->tree->getNodeForPath($node);
504 $node = $this->server->tree->getNodeForPath($node);
590 $principalCollection = $this->server->tree->getNodeForPath($collection);
640 $principalCollection = $this->server->tree->getNodeForPath($uri);
730 $exists = $this->server->tree->nodeExists($path);
963 $node = $this->server->tree->getNodeForPath($path);
1030 $node = $this->server->tree->getNodeForPath($path);
1074 $principal = $this->server->tree->getNodeForPath($newAce['principal']);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php124 $tree = $reader->parseInnerTree(['{DAV:}privilege' => 'Sabre\\Xml\\Element\\Elements']);
125 foreach ($tree as $element) {
H A DPrincipal.php179 $tree = $reader->parseInnerTree()[0];
181 switch ($tree['name']) {
187 return new self(self::HREF, $tree['value']);
191 throw new BadRequest('Unknown or unsupported principal type: ' . $tree['name']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php41 $tree = [
89 $tree = [
153 $tree = array(
190 $tree = array(
245 $tree = array(
281 $tree = array(
317 $tree = array(
357 $tree = array(
393 $tree = array(
593 $tree = [
[all …]
H A DJCalTransformTest.php234 $this->server->tree->getNodeForPath('calendars/user1/foo/bar.ics'),
H A DPluginTest.php1025 …$r = $this->server->emit('onHTMLActionsPanel', [$this->server->tree->getNodeForPath('calendars/use…
H A DValidateICalTest.php42 $tree = [
46 $this->server = new DAV\Server($tree);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php64 $tree = [
74 $this->server = new DAV\Server($tree);
H A DScheduleDeliverTest.php574 $this->server->tree->getNodeForPath($this->calendarObjectUri),
599 $this->server->tree->getNodeForPath(dirname($this->calendarObjectUri)),
624 $parentNode = $this->server->tree->getNodeForPath($parent);
638 $inboxNode = $this->server->tree->getNodeForPath('calendars/'.$user.'/inbox');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAbstractPluginTest.php29 $tree = array(
36 $this->server = new DAV\Server($tree);
H A DIDirectoryTest.php11 $tree = array(
15 $server = new DAV\Server($tree);
H A DPluginTest.php64 …$r = $this->server->emit('onHTMLActionsPanel', [$this->server->tree->getNodeForPath('addressbooks/…
78 $node = $this->server->tree->getNodeForPath('addressbooks/user1/book1');

12345678910>>...16