Home
last modified time | relevance | path

Searched refs:Filter (Results 51 – 75 of 285) sorted by last modified time

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DFilter.php20 class Filter extends \Google\Model class
108 class_alias(Filter::class, 'Google_Service_AnalyticsData_Filter');
H A DFilterExpression.php24 protected $filterType = Filter::class;
46 * @param Filter
48 public function setFilter(Filter $filter)
53 * @return Filter
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DFilter.php20 class Filter extends \Google\Model class
282 class_alias(Filter::class, 'Google_Service_Analytics_Filter');
H A DFilters.php23 protected $itemsType = Filter::class;
55 * @param Filter[]
62 * @return Filter[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DFilter.php20 class Filter extends \Google\Model class
76 class_alias(Filter::class, 'Google_Service_Gmail_Filter');
H A DListFiltersResponse.php23 protected $filterType = Filter::class;
27 * @param Filter[]
34 * @return Filter[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementFilters.php20 use Google\Service\Analytics\Filter; alias
39 * @return Filter
45 return $this->call('delete', [$params], Filter::class);
53 * @return Filter
59 return $this->call('get', [$params], Filter::class);
65 * @param Filter $postBody
67 * @return Filter
99 * @param Filter $postBody
101 * @return Filter
114 * @param Filter $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersSettingsFilters.php20 use Google\Service\Gmail\Filter; alias
39 * @param Filter $postBody
41 * @return Filter
43 public function create($userId, Filter $postBody, $optParams = [])
47 return $this->call('create', [$params], Filter::class);
70 * @return Filter
76 return $this->call('get', [$params], Filter::class);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php27 use FreeDSx\Ldap\Search\Filter\GreaterThanOrEqualFilter;
H A DOperations.php36 use FreeDSx\Ldap\Search\Filter\FilterInterface;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCompareRequest.php22 use FreeDSx\Ldap\Search\Filter\EqualityFilter;
H A DSearchRequest.php26 use FreeDSx\Ldap\Search\Filter\FilterInterface;
47 * filter Filter,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php18 use FreeDSx\Ldap\Search\Filter\AndFilter;
19 use FreeDSx\Ldap\Search\Filter\ApproximateFilter;
20 use FreeDSx\Ldap\Search\Filter\EqualityFilter;
21 use FreeDSx\Ldap\Search\Filter\FilterInterface;
22 use FreeDSx\Ldap\Search\Filter\GreaterThanOrEqualFilter;
23 use FreeDSx\Ldap\Search\Filter\LessThanOrEqualFilter;
24 use FreeDSx\Ldap\Search\Filter\MatchingRuleFilter;
25 use FreeDSx\Ldap\Search\Filter\NotFilter;
26 use FreeDSx\Ldap\Search\Filter\OrFilter;
27 use FreeDSx\Ldap\Search\Filter\PresentFilte
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php26 use FreeDSx\Ldap\Search\Filter\FilterInterface;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAndFilter.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DApproximateFilter.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DAttributeValueAssertionTrait.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DEqualityFilter.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DFilterAttributeTrait.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DFilterContainerInterface.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DFilterContainerTrait.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DFilterInterface.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DGreaterThanOrEqualFilter.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DLessThanOrEqualFilter.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DMatchingRuleFilter.php12 namespace FreeDSx\Ldap\Search\Filter;

12345678910>>...12