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.php78 * @param int $filterType
81 public static function has(int $filterType): bool
83 return isset(self::$map[$filterType]);
87 * @param int $filterType
91 public static function set(int $filterType, string $filterClass): void
100 self::$map[$filterType] = $filterClass;
79 has(int $filterType) global() argument
88 set(int $filterType, string $filterClass) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php171 $filterType = null;
176 $filterType = $op;
178 $filterType = $op;
180 if ($filterType !== null) {
184 if ($filterType !== null) {
186 $valueStartsAt = $i + strlen($filterType);
190 $this->validateParsedFilter($filterType, $startAt, $valueStartsAt, $endAt);
210 return [$endAt, $this->getComparisonFilterObject((string) $filterType, $attribute, $value)];
251 * @param string|null $filterType argument
257 protected function validateParsedFilter(?string $filterType,
[all...]
/plugin/strata/
H A Dscript.js158 var createFilterFieldAndSort = function(filterElement, filterType, filterId, field, sortType, fieldSelector, containerElement, caption, minWidth) { 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
[all...]
/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