Home
last modified time | relevance | path

Searched refs:filter (Results 51 – 75 of 1263) sorted by relevance

12345678910>>...51

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig.php25 public $filter; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig
38 public function setFilter($filter) argument
40 $this->filter = $filter;
47 return $this->filter;
H A DGoogleCloudContactcenterinsightsV1ExportInsightsDataRequest.php27 public $filter; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest
58 public function setFilter($filter) argument
60 $this->filter = $filter;
67 return $this->filter;
H A DGoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest.php27 public $filter; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest
58 public function setFilter($filter) argument
60 $this->filter = $filter;
67 return $this->filter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ExportTestCasesRequest.php29 public $filter; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ExportTestCasesRequest
52 public function setFilter($filter) argument
54 $this->filter = $filter;
61 return $this->filter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DTailLogEntriesRequest.php30 public $filter; variable in Google\\Service\\Logging\\TailLogEntriesRequest
53 public function setFilter($filter) argument
55 $this->filter = $filter;
62 return $this->filter;
H A DLogView.php33 public $filter; variable in Google\\Service\\Logging\\LogView
74 public function setFilter($filter) argument
76 $this->filter = $filter;
83 return $this->filter;
H A DLogExclusion.php37 public $filter; variable in Google\\Service\\Logging\\LogExclusion
92 public function setFilter($filter) argument
94 $this->filter = $filter;
101 return $this->filter;
H A DListLogEntriesRequest.php26 public $filter; variable in Google\\Service\\Logging\\ListLogEntriesRequest
51 public function setFilter($filter) argument
53 $this->filter = $filter;
60 return $this->filter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DPathQueryOptionsFilter.php26 public $filter; variable in Google\\Service\\DoubleClickBidManager\\PathQueryOptionsFilter
39 public function setFilter($filter) argument
41 $this->filter = $filter;
48 return $this->filter;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DEnsureFilterWorker.php30 private $filter; variable in Assetic\\Factory\\Worker\\EnsureFilterWorker
37 * @param FilterInterface $filter A filter to apply if the regex matches
40 public function __construct($pattern, FilterInterface $filter, $flags = null) argument
47 $this->filter = $filter;
58 $asset->ensureFilter($this->filter);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ExportDataRequest.php29 public $filter; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1ExportDataRequest
54 public function setFilter($filter) argument
56 $this->filter = $filter;
63 return $this->filter;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilter.php11 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-filter-aggregation.html
15 public function __construct(string $name, ?AbstractQuery $filter = null) argument
19 if (null !== $filter) {
20 $this->setFilter($filter);
25 * Set the filter for this aggregation.
29 public function setFilter(AbstractQuery $filter): self argument
31 return $this->setParam('filter', $filter);
35 * @throws InvalidException If filter is not set
39 if (!$this->hasParam('filter')) {
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DProductSearchParams.php28 public $filter; variable in Google\\Service\\Vision\\ProductSearchParams
55 public function setFilter($filter) argument
57 $this->filter = $filter;
64 return $this->filter;
/plugin/database2/
H A Dprint.css6 table.database2 tr.filter .commands
11 table.database2 tr.filter .commands
16 table.database2 tr.filter .filter-component
22 table.database2 tr.filter .unused
27 table.database2 tr.filter select
32 table.database2 tr.filter input
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DGroup.php29 public $filter; variable in Google\\Service\\Monitoring\\Group
60 public function setFilter($filter) argument
62 $this->filter = $filter;
69 return $this->filter;
H A DMetricAbsence.php32 public $filter; variable in Google\\Service\\Monitoring\\MetricAbsence
67 public function setFilter($filter) argument
69 $this->filter = $filter;
76 return $this->filter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAutoscalingPolicyCustomMetricUtilization.php25 public $filter; variable in Google\\Service\\Compute\\AutoscalingPolicyCustomMetricUtilization
40 public function setFilter($filter) argument
42 $this->filter = $filter;
49 return $this->filter;
/plugin/pureldap/classes/
H A DADClient.php46 $filter = Filters::and(
54 $this->debug('Searching ' . $filter->toString(), __FILE__, __LINE__);
58 $entries = $this->ldap->search(Operations::search($filter, ...$attributes));
109 $filter = Filters::and(
119 $filter->add(Filters::$filtermethod('cn', $match));
122 $this->debug('Searching ' . $filter->toString(), __FILE__, __LINE__);
123 $search = Operations::search($filter, 'cn');
156 $filter = Filters::and(Filters::equal('objectClass', 'user'));
158 $filter->add(Filters::$filtermethod('sAMAccountName', $this->simpleUser($match['user'])));
161 $filter
[all...]
/plugin/authphpbb3/
H A Dauth.php324 if (is_null($filter)) {
325 $filter = array();
327 if (isset($filter['grps'])) {
328 $filter['group'] = $filter['grps'];
332 if (isset($filter[$key])) {
343 $filter[$key] = $tmp;
345 $filter['start'] = (int)$start;
347 $filter['limit'] = (int)$limit;
392 if (!isset($filter['group'])) {
403 isset($filter['group']) &&
[all …]
/plugin/authldaplocal/
H A Dauth.php210 $filter = "(ObjectClass=*)";
478 * @param array $filter
481 public function getUserCount($filter = array()) { argument
488 $this->_constructPattern($filter);
514 $this->_constructPattern($filter);
551 $filter = str_replace('%{'.$match.'}', $value, $filter);
553 return $filter;
680 * @param array $filter
682 protected function _constructPattern($filter) { argument
684 foreach($filter as $item => $pattern) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php63 public function ensureFilter(FilterInterface $filter) argument
65 $this->filters->ensure($filter);
86 $filter = clone $this->filters;
88 $filter->ensure($additionalFilter);
94 $filter->filterLoad($asset);
106 $filter = clone $this->filters;
108 $filter->ensure($additionalFilter);
112 $filter->filterDump($asset);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php35 * @var array Array of ['filter' => Filter, 'matcher' => Matcher] pairs.
42 * @var array Array of ['filter' => Filter, 'matcher' => Matcher] pairs.
97 public function addFilter(Filter $filter, Matcher $matcher) argument
101 'filter' => $filter,
105 public function prependFilter(Filter $filter, Matcher $matcher) argument
109 'filter' => $filter,
113 public function addTypeFilter(TypeFilter $filter, TypeMatcher $matcher) argument
117 'filter'
[all...]
/plugin/strata/
H A Dstyle.css62 /* Column filter style */
63 .strata-container-table tr.filter input {
70 .strata-container-table tr.filter {
74 .strata-container-table tr.filter.isFiltered, .strata-container.strata-ui-filter table tr.filter {
122 /* Generic sort and filter style */
136 .strata-container ul.filter {
145 .page .strata-container ul.filter li {
154 .strata-container ul.filter l
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGroupAssetsRequest.php29 public $filter; variable in Google\\Service\\SecurityCommandCenter\\GroupAssetsRequest
64 public function setFilter($filter) argument
66 $this->filter = $filter;
73 return $this->filter;
H A DGroupFindingsRequest.php29 public $filter; variable in Google\\Service\\SecurityCommandCenter\\GroupFindingsRequest
64 public function setFilter($filter) argument
66 $this->filter = $filter;
73 return $this->filter;

12345678910>>...51