Home
last modified time | relevance | path

Searched refs:filterOptions (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DDataSourceRestriction.php31 public function setFilterOptions($filterOptions) argument
33 $this->filterOptions = $filterOptions;
40 return $this->filterOptions;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php106 $available = $this->filterOptions($available, $options);
139 protected function filterOptions(array $available, array $options): array function in FreeDSx\\Sasl\\MechanismSelector