Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropFind.php27 const ALLPROPS = 1; define in Sabre\\DAV\\PropFind
50 if ($requestType === self::ALLPROPS) {
129 if ($this->requestType === self::ALLPROPS) {
257 return $this->requestType === self::ALLPROPS;
287 if ($this->requestType === self::ALLPROPS) unset($r[404]);
H A DServer.php897 $propFindType = !empty($propertyNames) ? PropFind::NORMAL : PropFind::ALLPROPS;
964 $propFindType = $propertyNames ? PropFind::NORMAL : PropFind::ALLPROPS;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php27 const ALLPROPS = 1; define in Sabre\\DAV\\PropFind
50 if ($requestType === self::ALLPROPS) {
129 if ($this->requestType === self::ALLPROPS) {
257 return $this->requestType === self::ALLPROPS;
287 if ($this->requestType === self::ALLPROPS) unset($r[404]);
H A DServer.php895 $propFindType = $propertyNames ? PropFind::NORMAL : PropFind::ALLPROPS;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DPropFindTest.php33 $propFind = new PropFind('foo', ['{DAV:}displayname'], 0, PropFind::ALLPROPS);
55 $propFind = new PropFind('foo', ['{DAV:}displayname'], 0, PropFind::ALLPROPS);