Home
last modified time | relevance | path

Searched refs:method (Results 551 – 575 of 972) sorted by relevance

1...<<21222324252627282930>>...39

/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md24 * #10: Correctly support file:// URIs in the build() method. (@yuloh)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DDateHandlerTest.php50 $visitor->method('visitString')->with('2017-06-18');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc12 `setConnectionFactory()` method. The object should implement the
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php420 $method = $request->getMethod();
424 switch ($method) {
/plugin/qstat/
H A Dsyntax.php138 * return value of the <tt>handle()</tt> method.
143 * method.
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php420 $method = $request->getMethod();
424 switch ($method) {
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md67 The method used is not based on any on the established or published methods.
70 The method follows a number of simple steps in splitting and re-merging the
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md46 * The `Service` class adds a new `mapValueObject` method which provides basic
148 * Major BC Break: method names for the Element interface have been renamed
187 * Added: The writeElement method can now write complex elements.
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md93 `Hoa\Ustring\Ustring::getDirection` method (which call the
94 `Hoa\Ustring\Ustring::getCharDirection` static method), it returns either
169 For example, the `Hoa\Ustring\Search::approximated` method make a search by
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md52 * The `Service` class adds a new `mapValueObject` method which provides basic
154 * Major BC Break: method names for the Element interface have been renamed
193 * Added: The writeElement method can now write complex elements.
/plugin/jsonrpc/
H A Djsonrpc.php69 function addCallback($method, $callback, $args, $help, $public=false){ argument
70 if($public) $this->public_methods[] = $method;
71 return parent::addCallback($method, $callback, $args, $help);
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md158 * Added: The Request and Response object now have a `__toString()` method that
161 * Changed: Added Response::getStatusText(). This method returns the
186 * Fixed: Doing a GET request with the client uses the last used HTTP method
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js272 _.invoke = function(obj, method) { argument
274 var isFunc = _.isFunction(method);
276 var func = isFunc ? method : value[method];
1506 var method = ArrayProto[name];
1509 method.apply(obj, arguments);
1517 var method = ArrayProto[name];
1519 return result(this, method.apply(this._wrapped, arguments));
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md127 method, that's all. That's the most undefined stream. All capabilities
132 The main `Hoa\Stream\Stream` class is abstract. Two method
251 method.
266 must manually call the `open` method to open the stream then. Between
496 `Hoa\Stream\Filter\Filter::getRegistered` method will provide the list
500 calls its public `compute` method when the stream reaches its end. So
501 by extending this filter, you can override the `compute` method and
511 being opened with the `stream_open` method (from the
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst49 To load a template from a Twig environment, call the ``load()`` method which
59 To render the template with some variables, call the ``render()`` method::
65 The ``display()`` method is a shortcut to output the template directly.
94 ``__toString()`` method that you can use to display the generated nodes
275 You can also add loaders via the ``addLoader()`` method.
313 The ``isFresh()`` method must return ``true`` if the current cached template
330 extension is as simple as using the ``addExtension()`` method::
590 method is called in a sandboxed template.
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js777 var method = methods[command.entity][command.type];
781 … gantt[method](command.oldValue, command.oldValue.parent, command.oldValue.$index);
785 gantt[method](command.value.id);
795 gantt[method](command.value.id);
798 gantt[method](command.value.id, command.value.$index, command.value.parent);
/plugin/flowplay/flowplayer/
H A DREADME.txt151 …- Fix for the message on IE: "Object doesn't support this property or method' Line 48, Char 3". Th…
152 …was caused by two method names in the new JavaScript API. As a result, these methods are now renam…
187 …- The setConfig() method in the JavaScript API can be used over and over again to replace the conf…
210 You need to add a method signature for onCuePoint method into MTASC/std/NetStream.as:
/plugin/pwaoffline/
H A Dsw.js71 if (e.request.method !== 'GET') {
/plugin/authyubikey/
H A DREADME.md17 you have to configure the new authentification method in the configuration form
/plugin/oiddelegate/
H A Dadmin.php116 echo '<form action="" method="post">';
/plugin/searchpattern/
H A Dplugin.info.txt6 ….*?<\/todo[\W]*?>/'?? _ToDo ??~~ A other syntax plugin can implement the method _searchpatternHand…
/plugin/tumblr/
H A Dsyntax.php303 $html .= '<form method="get">';
/plugin/credits/
H A DREADME20 … descriptions. This is the desc field returned by the plugin's getInfo() method. The descriptions …
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php24 $blacklist->method('isStaticAttributeBlacklisted')->willReturnCallback(function ($class) {
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md38 * Added a 'getLastPosition' method for encoders. Returns the last position in the byte stream the decoder stopped at.

1...<<21222324252627282930>>...39