Home
last modified time | relevance | path

Searched refs:filters (Results 126 – 150 of 288) sorted by path

12345678910>>...12

/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php37 private $filters = []; variable in DeepCopy\\DeepCopy
99 $this->filters[] = [
107 array_unshift($this->filters, [
221 // Apply the filters
222 foreach ($this->filters as $item) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php213 // in further processing (e.g. applying of filters).
231 $filters = PdfDictionary::get($this->value, 'Filter');
232 if ($filters instanceof PdfNull) {
236 if ($filters instanceof PdfArray) {
237 $filters = $filters->value;
239 $filters = [$filters];
249 foreach ($filters as $key => $filter) {
/plugin/edittable/lib/
H A Dhandsontable.full.js21262 filters: void 0,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc542 $params['pre_filter_shard_size'] = (number) A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIlmNamespace.asciidoc54 $params['only_managed'] = (boolean) filters the indices included in the response to ones managed by ILM
55 $params['only_errors'] = (boolean) filters the indices included in the response to ones in an ILM error state, implies only_managed
H A DMlNamespace.asciidoc511 $params['from'] = (int) skips a number of filters
512 $params['size'] = (int) specifies a max number of filters to get
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc67 analyzers, tokenizers, filters and index settings. Although essentially the same
136 <2> `analysis` is nested inside of `settings`, and contains tokenizers, filters,
137 char filters and analyzers.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md693 - Removing all deprecated filters including tests. Use queries instead.
962 - Prevent mix keys in filters ([#936](https://github.com/ruflin/Elastica/pull/936)) [#939](https://github.com/ruflin/Elastica/pull/939)
1032 - Constructor of `Filter\AbstractMulti` (`BoolAnd`, `BooldOr`) now accepts array of filters as parameter [#878](https://github.com/ruflin/Elastica/pull/878)
1129 - Add support for filters aggregation [#773](https://github.com/ruflin/Elastica/issues/773/)
1364 - Added filters: AbstractGeoShape, GeoShapePreIndexed, GeoShapeProvided [#568](https://github.com/ruflin/Elastica/issues/568/)
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php277 * filters aggregation.
279 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-filters-aggregation.html
281 public function filters(string $name): Filters function in Elastica\\QueryBuilder\\DSL\\Aggregation
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
H A DVersion.php24 protected $filters = []; variable in Elastica\\QueryBuilder\\Version
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js94 FCKDragTableHandler._ResizeBar.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 50 ;
458 paddingBar.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 10 ;
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php382 * @param mixed $filters An array of callbacks to filter the
393 function services($filters = null, argument
402 if (!$filters ||
403 (!is_array($filters))) {
430 foreach ($filters as $filter) {
452 ($matches == count($filters))) {
H A DXRIRes.php40 function query($xri, $service_types, $filters = array()) argument
61 $some_services = $xrds->services($filters);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md90 and filters are detailed in the last sections.
426 This class allows to `register` or `remove` filters. A filter takes
432 several filters can be applied on a stream, in a specific order, like
494 standard filters, like: `string.toupper`, `string.tolower`, `dechunk`,
497 of all registered filters.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php27 $filters = $serializerExtension->getFilters();
28 self::assertInstanceOf('Twig_SimpleFilter', $filters[0]);
29 self::assertSame([$serializerExtension, 'serialize'], $filters[0]->getCallable());
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md28 1. [Filters](#filters)
139 You can add filters to customize the copy process.
145 We provide some generic filters and matchers.
276 **Make sure, though, to put this as one of your very first filters in the filter chain so that the …
277 before other filters are applied!**
358 …ures cannot be deep-copied with PHP Reflection. As a result they are shallow cloned and filters are
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php35 private $filters = []; variable in DeepCopy\\DeepCopy
96 $this->filters[] = [
211 foreach ($this->filters as $item) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js2 … in{submit:!0,reset:!0})d.pseudos[b]=na(b);function ra(){}ra.prototype=d.filters=d.pseudos,d.setFi…
H A Dnv.d3.min.js7 …][0]<=c[a]&&c[a]<=b[d][1]});return d&&l.push(c),d?null:"none"}),o.brush({filters:k,active:l})}func…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php16 private $filters = []; variable in PHPUnit_Runner_Filter_Factory
33 $this->filters[] = [$filter, $args];
41 foreach ($this->filters as $filter) {
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Darray.rst4 The Array extensions provides the following filters:
H A Di18n.rst65 If you need to apply filters to the variables, you first need to assign the
H A Dindex.rst28 * :doc:`Text <text>`: Provides useful filters for text manipulation;
35 * :doc:`Array <array>`: Provides useful filters for array manipulation;
H A Dintl.rst4 …* extensions provides the ``localizeddate``, ``localizednumber`` and ``localizedcurrency`` filters.
H A Dtext.rst4 The Text extension provides the following filters:

12345678910>>...12