Home
last modified time | relevance | path

Searched refs:searchProperties (Results 1 – 14 of 14) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php142 * @param array $searchProperties
146 function searchPrincipals(array $searchProperties, $test = 'allof') { argument
148 …sult = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $test);
H A DIPrincipalCollection.php38 * @param array $searchProperties
42 function searchPrincipals(array $searchProperties, $test = 'allof'); argument
H A DPlugin.php614 * @param array $searchProperties The properties to search on. This is a
629 …function principalSearch(array $searchProperties, array $requestedProperties, $collectionUri = nul… argument
647 $results = $principalCollection->searchPrincipals($searchProperties, $test);
1256 $report->searchProperties,
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php89 * @param array $searchProperties
93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
H A DPDO.php238 * @param array $searchProperties
242 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument
246 foreach ($searchProperties as $property => $value) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php35 public $searchProperties = []; variable in Sabre\\DAVACL\\Xml\\Request\\PrincipalPropertySearchReport
109 $self->searchProperties[$propName] = $elem['value']['{DAV:}match'];
/plugin/davcal/
H A DprincipalBackendDokuwiki.php45 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
75 foreach ($searchProperties as $key => $value) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DIPrincipalCollection.php38 * @param array $searchProperties
42 function searchPrincipals(array $searchProperties, $test = 'allof'); argument
H A DAbstractPrincipalCollection.php142 * @param array $searchProperties
146 function searchPrincipals(array $searchProperties, $test = 'allof') { argument
148 …sult = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $test);
H A DPlugin.php744 * @param array $searchProperties The properties to search on. This is a
759 …function principalSearch(array $searchProperties, array $requestedProperties, $collectionUri = nul… argument
777 $results = $principalCollection->searchPrincipals($searchProperties, $test);
1512 $report->searchProperties,
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php35 public $searchProperties = []; variable in Sabre\\DAVACL\\Xml\\Request\\PrincipalPropertySearchReport
109 $self->searchProperties[$propName] = $elem['value']['{DAV:}match'];
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php89 * @param array $searchProperties
93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
H A DPDO.php238 * @param array $searchProperties
242 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument
243 if (count($searchProperties) == 0) return []; //No criteria
247 foreach ($searchProperties as $property => $value) {