Home
last modified time | relevance | path

Searched refs:ApproximateFilter (Results 1 – 3 of 3) sorted by path

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php19 use FreeDSx\Ldap\Search\Filter\ApproximateFilter;
49 8 => ApproximateFilter::class,
18 use FreeDSx\Ldap\Search\Filter\ApproximateFilter; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DApproximateFilter.php19 class ApproximateFilter implements FilterInterface
18 class ApproximateFilter implements FilterInterface global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php16 use FreeDSx\Ldap\Search\Filter\ApproximateFilter;
207 * @return ApproximateFilter
209 public static function approximate(string $attribute, string $value): ApproximateFilter
211 return new ApproximateFilter($attribute, $value);
14 use FreeDSx\Ldap\Search\Filter\ApproximateFilter; global() alias