Home
last modified time | relevance | path

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

12

/plugin/webdav/vendor/sabre/dav/lib/DAV/
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 …]
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 …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
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 …]
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 …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php21 $this->assertArrayHasKey('hi2', $tree->getNodeForPath('')->newDirectories);
22 $this->assertEquals('foobar', $tree->getNodeForPath('hi/file')->get());
23 …$this->assertEquals(array('test1'=>'value'), $tree->getNodeForPath('hi/file')->getProperties(array…
32 $this->assertEquals('hi2', $tree->getNodeForPath('hi')->getName());
33 $this->assertTrue($tree->getNodeForPath('hi')->isRenamed);
42 $this->assertArrayHasKey('hi2', $tree->getNodeForPath('')->newDirectories);
43 $this->assertTrue($tree->getNodeForPath('hi/sub')->isDeleted);
51 $this->assertTrue($tree->getNodeForPath('hi')->isDeleted);
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');
/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/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/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/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/DAV/PropertyStorage/
H A DPluginTest.php71 $this->server->tree->getNodeForPath('files')->createFile('source');
83 $this->server->tree->getNodeForPath('files')->createFile('source');
/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/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/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/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/davcal/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());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php49 $node = $this->server->tree->getNodeForPath($request->getPath());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
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/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);

12