Home
last modified time | relevance | path

Searched refs:searchPrincipals (Results 1 – 16 of 16) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DAbstractPDOTest.php112 $result = $backend->searchPrincipals('principals', array('{DAV:}blabla' => 'foo'));
115 $result = $backend->searchPrincipals('principals', array('{DAV:}displayname' => 'ou'));
118 …$result = $backend->searchPrincipals('principals', array('{DAV:}displayname' => 'UsEr', '{http://s…
121 …$result = $backend->searchPrincipals('mom', array('{DAV:}displayname' => 'UsEr', '{http://sabredav…
H A DMock.php70 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { function in Sabre\\DAVACL\\PrincipalBackend\\Mock
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php146 function searchPrincipals(array $searchProperties, $test = 'allof') { function in Sabre\\DAVACL\\AbstractPrincipalCollection
148 …$result = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $te…
H A DIPrincipalCollection.php42 function searchPrincipals(array $searchProperties, $test = 'allof'); function
H A DPlugin.php777 $results = $principalCollection->searchPrincipals($searchProperties, $test);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php146 function searchPrincipals(array $searchProperties, $test = 'allof') { function in Sabre\\DAVACL\\AbstractPrincipalCollection
148 …$result = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $te…
H A DIPrincipalCollection.php42 function searchPrincipals(array $searchProperties, $test = 'allof'); function
H A DPlugin.php647 $results = $principalCollection->searchPrincipals($searchProperties, $test);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DAbstractBackend.php42 $result = $this->searchPrincipals(
H A DBackendInterface.php93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); function
H A DPDO.php242 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DAbstractBackend.php42 $result = $this->searchPrincipals(
H A DBackendInterface.php93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); function
H A DPDO.php242 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
/plugin/davcal/
H A DprincipalBackendDokuwiki.php45 public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') function in DokuWikiSabrePrincipalBackend
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md692 * Changed: `PrincipalBackend::searchPrincipals` has a new optional `test`
1435 'searchPrincipals' and 'updatePrincipal'.