Home
last modified time | relevance | path

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

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc19 The class defines the following methods:
H A DNodesNamespace.asciidoc19 The class defines the following methods:
H A DTransformNamespace.asciidoc19 The class defines the following methods:
H A DRollupNamespace.asciidoc19 The class defines the following methods:
H A DSnapshotNamespace.asciidoc19 The class defines the following methods:
H A DDataFrameTransformDeprecatedNamespace.asciidoc19 The class defines the following methods:
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
159 Convenience methods for all log levels are available. Placeholder interpolation as described in PSR-3 is available, too.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php301 $methods = openssl_get_cipher_methods();
304 in_array('aes-' . $this->getKeyLength() . '-gcm', $methods) &&
/plugin/issuetracker/
H A Dprototype.js2903 for (var property in methods) {
2904 var value = methods[property];
2935 var methods = Object.clone(Methods),
2940 extendElementWith(element, methods);
2967 Element.addMethods = function(methods) { argument
2970 if (!methods) {
2983 var tagName = methods;
2984 methods = arguments[1];
3002 for (var property in methods) {
3003 var value = methods[property];
[all …]
/plugin/idoit/
H A DREADME.md59 For available methods and categories as strings, see the constant definitions in [https://bitbucket…
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java30 import org.apache.http.client.methods.HttpUriRequest;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php212 $methods = $this->server->getAllowedMethods($request->getPath());
214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php945 $methods = $class->getMethods();
956 foreach ($methods as $method) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php212 $methods = $this->server->getAllowedMethods($request->getPath());
214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
/plugin/adfs/phpsaml/
H A DCHANGELOG47 …rithm used on SignedInfo element, not only rely on the xmlseclibs verify / verifySignature methods.
188 * Split the setting check methods. Now 1 method for IdP settings and other for SP settings.
240 * Added extra parameters option to login and logout methods.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst51 * Deprecated functions.php and moved all of those methods to
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc11 The class defines the following methods:
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md203 …ne elements. You do this by extending from the parser class and adding/overriding class methods and
209 To identify a line as the beginning of a block element it calls all protected class methods who's n…
298 Parsing methods for inline elements are also protected and identified by the prefix `parse`. Additi…
452 Optionally you may also want to adjust rendering behavior by overriding some methods.
477 A [real parser][] should use context aware methods that walk trough the text and
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D54.54.js.map1 … }\n }\n ],\n // methods, properties, and …
/plugin/news/
H A DREADME46 Each of the following methods generates an xml news feed in your top level dokuwiki directory. Th…
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md67 The method used is not based on any on the established or published methods.
/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/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst106 to be used with methods ``deserialize()`` and ``fromArray()``.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md18 * Fixed a few setter methods not returning `self` (#1609)
109 …* BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have e…
136 …* BC Break: Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`) methods a…
345 * Added addTags and setTags methods to change a TagProcessor
410 * Added Logger::getHandlers() and Logger::getProcessors() methods
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md114 and/or implement preset classes/interfaces by overriding all their public methods. The key
147 Promises are logical blocks, that represent your fictional methods in prophecy terms
206 And now it doesn't matter how many times or in which order your methods are called.

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