Searched refs:filterOptions (Results 1 – 3 of 3) sorted by relevance
31 public function setFilterOptions($filterOptions) argument33 $this->filterOptions = $filterOptions;40 return $this->filterOptions;
166 ast = filters.handleFilters(ast, filtersSet, options.filterOptions, options.filterAliases);255 filterOptions: options.filterOptions, property303 filterOptions: options.filterOptions, property
106 $available = $this->filterOptions($available, $options);139 protected function filterOptions(array $available, array $options): array function in FreeDSx\\Sasl\\MechanismSelector