Home
last modified time | relevance | path

Searched refs:getNodeForPath (Results 1 – 25 of 42) sorted by path

12

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php179 $calendarNode = $this->server->tree->getNodeForPath($path);
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())
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/
H A DCorePlugin.php79 $node = $this->server->tree->getNodeForPath($path, 0);
508 $node = $this->server->tree->getNodeForPath($path);
770 $node = $this->server->tree->getNodeForPath($path);
H A DServer.php501 $this->tree->getNodeForPath($path);
721 $destinationNode = $this->tree->getNodeForPath($destination);
898 $parentNode = $this->tree->getNodeForPath($path);
1018 $parent = $this->tree->getNodeForPath($dir);
1055 $node = $this->tree->getNodeForPath($uri);
1099 $parent = $this->tree->getNodeForPath($parentUri);
1232 $node = $this->tree->getNodeForPath($path);
1276 $node = $this->tree->getNodeForPath($path);
1326 $node = $this->tree->getNodeForPath($path);
1349 $node = $this->tree->getNodeForPath($path);
[all …]
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/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.php84 $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);
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/tests/Sabre/CalDAV/
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…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
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 DPluginTest.php64 …$r = $this->server->emit('onHTMLActionsPanel', [$this->server->tree->getNodeForPath('addressbooks/…
78 $node = $this->server->tree->getNodeForPath('addressbooks/user1/book1');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php18 $this->server->tree->getNodeForPath('')->createDirectory('dir2');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpPutTest.php43 $this->server->tree->getNodeForPath('file2')->get()
72 $this->server->tree->getNodeForPath('file1')->get()
106 $this->server->tree->getNodeForPath('file1')->get()
140 $this->server->tree->getNodeForPath('file1')->get()
193 $this->server->tree->getNodeForPath('file2')->get()
288 $this->server->tree->getNodeForPath('file2')->get()
H A DObjectTreeTest.php31 $root = $this->tree->getNodeForPath('');
38 $root = $this->tree->getNodeForPath('subdir');
H A DServerRangeTest.php152 $node = $this->server->tree->getNodeForPath('test.txt');
187 $node = $this->server->tree->getNodeForPath('test.txt');
221 $node = $this->server->tree->getNodeForPath('test.txt');
256 $node = $this->server->tree->getNodeForPath('test.txt');
H A DServerSimpleTest.php16 $this->assertEquals($nodes[0], $server->tree->getNodeForPath('hello'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php71 $this->server->tree->getNodeForPath('files')->createFile('source');
83 $this->server->tree->getNodeForPath('files')->createFile('source');

12