Home
last modified time | relevance | path

Searched refs:prefixPath (Results 1 – 6 of 6) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php31 * @param string $prefixPath
34 function getPrincipalsByPrefix($prefixPath); argument
88 * @param string $prefixPath
93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
H A DPDO.php89 * @param string $prefixPath
92 function getPrincipalsByPrefix($prefixPath) { argument
109 if ($rowPrefix !== $prefixPath) continue;
237 * @param string $prefixPath
242 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument
272 if ($rowPrefix !== $prefixPath) continue;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php31 * @param string $prefixPath
34 function getPrincipalsByPrefix($prefixPath); argument
88 * @param string $prefixPath
93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
H A DPDO.php89 * @param string $prefixPath
92 function getPrincipalsByPrefix($prefixPath) { argument
109 if ($rowPrefix !== $prefixPath) continue;
237 * @param string $prefixPath
242 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument
273 if ($rowPrefix !== $prefixPath) continue;
/plugin/davcal/
H A DprincipalBackendDokuwiki.php10 public function getPrincipalsByPrefix($prefixPath) argument
18 if(strpos($principal, $prefixPath) === 0)
45 public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') argument
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php70 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument
73 foreach ($this->getPrincipalsByPrefix($prefixPath) as $principal) {