Searched refs:prefixPath (Results 1 – 6 of 6) sorted by relevance
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
H A D | BackendInterface.php | 31 * @param string $prefixPath 34 function getPrincipalsByPrefix($prefixPath); argument 88 * @param string $prefixPath 93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
|
H A D | PDO.php | 89 * @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 D | BackendInterface.php | 31 * @param string $prefixPath 34 function getPrincipalsByPrefix($prefixPath); argument 88 * @param string $prefixPath 93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
|
H A D | PDO.php | 89 * @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 D | principalBackendDokuwiki.php | 10 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 D | Mock.php | 70 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument 73 foreach ($this->getPrincipalsByPrefix($prefixPath) as $principal) {
|