Home
last modified time | relevance | path

Searched refs:method (Results 426 – 450 of 972) sorted by relevance

1...<<11121314151617181920>>...39

/plugin/upgrade/HTTP/
H A DHTTPClient.php150 * This method handles the whole HTTP communication. It respects set proxy settings,
158 * @param string $method - HTTP Method usually GET or POST.
164 public function sendRequest($url,$data='',$method='GET'){ argument
220 if($method == 'POST'){
235 }elseif($method == 'GET'){
306 $request = "$method $request_url HTTP/".$this->http.HTTP_NL;
384 // perform redirected request, same method as before (required by RFC)
385 return $this->sendRequest($this->resp_headers['location'],$unencodedData,$method);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DProxyObjectTest.php20 ->method('doSomethingElse');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnectionInterface.php78 public function performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null); argument
/plugin/combo/resources/snippet/js/
H A Drailbar.js17 method: "POST",
H A Dsearch.js12 method: "POST",
/plugin/combo/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php35 throw new WebDriverException('Use start() method to start local WebDriver.');
53 throw new WebDriverException('Use start() method to start local WebDriver.');
/plugin/fetchmedia/script/
H A Dmain.js35 method: 'POST', property in requestDownloadExternalFile.options
68 method: 'GET',
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js319 var method = caches[i];
320 var payload = gantt.bind(this[method], this);
322 this[method] = (function(calculate, cache){
326 })(payload, method);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php526 * It's possible to make any REST query directly over this method
529 * @param string $method Rest method to use (GET, POST, DELETE, PUT)
538 public function request(string $path, string $method = Request::GET, $data = [], array $query = [], string $contentType = Request::DEFAULT_CONTENT_TYPE): Response
541 $request = $this->_lastRequest = new Request($path, $method, $data, $query, $connection, $contentType);
559 return $this->request($path, $method, $data, $query);
510 request(string $path, string $method = Request GET, $data = [], array $query = [], string $contentType = Request DEFAULT_CONTENT_TYPE) global() argument
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.Custom.txt
H A DCache.DefinitionImpl.txt
/plugin/paypal/
H A Dsyntax.php107 $renderer->doc .= '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">';
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md25 - Promises have a synchronous `wait` method.
35 primary way of interacting with a promise is through its `then` method, which
42 Callbacks are registered with the `then` method by providing an optional
64 registered with the promises's `then` method. These callbacks are triggered
70 Promises are fulfilled using the `resolve($value)` method. Resolving a promise
201 method. When creating a promise, you can provide a wait function that is used
240 can be obtained by calling the `getReason` method of the exception.
281 method of a promise. When creating a promise you can provide an optional
295 `cancel()` method of a promise is called.
390 for example. When a foreign promise is returned inside of a then method
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php24 ->method('getCharset')
/plugin/sfauth/
H A Dhelper.php137 public function apicall($method, $endpoint, $data = array(), $usejson = true) { argument
158 $http->sendRequest($url, $data, $method);
168 return $this->apicall($method, $endpoint, $data);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst26 ``eof()`` method when the stream is consumed.
54 * Added ``flush()`` to ``StreamInterface``. This method is used to flush any
88 * Updated the ``detach()`` method to return the underlying stream resource or
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dobjects.test2 "autoescape" tag applies escaping to object method calls
/plugin/tindexmenu/
H A Dadmin.php384 ptln(' <form action="'.wl($ID).'" method="post">');
423 $out .= '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'."\n";
/plugin/stars2/
H A DREADME.md55 * Bugfix for register and handle method thanks to @sag1
58 * Bugfix for register and handle method thanks to @leperm
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php106 ->method('read')
116 ->method('eof')
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php286 $method = substr($callable, $pos + 2);
287 if (!method_exists($class, $method)) {
292 $callable = [$class, $method];
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php208 $method = "add_{$key}";
209 if (isset($methods[$method])) {
210 $this->{$method}($request, $options, $value, $params);
234 'method' => $request['http_method'],
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dmethod_call.test2 Twig supports method calls
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst94 set the value via reflection, but you may change this to use a public method instead:
119 This annotation can be defined on a property to specify which public method should
208 This annotation can be defined on a method to indicate that the data returned by
209 the method should appear like a property of the object.
211 A virtual property can be defined for a method of an object to serialize and can be
257 - ``lastName`` is exposed using the ``getLastName`` getter method.
262 (for sorting proposes as example). When not specified, it defaults to the method name with the "get…
284 This annotation can be defined on a method which is supposed to be called before
289 This annotation can be defined on a method which is then called directly after the
294 This annotation can be defined on a method which is supposed to be called after
/plugin/fedauth/
H A Dhelper.php95 $out = '<div id="fa__authform" class="sprovs"><form action="'.wl($ID).'" method="post">'

1...<<11121314151617181920>>...39