Home
last modified time | relevance | path

Searched refs:methods (Results 376 – 400 of 582) sorted by path

1...<<11121314151617181920>>...24

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSqlNamespace.asciidoc19 The class defines the following methods:
H A DSslNamespace.asciidoc19 The class defines the following methods:
H A DTasksNamespace.asciidoc19 The class defines the following methods:
H A DTextStructureNamespace.asciidoc19 The class defines the following methods:
H A DTransformNamespace.asciidoc19 The class defines the following methods:
H A DWatcherNamespace.asciidoc19 The class defines the following methods:
H A DXpackNamespace.asciidoc19 The class defines the following methods:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfig-hash.asciidoc6 provided in a setting hash instead of calling the individual methods directly.
H A Dconnecting.asciidoc224 are familiar with {es}, you'll notice that the methods are named just like REST
H A Dconnection-pool.asciidoc161 `AbstractConnectionPool` which provides some helper concrete methods. If you
H A Dcrud.asciidoc11 indexing. There are several methods of ingesting data into {es} which we cover
H A Dhost-config.asciidoc39 It is also possible to call the methods individually:
62 configuration method relies on PHP's `filter_var()` and `parse_url()` methods to
64 methods run into problems with certain edge-cases. For example, `filter_var()`
H A Dhttp-meta-data.asciidoc7 You can disable or enable it using the following methods:
H A Dindex-operations.asciidoc12 from other methods that are on the root client object. As an example, let's
263 And perusing the list of available methods. Alternatively, browsing the
H A Dnamespaces.asciidoc19 Some methods are available in several different namespaces, which give you the
43 namespaces. Sometimes the methods require parameters. These parameters work
H A Doverview.asciidoc7 All methods closely match the REST API, and furthermore, match the method
H A Drelease-notes.asciidoc398 * Simplified the logging methods
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst51 * Deprecated functions.php and moved all of those methods to
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DFnStream.php13 private $methods; variable in GuzzleHttp\\Stream\\FnStream
21 * @param array $methods Hash of method name to a callable.
23 public function __construct(array $methods) argument
25 $this->methods = $methods;
28 foreach ($methods as $name => $fn) {
34 * Lazily determine which methods are not implemented.
58 * @param array $methods Hash of method name to a closure
62 public static function decorate(StreamInterface $stream, array $methods) argument
64 // If any of the required methods wer
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php185 static $methods;
186 if (!$methods) {
187 $methods = array_flip(get_class_methods(__CLASS__));
209 if (isset($methods[$method])) {
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md59 There are two methods for parsing; `DsnParser::parse()` and `DsnParser::parseFunc()`.
142 A `Dsn` could be a `Path` or `Url`. All 3 objects has methods for getting parts of
153 You may also replace parts of the DSN with the `with*` methods. A DSN is immutable
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md204 * BC break: Remove `When` and `Util` classes and move static methods to
H A DREADME.md105 The `resolve` and `reject` methods control the state of the deferred.
223 and utility methods which are not part of the Promises/A specification.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md21 * Added missing `@throws` annotations to Client::request and related methods [#2153](https://github.com/ruflin/Elastica/pull/2153)
76 * Fixed passing wrong types to `GapPolicyInterface::setGapPolicy()`, `Document::setDocAsUpsert()` and `Connection::setPort()` methods by @franmomu [#2081](https://github.com/ruflin/Elastica/pull/2081)
127 * Deprecated `Elastica\Bulk::toString()`, `Elastica\Bulk\Action::toString()` and `Elastica\Request::toString()` methods, use `__toString()` method or cast to string instead by @deguif [#2033](https://github.com/ruflin/Elastica/pull/2033)
281 * Changed `Wildcard::setValue()` and constructor's signature: added more specific `Wildcard::setBoost()` and `Wildcard::setRewrite` methods
371 * Changed all factory methods to make use of [late static bindings](http://docs.php.net/manual/en/language.oop5.late-static-bindings.php) by using `static` instead of `self` keyword. This is to increase extendability for classes with factory methods.
911 - Elastica\Document, methods: setScript, getScript, hasScript now throw DeprecatedException.
912 - MoreLikeThis, methods: setLikeText, setIds, setPercentTermsToMatch now throw DeprecatedException.
913 - Elastica\Aggregation\DateHistogram, methods: setPreZone, setPostZone, setPreZoneAdjustLargeInterval, setPreOffset, setPostOffset now throw DeprecatedException.
1095 - Added new methods t
[all...]
/plugin/facebooklike/
H A DLICENSE310 "Installation Information" for a User Product means any methods,

1...<<11121314151617181920>>...24