Home
last modified time | relevance | path

Searched refs:nodeExists (Results 1 – 12 of 12) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php11 $this->assertTrue($tree->nodeExists('hi'));
12 $this->assertFalse($tree->nodeExists('hello'));
H A DHttpPutTest.php340 $this->server->tree->nodeExists('file2')
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php83 if ($tree->nodeExists($uri)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php83 if ($tree->nodeExists($uri)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php94 function nodeExists($path) { function in Sabre\\DAV\\Tree
H A DServer.php1349 $nodeExists = true;
1354 $nodeExists = false;
1357 if ($nodeExists) {
H A DCorePlugin.php506 if ($this->server->tree->nodeExists($path)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php94 function nodeExists($path) { function in Sabre\\DAV\\Tree
H A DServer.php1273 $nodeExists = true;
1278 $nodeExists = false;
1281 if ($nodeExists) {
H A DCorePlugin.php506 if ($this->server->tree->nodeExists($path)) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php730 $exists = $this->server->tree->nodeExists($path);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php878 $exists = $this->server->tree->nodeExists($path);