Home
last modified time | relevance | path

Searched refs:response (Results 51 – 75 of 925) sorted by last modified time

12345678910>>...37

/plugin/randomtables/
H A Dscript.js42 function(response) {
43 random_tables_plugin.addResult(targetDiv, response, prefix);
49 addResult: function(targetDiv, response, prefix) {
51 targetDiv.append('<div>' + prefix + response.result + '<button class="delete">del</button></div>');
23 AnonymousFunction411244280100(response) global() argument
30 addResult(targetDiv, response) global() argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php52 * They should return, in string form, the response body and throw an exception on error.
125 $response = curl_exec($ch);
128 if (false === $response) {
140 return $response;
H A DStreamClient.php15 * They should return, in string form, the response body and throw an exception on error.
63 $response = file_get_contents($endpoint->getAbsoluteUri(), false, $context);
65 if (false === $response) {
70 ((isset($http_response_header[0]))?$http_response_header[0]:'No response')
76 return $response;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAmazon.php74 throw new TokenResponseException('Unable to parse response.');
H A DFacebook.php169 throw new TokenResponseException('Unable to parse response.');
H A DFoursquare.php55 throw new TokenResponseException('Unable to parse response.');
H A DGitHub.php173 throw new TokenResponseException('Unable to parse response.');
190 * Used to configure response type -- we want JSON from github, default is query string format.
H A DHubic.php96 throw new TokenResponseException('Unable to parse response.');
H A DInstagram.php72 throw new TokenResponseException('Unable to parse response.');
H A DJawboneUP.php123 throw new TokenResponseException('Unable to parse response.');
H A DBitly.php61 throw new TokenResponseException('Unable to parse response.');
H A DBox.php67 throw new TokenResponseException('Unable to parse response.');
H A DBuffer.php104 throw new TokenResponseException('Unable to parse response.');
137 throw new TokenResponseException('Unable to parse response.');
H A DDailymotion.php95 throw new TokenResponseException('Unable to parse response.');
H A DDeezer.php93 throw new TokenResponseException('Unable to parse response.');
H A DDelicious.php83 throw new TokenResponseException('Unable to parse response.');
H A DDeviantArt.php75 throw new TokenResponseException('Unable to parse response.');
H A DDropbox.php92 throw new TokenResponseException('Unable to parse response.');
H A DEveOnline.php57 * Parses the access token response and returns a TokenInterface.
69 throw new TokenResponseException('Unable to parse response.');
H A DHarvest.php87 throw new TokenResponseException('Unable to parse response.');
H A DHeroku.php81 throw new TokenResponseException('Unable to parse response.');
H A DLinkedin.php82 throw new TokenResponseException('Unable to parse response.');
H A DMicrosoft.php99 throw new TokenResponseException('Unable to parse response.');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php72 throw new TokenResponseException('Unable to parse response.');
88 throw new TokenResponseException('Unable to parse response.');
H A DTwitter.php87 throw new TokenResponseException('Unable to parse response.');
103 throw new TokenResponseException('Unable to parse response: ' . $responseBody);
107 throw new TokenResponseException('Invalid response. OAuth Token data not set: ' . $responseBody);

12345678910>>...37