Home
last modified time | relevance | path

Searched refs:DEPTH_INFINITY (Results 1 – 9 of 9) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DSyncCollectionTest.php72 $elem->syncLevel = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php112 $value = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php112 $value = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php92 …$writer->writeElement('{DAV:}depth', ($lock->depth == DAV\Server::DEPTH_INFINITY ? 'infinity' : $l…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php92 …$writer->writeElement('{DAV:}depth', ($lock->depth == DAV\Server::DEPTH_INFINITY ? 'infinity' : $l…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php30 const DEPTH_INFINITY = -1; define in Sabre\\DAV\\Server
603 function getHTTPDepth($default = self::DEPTH_INFINITY) {
610 if ($depth == 'infinity') return self::DEPTH_INFINITY;
892 if ($newDepth !== self::DEPTH_INFINITY) {
912 … if (($newDepth === self::DEPTH_INFINITY || $newDepth >= 1) && $childNode instanceof ICollection) {
974 if (($depth > 0 || $depth === self::DEPTH_INFINITY) && $parentNode instanceof ICollection) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php24 const DEPTH_INFINITY = -1; define in Sabre\\DAV\\Server
570 function getHTTPDepth($default = self::DEPTH_INFINITY) {
577 if ($depth == 'infinity') return self::DEPTH_INFINITY;
848 if ($newDepth !== self::DEPTH_INFINITY) {
867 … if (($newDepth === self::DEPTH_INFINITY || $newDepth >= 1) && $childNode instanceof ICollection) {
905 if (($depth > 0 || $depth === self::DEPTH_INFINITY) && $parentNode instanceof ICollection) {
/plugin/webdav/core/Plugin/
H A DFakeLocker.php138 $lockInfo->depth = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php57 $lock->depth = DAV\Server::DEPTH_INFINITY;