Home
last modified time | relevance | path

Searched refs:Filter (Results 26 – 50 of 285) sorted by last modified time

12345678910>>...12

/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md35 …\\ # of Page files \\ # of Media files \\ # of Media references \\ -> Filter settings \\ # of …
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilter.php9 * Class Filter.
13 class Filter extends AbstractAggregation class
40 throw new InvalidException('Filter is required');
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php17 use Elastica\Aggregation\Filter; alias
271 public function filter(string $name, ?AbstractQuery $filter = null): Filter
273 return new Filter($name, $filter);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md868 - Elastica\Filter\* are deprecated. You can use proper queries instead. Backward compatibility layer provided, but will be removed in next Elastica releases. See https://www.elastic.co/blog/better-query-execution-coming-elasticsearch-2-0 and https://github.com/ruflin/Elastica/issues/1001
874 - Readd \Elastica\Filter\Nested. See https://github.com/ruflin/Elastica/issues/1001 [#1020](https://github.com/ruflin/Elastica/pull/1020)
915 - Elastica\Filter\Bool and Elastica\Query\Bool trigger E_USER_DEPRECATED error when you try use them.
934 - Remove \Elastica\Filter\Nested as it is replaced by \Elastica\Query\Nested
953 - Elastica\Filter\Bool is deprecated
1031 - Constructor of `Aggregation\Filter` now accepts filter as second parameter [#878](https://github.com/ruflin/Elastica/pull/878)
1032 - Constructor of `Filter\AbstractMulti` (`BoolAnd`, `BooldOr`) now accepts array of filters as parameter [#878](https://github.com/ruflin/Elastica/pull/878)
1067 - For PHP 7 compatibility Elastica\Query\Bool was renamed to *\BoolQuery, Elastica\Filter\Bool was renamed to BoolFilter, Elastica\Transport\Null was renamed to NullTransport as Null and Bool are reserved phrases in PHP 7. Proxy objects for all three exist to keep backward compatibility. It is recommended to start using the new objects as the proxy classes will be deprecated as soon as PHP 7 is stable. [#837](https://github.com/ruflin/Elastica/pull/837)
1157 - Added: Filter\Range::setExecution, Filter\Term
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc376 $params['anomaly_score'] = (double) Filter for the most anomalous buckets
/plugin/achart/assets/
H A Dapexcharts.min.js6Filter).size("120%","180%","-5%","-40%"),"none"!==i.config.states.normal.filter?this.applyFilter(t…
10Filter=SVG.invent({create:"filter",inherit:SVG.Parent,extend:{source:"SourceGraphic",sourceAlpha:"…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md783 …0): [IE8] Fixed: Copying inline widgets is broken when [Advanced Content Filter](https://ckeditor.…
838 …tent dropped into a nested editable is not filtered by [Advanced Content Filter](https://ckeditor.…
1020 * [#12683](https://dev.ckeditor.com/ticket/12683): Fixed: [Filter](https://ckeditor.com/docs/ckedit…
1217 …ditor.com/ticket/10276): Introduced blacklisting in the [Allowed Content Filter](https://ckeditor.…
1529 * [#10537](https://dev.ckeditor.com/ticket/10537): Advanced Content Filter should register a defaul…
1569 * [#10260](https://dev.ckeditor.com/ticket/10260): Fixed: Advanced Content Filter blocks [`tabSpace…
1583 * [#10224](https://dev.ckeditor.com/ticket/10224): Advanced Content Filter does not remove non-empt…
1584 * Minor issues in plugin integration with Advanced Content Filter:
1585 …`float` style to preserve backward compatibility after the introduction of Advanced Content Filter.
1586 …editor.com/cke4/addon/image) plugin no longer registers rules for links to Advanced Content Filter.
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
H A DAddressData.php3 namespace Sabre\CardDAV\Xml\Filter;
H A DParamFilter.php3 namespace Sabre\CardDAV\Xml\Filter;
H A DPropFilter.php3 namespace Sabre\CardDAV\Xml\Filter;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php3 namespace Sabre\CalDAV\Xml\Filter;
H A DCompFilter.php3 namespace Sabre\CalDAV\Xml\Filter;
H A DParamFilter.php3 namespace Sabre\CalDAV\Xml\Filter;
H A DPropFilter.php3 namespace Sabre\CalDAV\Xml\Filter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DFilter.php20 class Filter extends \Google\Model class
58 class_alias(Filter::class, 'Google_Service_CloudSearch_Filter');
H A DFilterOptions.php22 protected $filterType = Filter::class;
30 * @param Filter
32 public function setFilter(Filter $filter)
37 * @return Filter
H A DCompositeFilter.php27 protected $subFiltersType = Filter::class;
45 * @param Filter[]
52 * @return Filter[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DCompositeFilter.php23 protected $filtersType = Filter::class;
31 * @param Filter[]
38 * @return Filter[]
H A DFilter.php20 class Filter extends \Google\Model class
58 class_alias(Filter::class, 'Google_Service_Datastore_Filter');
H A DQuery.php29 protected $filterType = Filter::class;
79 * @param Filter
81 public function setFilter(Filter $filter)
86 * @return Filter
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DStructuredQuery.php41 protected $whereType = Filter::class;
143 * @param Filter
145 public function setWhere(Filter $where)
150 * @return Filter
H A DCompositeFilter.php23 protected $filtersType = Filter::class;
31 * @param Filter[]
38 * @return Filter[]
H A DFilter.php20 class Filter extends \Google\Model class
74 class_alias(Filter::class, 'Google_Service_Firestore_Filter');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DPubSub.php26 protected $filterType = Filter::class;
48 * @param Filter
50 public function setFilter(Filter $filter)
55 * @return Filter
H A DFilter.php20 class Filter extends \Google\Collection class
45 class_alias(Filter::class, 'Google_Service_Container_Filter');

12345678910>>...12