Home
last modified time | relevance | path

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

1234567

/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md14 It comes with the following features:
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md12 It comes with the following features:
/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/googleanalytics/lang/en/
H A Dintro.txt22 To use the advanced "tagging" features of ''analytics.js'' or ''gtag.js'', you will need to be able…
/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/twig/twig/doc/
H A Dintro.rst12 The key-features are...
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:
H A Dinternals.rst6 features and enhancements can be handled with extensions. This chapter is also
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt18 * [[doku>features|A feature list]] :!:
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js433 function FillPopupFields( windowName, features ) argument
440 while( ( oFeaturesMatch = oRegex.PopupFeatures.exec( features ) ) != null )
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst13 Template inheritance is one of the most powerful features of Twig but it is
H A Dinclude.rst17 same features with a bit more flexibility:
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt18 * [[doku>wiki:features|A feature list]] :!:
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md12 …his means that we will address critical bugs and security issues but will not add any new features.
121 See the [`examples/`](examples) directory for examples of the key client features. You can
419 Other Guzzle features such as [Handlers and Middleware](http://docs.guzzlephp.org/en/stable/handler…
443 …very documents: https://developers.google.com/discovery/. Sometimes new features are added to APIs…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md28 New features without tests can't be merged.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md65 Information about upcoming features and releases is available on the [Squiz Labs blog](http://www.s…
/plugin/googleanalytics/
H A DREADME.md28 To use the advanced "tagging" features of `analytics.js` or `gtag.js`, you will need to be able to …
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md24 features are absolutely necessary.
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md8 Use this plugin to enable "responsive" features for amCharts' JavaScript Charts,
11 "Responsive" chart or map will modify it's features dynamically (even as you
/plugin/pgn4web/pgn4web/
H A Dtest.pgn2 % test.pgn file showing a number of PGN features
/plugin/barcodes/
H A DREADME.md45 This plugin is fairly new and therefore does not yet have all the features you might want.
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1289 public $features; variable in Google_About
1337 public function setFeatures(/* array(Google_AboutFeatures) */ $features) { argument
1338 $this->assertIsArray($features, 'Google_AboutFeatures', __METHOD__);
1339 $this->features = $features;
1342 return $this->features;
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md130 Removed features
160 New features
247 New features / Improvements
249 - Support for OpenTypeLayout tables / features for complex scripts and Advances Typography.
529 New features / Improvements
621 New features / Improvements
729 Other New features / Improvements
H A DREADME.md29 Additional extensions may be required for some advanced features such as `zlib` for compression of output and
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js547 var features = {
983 features.astral = on;
999 features.natives = on;
1440 if (!features.astral && options.astral) {
1444 if (!features.natives && options.natives) {
1462 return !!features[feature];
1793 if (features.astral && options.astral) {
1797 if (features.natives && options.natives) {

1234567