Home
last modified time | relevance | path

Searched refs:getNodeForPath (Results 26 – 42 of 42) sorted by last modified time

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php16 $this->assertEquals($nodes[0], $server->tree->getNodeForPath('hello'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php117 $node = $this->server->tree->getNodeForPath($path);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php236 $this->server->tree->getNodeForPath($uri);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php529 $this->tree->getNodeForPath($path);
754 $destinationNode = $this->tree->getNodeForPath($destination);
967 $parentNode = $this->tree->getNodeForPath($path);
1083 $parent = $this->tree->getNodeForPath($dir);
1120 $node = $this->tree->getNodeForPath($uri);
1164 $parent = $this->tree->getNodeForPath($parentUri);
1308 $node = $this->tree->getNodeForPath($path);
1352 $node = $this->tree->getNodeForPath($path);
1402 $node = $this->tree->getNodeForPath($path);
1425 $node = $this->tree->getNodeForPath($path);
[all …]
H A DCorePlugin.php81 $node = $this->server->tree->getNodeForPath($path);
508 $node = $this->server->tree->getNodeForPath($path);
770 $node = $this->server->tree->getNodeForPath($path);
H A DTree.php53 function getNodeForPath($path) { function in Sabre\\DAV\\Tree
71 $parent = $this->getNodeForPath($parentName);
103 $parentNode = $this->getNodeForPath($parent);
124 $sourceNode = $this->getNodeForPath($sourcePath);
129 $destinationParent = $this->getNodeForPath($destinationDir);
150 $sourceNode = $this->getNodeForPath($sourcePath);
157 $sourceNode = $this->getNodeForPath($sourcePath);
162 $this->getNodeForPath($sourcePath)->delete();
178 $node = $this->getNodeForPath($path);
194 $node = $this->getNodeForPath($path);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php173 $calendarNode = $this->server->tree->getNodeForPath($path);
H A DPlugin.php76 $node = $this->server->tree->getNodeForPath($parent);
153 $node = $this->server->tree->getNodeForPath($uri);
384 $groupNode = $this->server->tree->getNodeForPath($group);
512 $node = $this->server->tree->getNodeForPath($this->server->getRequestUri());
679 $calendar = $this->server->tree->getNodeForPath($uri);
761 $parentNode = $this->server->tree->getNodeForPath($parent);
H A DSharingPlugin.php199 $node = $this->server->tree->getNodeForPath($path);
239 $node = $this->server->tree->getNodeForPath($path);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php147 $node = $this->server->tree->getNodeForPath($uri);
179 $node = $this->server->tree->getNodeForPath($path);
354 $calendarNode = $this->server->tree->getNodeForPath($calendarPath);
361 $node = $this->server->tree->getNodeForPath($request->getPath());
412 $node = $this->server->tree->getNodeForPath($path);
517 $home = $this->server->tree->getNodeForPath($homePath);
518 $inbox = $this->server->tree->getNodeForPath($inboxPath);
528 $objectNode = $this->server->tree->getNodeForPath($objectPath);
555 $calendar = $this->server->tree->getNodeForPath($calendarPath);
944 foreach ($this->server->tree->getNodeForPath($homeSet)->getChildren() as $node) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php120 $node = $this->server->tree->getNodeForPath($uri);
436 $this->server->tree->getNodeForPath($this->server->getRequestUri())
H A DVCFExportPlugin.php62 $node = $this->server->tree->getNodeForPath($path);
/plugin/webdav/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/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php341 $node = $this->server->tree->getNodeForPath($principal);
444 $node = $this->server->tree->getNodeForPath($node);
590 $node = $this->server->tree->getNodeForPath($node);
621 $node = $this->server->tree->getNodeForPath($node);
715 $principalCollection = $this->server->tree->getNodeForPath($collection);
770 $principalCollection = $this->server->tree->getNodeForPath($uri);
1106 $node = $this->server->tree->getNodeForPath($path);
1182 $node = $this->server->tree->getNodeForPath($path);
1226 $principal = $this->server->tree->getNodeForPath($newAce['principal']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php84 $node = $tree->getNodeForPath($uri);
120 $node = $this->server->tree->getNodeForPath($path);
/plugin/webdav/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);

12