Home
last modified time | relevance | path

Searched refs:enablePropfindDepthInfinity (Results 1 – 5 of 5) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsInfiniteDepthTest.php25 $this->server->enablePropfindDepthInfinity = true;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php167 public $enablePropfindDepthInfinity = false; variable in Sabre\\DAV\\Server
960 if (!$this->enablePropfindDepthInfinity && $depth != 0) $depth = 1;
H A DCorePlugin.php334 if (!$this->server->enablePropfindDepthInfinity && $depth != 0) $depth = 1;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php161 public $enablePropfindDepthInfinity = false; variable in Sabre\\DAV\\Server
891 if (!$this->enablePropfindDepthInfinity && $depth != 0) $depth = 1;
H A DCorePlugin.php334 if (!$this->server->enablePropfindDepthInfinity && $depth != 0) $depth = 1;