Home
last modified time | relevance | path

Searched refs:methods (Results 351 – 375 of 582) sorted by relevance

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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 Dhttp-meta-data.asciidoc7 You can disable or enable it using the following methods:
/plugin/bibtex/OSBib/format/
H A DREADME.txt74 …wer(), strlen() etc., you should strongly consider using the appropriate methods in the OSBib UTF8…
115 …wer(), strlen() etc., you should strongly consider using the appropriate methods in the OSBib UTF8…
153 … $row is formatted and stored in a $item associative array. The following methods accomplish this:
190 …ource to the $item array that do not require special formatting with the methods above. If it's n…
194 …ource to the $item array that do not require special formatting with the methods above. If it's n…
198 After you have added resource elements to the $item array using the methods above, calling map() wi…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md230 `GuzzleHttp\Psr7\StreamDecoratorTrait`. This trait provides methods that
233 methods.
308 There are various static methods available under the `GuzzleHttp\Psr7` namespace.
589 this library also provides additional functionality when working with URIs as static methods.
602 The following methods can be used to identify the type of the URI.
641 Additional methods to work with URI components.
689 `GuzzleHttp\Psr7\UriResolver` provides methods to resolve a URI reference in the context of a base …
729 `GuzzleHttp\Psr7\UriNormalizer` provides methods to normalize and compare URIs according to
737 This methods adds additional normalizations that can be configured with the `$flags` parameter whic…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md14 for classes, methods and properties. The metadata can come from many different
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md34 * Consistency: Import last methods from `Hoa\Core`. (Ivan Enderlin, 2015-12-09T08:24:02+01:00)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md51 whose methods can be queried:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTasksNamespace.asciidoc19 The class defines the following methods:
H A DTextStructureNamespace.asciidoc19 The class defines the following methods:
H A DWatcherNamespace.asciidoc19 The class defines the following methods:
H A DSearchableSnapshotsNamespace.asciidoc19 The class defines the following methods:
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md285 * Client methods `get()`, `post()`, `put()`, `patch()`, `options()`, etc. are
286 now magic methods that will send synchronous requests.
482 * No longer utilizing the now deprecated namespaced methods from the stream
514 * Added helper methods to make it easier to represent messages as strings,
569 * Updated MessageFactory to work with custom request option methods.
621 * Test server is now a collection of static methods on a class
1058 * Magic methods are enabled by default on clients
1059 * Magic methods return the result of a command
1184 * Changed the aggregation functions of QueryString to be static methods
1209 * BC: Removed magic setX methods from commands
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js9 …var methods = ( "byId forEach extend effects error guid sizeOf isArray nop position disable enable… variable
13 while ( methods.length ) {
14 global.Popcorn[ methods.shift() ] = function() {};
596 … var methods = "load play pause currentTime playbackRate volume duration preload playbackRate " +
602 Popcorn.forEach( methods.split( /\s+/g ), function( name ) {
1792 methods = [ "_setup", "_teardown", "start", "end", "frame" ],
1813 methods.forEach(function( method ) {
1919 methods.forEach(function( method ) {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2901 for (var property in methods) {
2902 var value = methods[property];
2933 var methods = Object.clone(Methods),
2938 extendElementWith(element, methods);
2961 Element.addMethods = function(methods) { argument
2964 if (!methods) {
2976 var tagName = methods;
2977 methods = arguments[1];
2995 for (var property in methods) {
2996 var value = methods[property];
[all …]
/plugin/stars2/
H A DREADME.md61 Stars can be created with two methods:
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst79 A reader has multiple methods to access the annotations
/plugin/backup/
H A DREADME.md15 …or [gzip](https://en.wikipedia.org/wiki/Gzip) if either of these compression methods are available.
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2549 var methods = Object.clone(Methods),
2555 for (property in methods) {
2556 value = methods[property];
2583 Element.addMethods = function(methods) { argument
2586 if (!methods) {
2598 var tagName = methods;
2599 methods = arguments[1];
2617 for (var property in methods) {
2618 var value = methods[property];
3815 Object.extend(methods, {
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md14 * Buffer: Make `current` & `key` methods inlinable. (Ivan Enderlin, 2016-02-22T12:01:39+01:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md47 - elements (as classes, interfaces, methods, properties...)
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md16 To encode an ASN.1 structure you can use the helper methods of the Asn1 class and an encoder:
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md105 Text direction is also important for the `append`, `prepend`, `pad`… methods on
137 Some static methods are helpful, such as `fromCode`, `toCode` or `isUtf8` on
/plugin/adfs/phpsaml/
H A DREADME.md226 * `Saml2` folder contains the new version of the classes and methods that
1095 // methods could manipulate/close that session
1204 #### URL-guessing methods ####
1261 ### Main classes and methods ###
1263 Described below are the main classes and methods that can be invoked.
1269 Most of them use classes and methods of the new SAML2 library.
1301 Auxiliary class that contains methods to validate the SAML Response:
1303 uses the other two previous methods and also validate the signature of
1309 Lets describe now the classes and methods of the SAML2 library.
1456 Auxiliary class that contains several methods
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst494 The parsing process is simplified thanks to a bunch of methods you can call
542 The compiler implements a fluid interface and provides methods that helps the
666 empty implementations for all methods:
772 The ``getOperators()`` methods lets you add new operators. Here is how to add
816 * **functions/static methods**: Simple to implement and fast (used by all Twig
822 * **object methods**: More flexible and required if your runtime code depends
825 The simplest way to use methods is to define them on the extension itself::
H A Dintro.rst45 To learn more about the other installation methods, read the

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