Home
last modified time | relevance | path

Searched refs:response (Results 76 – 100 of 925) sorted by last modified time

12345678910>>...37

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DMondo.php61 throw new TokenResponseException('Unable to parse response.');
H A DNest.php83 throw new TokenResponseException('Unable to parse response.');
H A DNetatmo.php94 throw new TokenResponseException('Unable to parse response.');
H A DParrotFlowerPower.php86 throw new TokenResponseException('Unable to parse response.');
H A DPaypal.php80 throw new TokenResponseException('Unable to parse response.');
H A DPinterest.php91 throw new TokenResponseException('Unable to parse response.');
H A DReddit.php83 throw new TokenResponseException('Unable to parse response.');
H A DRunKeeper.php91 throw new TokenResponseException('Unable to parse response.');
H A DSoundCloud.php53 throw new TokenResponseException('Unable to parse response.');
H A DSpotify.php78 throw new TokenResponseException('Unable to parse response.');
H A DStrava.php101 throw new TokenResponseException('Unable to parse response.');
H A DUstream.php69 throw new TokenResponseException('Unable to parse response.');
H A DVimeo.php111 throw new TokenResponseException('Unable to parse response.');
H A DVkontakte.php80 throw new TokenResponseException('Unable to parse response.');
H A DYammer.php61 throw new TokenResponseException('Unable to parse response.');
/plugin/statistics/inc/
H A DBrowscap.php982 $response = fgets($remote_handler);
983 if (strpos($response, '200 OK') !== false) {
/plugin/const/_test/
H A Dconstants.test.php26 $response = $request->get(array('id' => 'test:plugin_const:pageconstants'), '/doku.php');
27 $HTML = $response->queryHTML('.page p');
55 $response = $request->get(array('id' => 'test:plugin_const:dateconstants'), '/doku.php');
56 $HTML = $response->queryHTML('.page p');
93 $response = $request->get(array('id' => 'test:plugin_const:otherconstants'), '/doku.php');
94 $HTML = $response->queryHTML('.page p');
H A Dfix_section.test.php17 $response = $request->get(array('id' => 'test:plugin_const:start'), '/doku.php');
19 … $first_sec = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(0)->attr('value');
20 … $second_sec = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(1)->attr('value');
21 … $third_sec = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(2)->attr('value');
30 $response = $request->get(array('id' => 'test:plugin_const:include'), '/doku.php');
34 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(0)->attr('value');
35 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(1)->attr('value');
36 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(2)->attr('value');
37 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(3)->attr('value');
38 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(4)->attr('value');
[all …]
/plugin/stellarium/scripts/
H A Dstellarium.js20 var response = xhr.responseText;
21 if (response === "false") {
/plugin/openid/Auth/OpenID/
H A DConsumer.php436 if ($response->identity_url !== null) {
444 return $response;
492 * @param Auth_OpenID_Message $response
495 function extractSecret($response) argument
497 if (!$response->hasKey(Auth_OpenID_OPENID_NS,
502 if (!$response->hasKey(Auth_OpenID_OPENID_NS,
546 * @param Auth_OpenID_Message $response
549 function extractSecret($response) argument
1460 * @param Auth_OpenID_Message $response
1496 if ($response->status == 400) {
[all …]
H A DDiscover.php518 $response = call_user_func_array($discover_function, [$uri, $fetcher]);
520 $yadis_url = $response->normalized_uri;
522 if ($response->isFailure() && !$response->isXRDS()) {
528 $response->response_text);
531 if ($response->isXRDS()) {
540 $response->response_text);
H A DServer.php470 return $response;
758 return $response;
787 return $response;
1242 return $response;
1484 function sign($response) argument
1612 function encode($response) argument
1633 if(isset($response->code)) {
1667 function encode($response) argument
1682 $response = $this->signatory->sign($response);
1796 if ($response !== null) {
[all …]
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php223 $response = "";
226 $response .= $data;
233 list($headers, $response_body) = explode("\r\n\r\n", $response, 2);
H A DXRIRes.php50 $response = $this->fetcher->get($url);
51 if ($response->status != 200 and $response->status != 206) {
54 $xrds = Auth_Yadis_XRDS::parseXRDS($response->body);
H A DYadis.php348 $response = $fetcher->get($uri, $headers);
350 if (!$response || ($response->status != 200 and
351 $response->status != 206)) {
356 $result->normalized_uri = $response->final_url;
358 $response->headers,
367 $response->headers,
372 $yadis_location = $parser->getHTTPEquiv($response->body);
378 $response = $fetcher->get($yadis_location);
380 if ((!$response) || ($response->status != 200 and
381 $response->status != 206)) {
[all …]

12345678910>>...37