Home
last modified time | relevance | path

Searched refs:response (Results 276 – 300 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DBasicTest.php59 $response = new Response();
60 $basic = new Basic('Dagger', new Request(), $response);
64 $this->assertEquals('Basic realm="Dagger"', $response->getHeader('WWW-Authenticate'));
65 $this->assertEquals(401, $response->getStatus());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php25 * Represents a DirSync Response. Defined in MS-ADTS 3.1.1.3.4.1.3. The control value response definition is:
106 $response = self::decodeEncodedValue($type);
107 if (!$response instanceof SequenceType) {
110 $more = $response->getChild(0);
111 $unused = $response->getChild(1);
112 $cookie = $response->getChild(2);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php24 * Represents a password policy response. draft-behera-ldap-password-policy-09
104 $response = Asn1::sequence();
108 throw new ProtocolException('The password policy response cannot have both a time expiration and a grace auth value.');
122 $response->addChild($warning);
125 $response->addChild(Asn1::context(1, Asn1::enumerated($this->error)));
127 $this->controlValue = $response;
140 /** @var SequenceType $response */
141 $response = self::decodeEncodedValue($type);
148 foreach ($response->getChildren() as $child) {
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocketPost.php102 $response = '';
105 $response .= $this->socket->fgets(4096);
110 if (0 === strpos($response, 'HTTP/1.1 200 OK')) {
111 $parts = preg_split("#\n\s*\n#Uis", $response);
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNodeFactory.php63 protected $response; variable in Facebook\\GraphNodes\\GraphNodeFactory
73 * @param FacebookResponse $response The response entity from Graph.
75 public function __construct(FacebookResponse $response) argument
77 $this->response = $response;
78 $this->decodedBody = $response->getDecodedBody();
343 …return new $className($this->response->getRequest(), $dataList, $metaData, $parentGraphEdgeEndpoin…
/plugin/shell/
H A DP0wnyShell.php289 $response = NULL;
296 $response = $this->featureShell($cmd, $_POST["cwd"]);
299 $response = $this->featurePwd();
302 $response = $this->featureHint($_POST['filename'], $_POST['cwd'], $_POST['type']);
305 $response = $this->featureUpload($_POST['path'], $_POST['file'], $_POST['cwd']);
308 $response = $this->featureUserHost($_POST['cwd']);
313 echo json_encode($response);
/plugin/fedauth/Auth/Yadis/
H A DXRIRes.php46 $response = $this->fetcher->get($url);
47 if ($response->status != 200 and $response->status != 206) {
50 $xrds = Auth_Yadis_XRDS::parseXRDS($response->body);
/plugin/openid/Auth/Yadis/
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);
/plugin/backlinks2/_test/
H A Dsyntax_exclude.test.php79 $response = $request->get(array('id'=>'backlinks_exclude_syntax'), '/doku.php');
84 …strpos($response->getContent(), 'Backlinks to what Bob Ross says (excluding exclude namespace)') !…
89 strpos($response->getContent(), 'An excluded link to Bob Ross') == false,
93 $doc = phpQuery::newDocument($response->getContent());
H A Dsyntax_include_deep.test.php78 $response = $request->get(array('id'=>'mmm:nnn:ooo:start'), '/doku.php');
81 strpos($response->getContent(), 'Backlinks from pages in /aaa/bbb/cc/') !== false,
86 strpos($response->getContent(), 'linking to a page form aaa') !== false,
92 $doc = phpQuery::newDocument($response->getContent());
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php162 if (false === $response = fgets($this->handle))
167 $response = trim($response);
172 $log->add($response,Swift_Log::RESPONSE);
174 return $response;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php105 $response = [];
120 function ($response) {
125 function ($response) {
126 $code = $response->getCode();
146 $response = null;
/plugin/issuelinks/script/
H A Dtooltip.js57 jQuery.get(serverEndpoint, payload).done(function injectTooltip(response) { argument
58 window.issuelinksUtil.showAjaxMessages(response);
59 $div.html(response.data);
112 }).done(function updateIssueTooltip(response) { argument
113 const data = response.data;
114 window.issuelinksUtil.showAjaxMessages(response);
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md10 through a PHP function that accepts a request hash and returns a response hash
24 $response = $handler([
33 $response->then(function (array $response) {
34 echo $response['status'];
37 $response->wait();
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php230 $response = Google_Client::$io->authenticatedRequest($httpRequest);
231 $code = $response->getResponseHttpCode();
233 $range = explode('-', $response->getResponseHeader('range'));
237 return Google_REST::decodeHttpResponse($response);
254 $response = Google_Client::$io->makeRequest($httpRequest);
255 $location = $response->getResponseHeader('location');
256 $code = $response->getResponseHttpCode();
/plugin/diagrams/script/
H A DDiagramsMediaManager.js46 const response = await fetch(
55 if (response.ok && (await response.json())[0] === svgLink.textContent) {
112 const response = await fetch(url, {
116 return response.json();
221 const response = await fetch(url, {
225 return response.json();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DPartialShardFailureException.php19 public function __construct(Request $request, Response $response) argument
21 parent::__construct($request, $response);
23 $shardsStatistics = $response->getShardsStatistics();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php47 $response = $this->request($request);
48 $this->assertEquals(201, $response->getStatus());
91 $response = $this->request($request);
92 $this->assertEquals(201, $response->getStatus());
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DBadResponseException.php15 ResponseInterface $response = null, argument
19 if (null === $response) {
25 parent::__construct($message, $request, $response, $previous, $handlerContext);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php107 * @param ResponseInterface $response
110 function beforeMethod(RequestInterface $request, ResponseInterface $response) { argument
117 return $this->httpGet($request, $response, $tempLocation);
119 return $this->httpPut($request, $response, $tempLocation);
121 return $this->httpPropfind($request, $response, $tempLocation);
123 return $this->httpDelete($request, $response, $tempLocation);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php112 * @param ResponseInterface $response
115 function httpPatch(RequestInterface $request, ResponseInterface $response) { argument
168 $response->setHeader('Content-Length', '0');
169 if ($etag) $response->setHeader('ETag', $etag);
170 $response->setStatus(204);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAuditLog.php60 public $response; variable in Google\\Service\\ServiceControl\\AuditLog
229 public function setResponse($response) argument
231 $this->response = $response;
238 return $this->response;
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php112 * @param ResponseInterface $response
115 function httpPatch(RequestInterface $request, ResponseInterface $response) { argument
168 $response->setHeader('Content-Length', '0');
169 if ($etag) $response->setHeader('ETag', $etag);
170 $response->setStatus(204);
/plugin/combo/ComboStrap/
H A DHttpRequest.php22 private HttpResponse $response; variable in ComboStrap\\HttpRequest
88 if (ExecutionContext::getActualOrCreateFromEnv()->response()->hasEnded()) {
91 * send back the response
123 $response = $testRequest->get($query, $path);
130 $response = $testRequest->post($this->postData, $path);
140 return HttpResponse::createFromDokuWikiResponse($response);
/plugin/tagging/
H A Dscript.js57 function (response) { argument
58 jQuery('div.plugin_tagging_edit ul.tagging_cloud').html(response.html_cloud);
59 $form.find('textarea').val(response.tags_edit_value);
113 source: function (request, response) { argument
116 }, response);

1...<<11121314151617181920>>...37