Home
last modified time | relevance | path

Searched refs:features (Results 76 – 100 of 175) sorted by path

1234567

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc70 * <<Elasticsearch_Clientfeatures_features,`features()`>>
1018 .`features()`
1023 Returns the features namespace
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DXpackNamespace.asciidoc32 $params['categories'] = (list) Comma-separated list of info categories. Can be any of: build, license, features
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc109 not working, check your libcurl version. On certain platforms, various features
H A Dexperimental-beta-apis.asciidoc11 - **Beta** APIs are on track to become stable and permanent features. Use them
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php142 protected $features; variable in Elasticsearch\\Client
285 $this->features = new FeaturesNamespace($transport, $endpoint);
1378 * $params['grid_type'] = (enum) Determines the geometry type for features in the aggs layer. (Options = grid,point) (Default = grid)
1379 * $params['size'] = (int) Maximum number of features to return in the hits layer. Accepts 0-10000. (Default = 10000)
1728 * Returns the features namespace
1730 public function features(): FeaturesNamespace function in Elasticsearch\\Client
1732 return $this->features;
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md638 - Removed features that do not exist in Elasticsearch 5.0 anymore:
/plugin/externalembed/
H A DREADME.md4 This plugin includes domain privacy features allow you to embed content without needing a cookie / …
/plugin/farm/
H A DINFO7 desc Turns a wiki into a wiki farm and provides farm admin / soap features
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt18 * [[doku>wiki:features|A feature list]] :!:
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt18 * [[doku>features|A feature list]] :!:
/plugin/fastwiki/
H A DREADME.md3 This plugin for DokuWiki makes your wiki experience much smoother and faster, with features such as:
/plugin/fckg/
H A DREADME35 For information on the installation and features of fckgLite, see
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js815 function FillPopupFields( windowName, features ) argument
822 while( ( oFeaturesMatch = oRegex.PopupFeatures.exec( features ) ) != null )
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md27 Existing PHP iterators have been updated to get new features and prior PHP
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md50 …* Add examples, present new features and update links in the documentation. (Ivan Enderlin, 2015-0…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md24 New features without tests can't be merged.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md208 - Serializer 2.0 compatibility features [\#967](https://github.com/schmittjoh/serializer/pull/967) …
385 - Missing features of the compiler pass [\#789](https://github.com/schmittjoh/serializer/pull/789) …
H A DCONTRIBUTING.md28 New features without tests can't be merged.
H A DREADME.md16 Built-in features include:
36 case you have heavily used internal-api or you are relaying on some of the removed features,
39 Pull requests for new features are accepted only on the master branch.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst12 Built-in features include:
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4 …tion(n,t){ht(n.geometry,t)},FeatureCollection:function(n,t){for(var e=n.features,r=-1,i=e.length;+…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG313 * added deprecation notices for deprecated features
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst94 As a rule of thumb, use functions for frequently used features and global
306 Functions support the same features as filters, except for the ``pre_escape``
385 One of the most exciting features of a template engine like Twig is the
H A Dadvanced_legacy.rst95 As a rule of thumb, use functions for frequently used features and global
H A Dapi.rst329 Twig extensions are packages that add new features to Twig. Using an
336 * *Twig_Extension_Core*: Defines all the core features of Twig.
355 This section describes the features added by the built-in extensions.
365 The ``core`` extension defines all the core features of Twig:

1234567