Home
last modified time | relevance | path

Searched refs:getGroupMemberSet (Results 1 – 21 of 21) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php130 function getGroupMemberSet() { function in Sabre\\CalDAV\\Principal\\ProxyRead
132 return $this->principalBackend->getGroupMemberSet($this->getPrincipalUrl());
H A DProxyWrite.php130 function getGroupMemberSet() { function in Sabre\\CalDAV\\Principal\\ProxyWrite
132 return $this->principalBackend->getGroupMemberSet($this->getPrincipalUrl());
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIPrincipal.php42 function getGroupMemberSet(); function
H A DPlugin.php873 $members = $node->getGroupMemberSet();
H A DPrincipal.php98 function getGroupMemberSet() { function in Sabre\\DAVACL\\Principal
100 return $this->principalBackend->getGroupMemberSet($this->principalProperties['uri']);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php120 function getGroupMemberSet($principal); function
H A DPDO.php289 function getGroupMemberSet($principal) { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DProxyReadTest.php78 $this->assertEquals(array(), $i->getGroupMemberSet());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DMockPrincipal.php48 function getGroupMemberSet() { function in Sabre\\DAVACL\\MockPrincipal
H A DPrincipalTest.php136 $this->assertEquals(array(),$principal->getGroupMemberSet());
H A DPluginUpdatePropertiesTest.php50 $this->assertEquals(array(),$tree[0]->getGroupMemberSet());
71 $this->assertEquals(['bar', 'baz'],$tree[0]->getGroupMemberSet());
/plugin/davcal/
H A DprincipalBackendDokuwiki.php51 public function getGroupMemberSet($principal) function in DokuWikiSabrePrincipalBackend
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php99 function getGroupMemberSet($path) { function in Sabre\\DAVACL\\PrincipalBackend\\Mock
H A DAbstractPDOTest.php73 $this->assertEquals($expected,$backend->getGroupMemberSet('principals/group'));
93 … $this->assertEquals(array('principals/user'), $backend->getGroupMemberSet('principals/group'));
97 $this->assertEquals(array(), $backend->getGroupMemberSet('principals/group'));
101 … $this->assertEquals(array('principals/user'), $backend->getGroupMemberSet('principals/group'));
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DIPrincipal.php42 function getGroupMemberSet(); function
H A DPlugin.php1020 $members = $node->getGroupMemberSet();
H A DPrincipal.php100 function getGroupMemberSet() { function in Sabre\\DAVACL\\Principal
102 return $this->principalBackend->getGroupMemberSet($this->principalProperties['uri']);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php120 function getGroupMemberSet($principal); function
H A DPDO.php334 function getGroupMemberSet($principal) { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php130 function getGroupMemberSet() { function in Sabre\\CalDAV\\Principal\\ProxyRead
132 return $this->principalBackend->getGroupMemberSet($this->getPrincipalUrl());
H A DProxyWrite.php130 function getGroupMemberSet() { function in Sabre\\CalDAV\\Principal\\ProxyWrite
132 return $this->principalBackend->getGroupMemberSet($this->getPrincipalUrl());