Lines Matching refs:propFind
986 function propFind(DAV\PropFind $propFind, DAV\INode $node) { function in Sabre\\DAVACL\\Plugin
988 $path = $propFind->getPath();
1002 foreach ($propFind->getRequestedProperties() as $requestedProperty) {
1003 $propFind->set($requestedProperty, null, 403);
1013 $propFind->handle('{DAV:}alternate-URI-set', function() use ($node) {
1016 $propFind->handle('{DAV:}principal-URL', function() use ($node) {
1019 $propFind->handle('{DAV:}group-member-set', function() use ($node) {
1026 $propFind->handle('{DAV:}group-membership', function() use ($node) {
1033 $propFind->handle('{DAV:}displayname', [$node, 'getDisplayName']);
1037 $propFind->handle('{DAV:}principal-collection-set', function() {
1045 $propFind->handle('{DAV:}current-user-principal', function() {
1052 $propFind->handle('{DAV:}supported-privilege-set', function() use ($node) {
1055 … $propFind->handle('{DAV:}current-user-privilege-set', function() use ($node, $propFind, $path) {
1057 $propFind->set('{DAV:}current-user-privilege-set', null, 403);
1063 $propFind->handle('{DAV:}acl', function() use ($node, $propFind, $path) {
1066 $propFind->set('{DAV:}acl', null, 403);
1072 $propFind->handle('{DAV:}acl-restrictions', function() {
1078 $propFind->handle('{DAV:}owner', function() use ($node) {