Home
last modified time | relevance | path

Searched refs:response (Results 101 – 125 of 925) sorted by last modified time

12345678910>>...37

/plugin/openid/
H A Daction.php205 $response = $consumer->complete($this->_self('openid'));
207 if ($response->status == Auth_OpenID_SUCCESS) {
231 msg($this->getLang('openid_authentication_failed') . ': ' . $response->message, -1);
/plugin/do/scripts/
H A DPluginDo.js263 updatePageTaskView: function (response, $itemspan) {
272 if (response) {
360 var updateSingleTask = function (response) { argument
363 if (response == "-1" || response == "-2") {
365 if (response == "-1") {
374 if (response) {
381 closedon = response;
390 PluginDo.updatePageTaskView(response, $itemspan);
/plugin/fastwiki/
H A Daction.php329 $response = '';
331 $response .= fread($remote, 8192);
337 echo $response;
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/googletagmanager/_test/
H A Daction_plugin_googletagmanagerTest.php27 $response = $request->get(array('id' => $pageId, '/doku.php'));
36 $domElements = $response->queryHTML($tagSearched)->get();
/plugin/linksuggest/_test/
H A DSuggestionAjaxRequestsTest.php164 $response = $request->post(['call' => $call] + $post, '/lib/exe/ajax.php');
165 // $this->assertNotEquals("AJAX call '$call' unknown!\n", $response->getContent());
167 //var_export(json_decode($response->getContent()), true); // print as PHP array
169 $actualArray = json_decode($response->getContent(), true);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0989cc65d8924f666ce3eb0820d2d244.asciidoc11 $response = $client->index($params);
18 $response = $client->index($params);
H A D0ac9916f47a2483b89c1416684af322a.asciidoc18 $response = $client->search($params);
H A D0afaf1cad692e6201aa574c8feb6e622.asciidoc18 $response = $client->search($params);
H A D0bbd30b9be3e54ff3028b9f4459634d2.asciidoc19 $response = $client->indices()->putMapping($params);
H A D0cc991e3f7f8511a34730e154b3c5edc.asciidoc15 $response = $client->reindex($params);
H A D0ce3606f1dba490eef83c4317b315b62.asciidoc15 $response = $client->search($params);
H A D0e118857b815b62118a30c042f079db1.asciidoc19 $response = $client->search($params);
H A D1216f8f7367df3aa823012cef310c08a.asciidoc18 $response = $client->reindex($params);
H A D12433d2b637d002e8d5c9a1adce69d3b.asciidoc8 $response = $client->indices()->create($params);
H A D179f0a3e84ff4bbac18787a018eabf89.asciidoc21 $response = $client->search($params);
H A D1b8655e6ba99fe39933c6eafe78728b7.asciidoc19 $response = $client->reindex($params);
34 $response = $client->reindex($params);
H A D1c23507edd7a3c18538b68223378e4ab.asciidoc8 $response = $client->indices()->create($params);
H A D1da77e114459e0b77d78a3dcc8fae429.asciidoc8 $response = $client->indices()->create($params);
12 $response = $client->indices()->create($params);
23 $response = $client->indices()->putMapping($params);
H A D1f336ecc62480c1d56351cc2f82d0d08.asciidoc12 $response = $client->index($params);
H A D1f6fe6833686e38c3711c6f2aa00a078.asciidoc18 $response = $client->indices()->create($params);
H A D210cf5c76bff517f48e80fa1c2d63907.asciidoc8 $response = $client->indices()->getMapping($params);
H A D231aa0bb39c35fe199d28fe0e4a62b2e.asciidoc15 $response = $client->search($params);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php323 $response = $this->requestEndpoint($endpoint);
325 if ($response->isOk()
329 $data->setVersionParams($response->getData());
332 return $response;
545 $response = $this->_lastResponse = $request->send();
564 'response' => $response->getData(),
565 'responseStatus' => $response->getStatus(),
568 return $response;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php191 $response = $this->_client->requestEndpoint($endpoint);
193 return $response->getData();

12345678910>>...37