/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | ParentEntityFilter.php | 34 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 D | FilterFactory.php | 76 * @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 D | FilterParser.php | 165 $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 D | script.js | 158 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 D | DuplicateFilterViewResponse.php | 22 protected $filterType = FilterView::class; variable in Google\\Service\\Sheets\\DuplicateFilterViewResponse
|
H A D | AddFilterViewResponse.php | 22 protected $filterType = FilterView::class; variable in Google\\Service\\Sheets\\AddFilterViewResponse
|
H A D | SetBasicFilterRequest.php | 22 protected $filterType = BasicFilter::class; variable in Google\\Service\\Sheets\\SetBasicFilterRequest
|
H A D | AddFilterViewRequest.php | 22 protected $filterType = FilterView::class; variable in Google\\Service\\Sheets\\AddFilterViewRequest
|
H A D | UpdateFilterViewRequest.php | 26 protected $filterType = FilterView::class; variable in Google\\Service\\Sheets\\UpdateFilterViewRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/ |
H A D | ListFiltersResponse.php | 23 protected $filterType = Filter::class; variable in Google\\Service\\Gmail\\ListFiltersResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | FilterOptions.php | 22 protected $filterType = Filter::class; variable in Google\\Service\\CloudSearch\\FilterOptions
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | PubSub.php | 26 protected $filterType = Filter::class; variable in Google\\Service\\Container\\PubSub
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/ |
H A D | GoogleMapsPlayablelocationsV3SampleCriterion.php | 23 protected $filterType = GoogleMapsPlayablelocationsV3SampleFilter::class; variable in Google\\Service\\PlayableLocations\\GoogleMapsPlayablelocationsV3SampleCriterion
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
H A D | FilterExpression.php | 24 protected $filterType = Filter::class; variable in Google\\Service\\AnalyticsData\\FilterExpression
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
H A D | ListenResponse.php | 28 protected $filterType = ExistenceFilter::class; variable in Google\\Service\\Firestore\\ListenResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ |
H A D | Query.php | 29 protected $filterType = Filter::class; variable in Google\\Service\\Datastore\\Query
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | PacketMirroring.php | 36 protected $filterType = PacketMirroringFilter::class; variable in Google\\Service\\Compute\\PacketMirroring
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | Trigger.php | 41 protected $filterType = Condition::class; variable in Google\\Service\\TagManager\\Trigger
|