Home
last modified time | relevance | path

Searched refs:NotFilter (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php22 use FreeDSx\Ldap\Search\Filter\NotFilter;
72 * @return NotFilter
74 public static function not(FilterInterface $filter): NotFilter
76 return new NotFilter($filter);
20 use FreeDSx\Ldap\Search\Filter\NotFilter; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php25 use FreeDSx\Ldap\Search\Filter\NotFilter;
43 2 => NotFilter::class,
24 use FreeDSx\Ldap\Search\Filter\NotFilter; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php29 class NotFilter implements FilterInterface
95 * @return NotFilter
26 class NotFilter implements FilterInterface global() class