Home
last modified time | relevance | path

Searched refs:features (Results 26 – 50 of 175) sorted by last modified time

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/ruflin/elastica/
H A DCHANGELOG.md638 - Removed features that do not exist in Elasticsearch 5.0 anymore:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md36 * [Features](#features)
89 - You should never use Elasticsearch-PHP Master branch, as it tracks Elasticsearch master and may contain incomplete features or breaks in backwards compatibility. Only use ES-PHP master if you are developing against ES master for some reason.
/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/ckgedit/ckeditor/
H A DCHANGES.md680 - New features:
872 * Clipboard (copy&paste, drag&drop) and file uploading features and improvements ([#11437](https://…
874 * Major features:
895 …* Browser support.<br>Browser support for related features varies significantly (see http://canius…
905 …4/addon/embedsemantic) plugins were introduced. Read more about the new features in the [Embedding…
934 …t/8024): Swapped behavior of the Split Cell Vertically and Horizontally features of the [Table Too…
1201 …pi/CKEDITOR.style.html) methods to ensure full compatibility with other features (e.g. applying st…
1205 …ault, widgets support only classes and no other attributes or styles. Related changes and features:
1593 * [#9829](https://dev.ckeditor.com/ticket/9829): Advanced Content Filter - data and features activa…
1597 …* Based on loaded features (toolbar items, plugins) - the data will be filtered according to what …
[all …]
H A Dckeditor.js.unc22532 …with the old application version. In order to have access to the newest features, it is recommende…
/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/catlist/
H A DREADME.md9 Do what you want. Any help to add features or refactor the code is welcome. The only requirement is backwards compatibility and some consistence.
11 The plugin is not actively developped, but still somewhat maintained. Some features may be added if it is not too much work. As I'm not a user of DokuWiki anymore, I'm looking for a new maintainer for this plugin. Please step in if you're interested.
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md12 features are out of scope for our projects.
19 instance, we've rejected features in the past because we felt uncomfortable
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php300 $features = explode(',', $dav);
301 foreach ($features as &$v) {
304 return $features;
H A DCorePlugin.php215 $features = ['1', '3', 'extended-mkcol'];
218 $features = array_merge($features, $plugin->getFeatures());
221 $response->setHeader('DAV', implode(', ', $features));
346 $features = ['1', '3', 'extended-mkcol'];
348 $features = array_merge($features, $plugin->getFeatures());
350 $response->setHeader('DAV', implode(', ', $features));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAnnotateFileRequest.php37 public function setFeatures($features) argument
39 $this->features = $features;
46 return $this->features;
H A DAsyncAnnotateFileRequest.php35 public function setFeatures($features) argument
37 $this->features = $features;
44 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php660 'features' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DGuestUnitType.php51 public function setFeatures(GuestUnitFeatures $features) argument
53 $this->features = $features;
60 return $this->features;
H A DLivingArea.php64 public function setFeatures(LivingAreaFeatures $features) argument
66 $this->features = $features;
73 return $this->features;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md71 …. You should migrate to Monolog 2 where possible to benefit from all the latest features and fixes.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DProduct.php62 public $features; variable in Google\\Service\\AndroidEnterprise\\Product
255 public function setFeatures($features) argument
257 $this->features = $features;
264 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DApplication.php58 public $features; variable in Google\\Service\\AndroidManagement\\Application
233 public function setFeatures($features) argument
235 $this->features = $features;
242 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DFeatureTile.php50 public function setFeatures($features) argument
52 $this->features = $features;
59 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1AnnotateVideoRequest.php26 public $features; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1AnnotateVideoRequest
49 public function setFeatures($features) argument
51 $this->features = $features;
58 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DLocation.php26 public $features; variable in Google\\Service\\FirebaseManagement\\Location
39 public function setFeatures($features) argument
41 $this->features = $features;
48 return $this->features;

1234567