Home
last modified time | relevance | path

Searched refs:Request (Results 176 – 200 of 314) sorted by path

12345678910>>...13

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php48 return $this->request($name, Request::PUT, $data);
108 return $this->request($repository.'/'.$name, Request::PUT, $options, ['wait_for_completion' => $waitForCompletion]);
169 return $this->request($repository.'/'.$name, Request::DELETE);
214 public function request($path, $method = Request::GET, $data = [], array $query = [])
H A DUtil.php229 * Converts Request to Curl console command.
233 public static function convertRequestToCurlCommand(Request $request)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php10 use Elastica\Request; alias
53 * @param Request $request Request object
59 abstract public function exec(Request $request, array $params): Response;
H A DGuzzle.php10 use Elastica\Request; alias
50 public function exec(Request $request, array $params): Response
108 * @return Psr7\Request
110 protected function _createPsr7Request(Request $request, Connection $connection)
112 $req = new Psr7\Request(
122 if (Request::GET === $req->getMethod()) {
123 $req = $req->withMethod(Request::POST);
127 $request->setMethod(Request::POST);
128 $req = $req->withMethod(Request::POST);
176 protected function _getActionPath(Request
[all...]
H A DHttp.php10 use Elastica\Request; alias
48 public function exec(Request $request, array $params): Response
127 $httpMethod = Request::POST;
H A DHttpAdapter.php9 use Elastica\Request as ElasticaRequest;
14 use Ivory\HttpAdapter\Message\Request as HttpAdapterRequest;
H A DNullTransport.php6 use Elastica\Request; alias
86 public function exec(Request $request, array $params): Response
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md5 Before we can merge your Pull-Request here are some guidelines that you need to follow.
14 Your Pull-Request must be compliant with the said standard.
31 so please make sure that your code is working before opening up a Pull-Request.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md489 - Request Annotation for Array Data [\#234](https://github.com/schmittjoh/serializer/issues/234)
H A DCONTRIBUTING.md5 Before we can merge your Pull-Request here are some guidelines that you need to follow.
14 Your Pull-Request must be compliant with the said standard.
55 so please make sure that your code is working before opening up a Pull-Request.
74 before submitting your Pull Request.
78 too. This is used to "clean" your Pull Request before merging it (we don't want
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js71 new Ajax.Request(pfc_server_script_url, {
1082 new Ajax.Request(url, {
H A Dprototype.js1179 Ajax.Request = Class.create(Ajax.Base, {
1288 var state = Ajax.Request.Events[readyState], response = new Ajax.Response(this);
1349 Ajax.Request.Events =
1375 getStatus: Ajax.Request.prototype.getStatus,
1383 getHeader: Ajax.Request.prototype.getHeader,
1426 Ajax.Updater = Class.create(Ajax.Request, {
3483 return new Ajax.Request(action, options);
/plugin/googlesearch/
H A Dnusoap.php5748 'message' => $name . 'Request',
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng1181 # 3.8.8.3 Request Status
/plugin/idoit/
H A Dsyntax.php6 use idoit\Api\Request as Request; alias
/plugin/issuetracker/
H A DREADME73 (comma separated) Feature Request(defines user options)
H A Dprototype.js1489 Ajax.Request = Class.create(Ajax.Base, {
1595 var state = Ajax.Request.Events[readyState], response = new Ajax.Response(this);
1655 Ajax.Request.Events =
1689 getStatus: Ajax.Request.prototype.getStatus,
1697 getHeader: Ajax.Request.prototype.getHeader,
1740 Ajax.Updater = Class.create(Ajax.Request, {
5087 return new Ajax.Request(action, options);
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md6 - New Feature: Implemented Pull Request [Introduce sass skins](https://github.com/happyworm/jPlayer…
22 - New Feature: Merged Pull Request [Composer support](https://github.com/happyworm/jPlayer/pull/235…
23 - New Feature: Merged Pull Request [Add Aurora.js solution](https://github.com/happyworm/jPlayer/pu…
28 - Bug fix: Merged Pull Request [Add support for native fullscreen api in Internet explorer](https:/…
29 - Bug fix: Merged Pull Request [Chrome on android mobile supports full screen](https://github.com/h…
30 - Bug fix: Merged Pull Request [Automatically destroy removed instances](https://github.com/happywo…
35 - Bug fix: Merged Pull Request to [Return good ratio in Flash players when file loaded but no total…
36 - Bug fix: Merged Pull Request to [fix for wrong mousemove event on Chrome browser](https://github.…
37 - Bug fix: Merged Pull Request [Browser-compatibility fix for data URI scheme](https://github.com/h…
43 - New Feature: Merged Pull Request to add [commonJS support](https://github.com/happyworm/jPlayer/p…
H A DCONTRIBUTING.md16 * **Do not include built files in the Pull Request**
17 * Make a Pull Request to the **master** branch
/plugin/jsonrpc/
H A Dplugin.info.txt6 desc JSON-RPC interface to interact with dokuwiki from other Programms using Ajax Request
/plugin/letsencrypt/
H A DREADME3 Request letsencrypt SSL certificates for your wiki
H A Dplugin.info.txt6 desc Request letsencrypt SSL certificates for your wiki
/plugin/mantis/lib/
H A Dclass.wsdl.php1863 'message' => $name . 'Request',
H A Dnusoap.php6394 'message' => $name . 'Request',

12345678910>>...13