Home
last modified time | relevance | path

Searched refs:filterType (Results 1 – 18 of 18) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DParentEntityFilter.php34 public $filterType; variable in Google\\Service\\DisplayVideo\\ParentEntityFilter
67 public function setFilterType($filterType) argument
69 $this->filterType = $filterType;
76 return $this->filterType;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php76 * @param int $filterType
79 public static function has(int $filterType): bool argument
81 return isset(self::$map[$filterType]);
85 * @param int $filterType
88 public static function set(int $filterType, string $filterClass): void argument
97 self::$map[$filterType] = $filterClass;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php165 $filterType = null;
170 $filterType = $op;
172 $filterType = $op;
174 if ($filterType !== null) {
178 if ($filterType !== null) {
180 $valueStartsAt = $i + strlen($filterType);
184 $this->validateParsedFilter($filterType, $startAt, $valueStartsAt, $endAt);
204 return [$endAt, $this->getComparisonFilterObject((string) $filterType, $attribute, $value)];
245 * @param string|null $filterType
253 if ($filterType === null) {
[all …]
/plugin/strata/
H A Dscript.js158 var createFilterFieldAndSort = function(filterElement, filterType, filterId, field, sortType, field… argument
159 createItemFilterAndSort(containerElement, filterId, field, fieldSelector, filterType);
160 if (filterType == 't') {
166 } else if (filterType == 's' || filterType == 'p' || filterType == 'e') {
235 var createItemFilterAndSort = function(element, filterId, field, fieldSelector, filterType) { argument
241 if (filterType == 't') { // substring
250 } else if (filterType == 'p') { // prefix
260 } else if (filterType == 'e') { // ending a.k.a. suffix
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDuplicateFilterViewResponse.php22 protected $filterType = FilterView::class; variable in Google\\Service\\Sheets\\DuplicateFilterViewResponse
H A DAddFilterViewResponse.php22 protected $filterType = FilterView::class; variable in Google\\Service\\Sheets\\AddFilterViewResponse
H A DSetBasicFilterRequest.php22 protected $filterType = BasicFilter::class; variable in Google\\Service\\Sheets\\SetBasicFilterRequest
H A DAddFilterViewRequest.php22 protected $filterType = FilterView::class; variable in Google\\Service\\Sheets\\AddFilterViewRequest
H A DUpdateFilterViewRequest.php26 protected $filterType = FilterView::class; variable in Google\\Service\\Sheets\\UpdateFilterViewRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DListFiltersResponse.php23 protected $filterType = Filter::class; variable in Google\\Service\\Gmail\\ListFiltersResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DFilterOptions.php22 protected $filterType = Filter::class; variable in Google\\Service\\CloudSearch\\FilterOptions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DPubSub.php26 protected $filterType = Filter::class; variable in Google\\Service\\Container\\PubSub
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/
H A DGoogleMapsPlayablelocationsV3SampleCriterion.php23 protected $filterType = GoogleMapsPlayablelocationsV3SampleFilter::class; variable in Google\\Service\\PlayableLocations\\GoogleMapsPlayablelocationsV3SampleCriterion
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DFilterExpression.php24 protected $filterType = Filter::class; variable in Google\\Service\\AnalyticsData\\FilterExpression
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DListenResponse.php28 protected $filterType = ExistenceFilter::class; variable in Google\\Service\\Firestore\\ListenResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DQuery.php29 protected $filterType = Filter::class; variable in Google\\Service\\Datastore\\Query
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPacketMirroring.php36 protected $filterType = PacketMirroringFilter::class; variable in Google\\Service\\Compute\\PacketMirroring
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTrigger.php41 protected $filterType = Condition::class; variable in Google\\Service\\TagManager\\Trigger