Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php38 function getPrincipalsByPrefix($prefix) { function in Sabre\\DAVACL\\PrincipalBackend\\Mock
64 foreach ($this->getPrincipalsByPrefix('principals') as $principal) {
73 foreach ($this->getPrincipalsByPrefix($prefixPath) as $principal) {
H A DAbstractPDOTest.php42 $this->assertEquals($expected, $backend->getPrincipalsByPrefix('principals'));
43 $this->assertEquals(array(), $backend->getPrincipalsByPrefix('foo'));
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php34 function getPrincipalsByPrefix($prefixPath); function
H A DPDO.php92 function getPrincipalsByPrefix($prefixPath) { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php34 function getPrincipalsByPrefix($prefixPath); function
H A DPDO.php92 function getPrincipalsByPrefix($prefixPath) { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
/plugin/davcal/
H A DprincipalBackendDokuwiki.php10 public function getPrincipalsByPrefix($prefixPath) function in DokuWikiSabrePrincipalBackend
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php98 …foreach ($this->principalBackend->getPrincipalsByPrefix($this->principalPrefix) as $principalInfo)…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php98 …foreach ($this->principalBackend->getPrincipalsByPrefix($this->principalPrefix) as $principalInfo)…