Lines Matching refs:ace
630 foreach ($acl as $ace) {
632 $principal = $ace['principal'];
639 $collected[] = $ace;
646 $collected[] = $ace;
652 $collected[] = $ace;
659 $collected[] = $ace;
664 if ($this->principalMatchesPrincipal($ace['principal'])) {
665 $collected[] = $ace;
1209 throw new Exception\AceConflict('This resource contained a protected {DAV:}ace, but this privilege did not occur in the ACL request');
1560 foreach ($acl['{DAV:}acl']->getPrivileges() as $ace) {
1562 if ($ace['principal'][0] === '{') {
1567 $principals[] = $ace['principal'];