| /dokuwiki/_test/tests/test/ |
| H A D | scope.test.php | 12 $response = $request->execute(); 14 strpos($response->getContent(), 'DokuWiki') >= 0, 24 $response = $request->execute(); 26 strpos($response->getContent(), 'DokuWiki') >= 0, 36 $response = $request->execute(); 38 strpos($response->getContent(), 'DokuWiki') >= 0, 43 $response = $request->execute(); 45 strpos($response->getContent(), 'DokuWiki') >= 0,
|
| H A D | basic.test.php | 33 $response = $request->execute(); 36 strpos($response->getContent(), 'DokuWiki') !== false, 50 $response = $request->post($input); 63 $this->assertTrue(strpos($response->getContent(), 'Andreas Gohr') !== false); 74 $response = $request->post($input,'/doku.php?id=wiki:dokuwiki'); 87 $this->assertTrue(strpos($response->getContent(), 'Andreas Gohr') !== false); 99 $response = $request->get($input,'/doku.php?id=wiki:dokuwiki&test=foo'); 119 $this->assertTrue(strpos($response->getContent(), 'Andreas Gohr') !== false); 126 $response = $request->get(); 129 $response = $request->get(array(),'/doku.php?id=wiki:dokuwiki&test=foo'); [all …]
|
| H A D | edit_and_save.test.php | 24 $response = $request->post($input); 25 $content = $response->getContent(); 57 $response = $request->post($input, '/doku.php'); 58 $content = $response->getContent(); 80 $response = $request->post($input, '/doku.php'); 84 $found = $response->getData('send_redirect'); 107 $response = $request->post($input); 108 $content = $response->getContent(); 140 $response = $request->post($input, '/doku.php'); 141 $content = $response->getContent(); [all …]
|
| H A D | phpquery.test.php | 14 $response = $request->execute(); 16 … $this->assertEquals('DokuWiki', $response->queryHTML('meta[name="generator"]')->attr('content') );
|
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
| H A D | Psr7Response.php | 25 private $response; variable in SimplePie\\HTTP\\Psr7Response 37 …public function __construct(ResponseInterface $response, string $permanent_url, string $requested_… argument 39 $this->response = $response; 56 return $this->response->getStatusCode(); 62 return array_filter($this->response->getHeaders(), function (array $header): bool { 69 return $this->response->hasHeader($name); 74 …return new self($this->response->withHeader($name, $value), $this->permanent_url, $this->requested… 79 return $this->response->getHeader($name); 84 return $this->response->getHeaderLine($name); 89 return $this->response->getBody()->__toString();
|
| H A D | Psr18Client.php | 114 $response = $this->httpClient->sendRequest($request); 119 $statusCode = $response->getStatusCode(); 122 … if (in_array($statusCode, [300, 301, 302, 303, 307]) && $response->hasHeader('Location')) { 131 $requestedUrl = $response->getHeaderLine('Location'); 141 return new Psr7Response($response, $permanentUrl, $requestedUrl);
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | JsonRpcServerTest.php | 38 $response = json_encode($this->server->serve($positional)['result']); 39 $this->assertJsonStringEqualsJsonString($expect, $response); 41 $response = json_encode($this->server->serve($named)['result']); 42 $this->assertJsonStringEqualsJsonString($expect, $response); 55 $response = json_encode($this->server->serve($positional)['result']); 56 $this->assertJsonStringEqualsJsonString($expect, $response); 58 $response = json_encode($this->server->serve($named)['result']); 59 $this->assertJsonStringEqualsJsonString($expect, $response);
|
| /dokuwiki/_test/tests/conf/ |
| H A D | title.test.php | 9 $response = $request->get(); 10 $content = $response->queryHTML('title'); 15 $response = $request->get(); 16 $content = $response->queryHTML('title');
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | ajax_requests.test.php | 40 $response = $request->post(['call'=> $call]+$post, '/lib/exe/ajax.php'); 41 $this->assertNotEquals("AJAX call '$call' unknown!\n", $response->getContent()); 44 $this->assertMatchesRegularExpression($regexp, $response->getContent()); 50 $response = $request->post([], '/lib/exe/ajax.php'); 51 $this->assertEquals('', $response->getContent()); 57 $response = $request->post(['call'=> $call], '/lib/exe/ajax.php'); 58 $this->assertEquals("AJAX call '$call' unknown!\n", $response->getContent()); 105 $response = $request->post(['call'=> $call, 'q' => 'some-post-param'], '/lib/exe/ajax.php'); 120 $this->assertEquals("captured event BEFORE\ncaptured event AFTER", $response->getContent());
|
| H A D | fetch_imagetoken.test.php | 51 $response = $this->fetchResponse($valid_token); 52 $this->assertTrue((bool)$response->getHeader('Content-Type')); 53 $this->assertTrue((bool)($response->getContent())); 55 $status_code = $response->getStatusCode(); 89 $response = $this->fetchResponse($token); 90 $this->assertTrue((bool)$response->getHeader('Content-Type')); 91 $this->assertEquals(strlen($response->getContent()), $bytes); 93 $status_code = $response->getStatusCode();
|
| /dokuwiki/_test/tests/inc/ |
| H A D | httpclient_http.test.php | 24 $this->assertTrue(is_array($resp), 'JSON response'); 41 $this->assertTrue(is_array($resp), 'JSON response'); 58 $this->assertTrue(is_array($resp), 'JSON response'); 75 $this->assertTrue(is_array($resp), 'JSON response'); 92 $this->assertTrue(is_array($resp), 'JSON response'); 109 $this->assertTrue(is_array($resp), 'JSON response'); 145 $this->assertTrue(is_array($resp), 'JSON response'); 224 $this->assertTrue(is_array($resp), 'JSON response'); 266 $data = $http->get($this->server . '/response-headers?baz=&foo=bar'); 272 $this->assertTrue(is_array($resp), 'JSON response');
|
| H A D | httpclient_http_proxy.test.php | 40 $this->assertStringContainsString('DokuWiki', $data, 'response content');
|
| H A D | mailer.test.php | 236 $this->markTestSkipped('no response from validator');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 551 $response = $this->open_channel(self::CHANNEL, true); 552 if ($response === true && $this->isTimeout()) { 568 $response = $this->get_channel_packet(self::CHANNEL, true); 569 if ($response === false) { 588 $response = $this->get_channel_packet(self::CHANNEL, true); 589 if ($response === false) { 592 } elseif ($response === true && $this->isTimeout()) { 599 $response = $this->get_sftp_packet(); 607 list($this->defaultVersion) = Strings::unpackSSH2('N', $response); 608 while (!empty($response)) { [all …]
|
| H A D | SSH2.php | 1530 $response = $this->get_binary_packet_or_close(NET_SSH2_MSG_KEXINIT); 1531 $this->key_exchange($response); 1692 $response = $kexinit_payload_server; 1693 Strings::shift($response, 1); // skip past the message number (it should be SSH_MSG_KEXINIT) 1694 $server_cookie = Strings::shift($response, 16); 1708 ) = Strings::unpackSSH2('L10C', $response); 1837 $response = $this->get_binary_packet_or_close(NET_SSH2_MSG_KEXDH_GEX_GROUP); 1838 list($type, $primeBytes, $gBytes) = Strings::unpackSSH2('Css', $response); 1877 $response = $this->get_binary_packet_or_close(constant($serverKexReplyMessage)); 1884 ) = Strings::unpackSSH2('Csss', $response); [all …]
|
| /dokuwiki/inc/Remote/ |
| H A D | JsonRpcServer.php | 137 * @param array $response 141 protected function addErrorData(&$response, $e = null) argument 145 $response['error'] = [ 153 $response['error'] = null; 156 $response['error'] = [
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Repository.php | 95 $response = $httpclient->post(self::EXTENSION_REPOSITORY_API, $data); 96 if ($response === false) { 103 $extensions = json_decode($response, true, 512, JSON_THROW_ON_ERROR); 209 $response = $httpclient->post(self::EXTENSION_REPOSITORY_API, $query); 210 if ($response === false) { 216 $items = json_decode($response, true, 512, JSON_THROW_ON_ERROR);
|
| /dokuwiki/inc/ |
| H A D | Ajax.php | 140 $response = [ 146 $response['errors'][] = 'Permission to write this page has been denied.'; 147 echo json_encode($response); 153 $response['lock'] = '1'; 158 $response['draft'] = $draft->getDraftMessage(); 160 $response['errors'] = array_merge($response['errors'], $draft->getErrors()); 162 echo json_encode($response, JSON_THROW_ON_ERROR);
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | Redis.php | 101 $response = $this->cache->set($this->name, serialize($data)); 106 return $response;
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | File.php | 422 final public static function fromResponse(Response $response): self argument 426 foreach ($response->get_headers() as $name => $header) { 433 $file->url = $response->get_final_requested_uri(); 436 $file->body = $response->get_body_content(); 437 $file->status_code = $response->get_status_code(); 438 $file->permanent_url = $response->get_permanent_uri();
|
| /dokuwiki/_test/core/ |
| H A D | TestRequest.php | 164 $response = new TestResponse( 179 return $response;
|
| H A D | phpQuery-onefile.php | 5168 $response = $client->request(); 5170 self::debug('Status: '.$response->getStatus().' / '.$response->getMessage()); 5172 self::debug($response->getHeaders()); 5174 if ($response->isSuccessful()) { 5176 self::$lastModified = $response->getHeader('Last-Modified'); 5177 $data = self::httpData($response->getBody(), $options['dataType'], $options); 5179 … phpQuery::callbackRun($options['success'], array($data, $response->getStatus(), $options)); 5184 …phpQuery::callbackRun($options['error'], array($client, $response->getStatus(), $response->getMess… 5186 …er($documentID, 'ajaxError', array($client, /*$response->getStatus(),*/$response->getMessage(), $o… 5189 phpQuery::callbackRun($options['complete'], array($client, $response->getStatus()));
|
| /dokuwiki/lib/scripts/ |
| H A D | fileuploader.js | 864 onComplete: function(id, fileName, response){}, argument 1014 var response = self._getIframeContentJSON(iframe); 1016 self._options.onComplete(id, fileName, response); 1060 response; 1066 response = eval("(" + doc.body.innerHTML + ")"); property 1068 response = {}; property 1071 return response; 1221 var response; 1224 response = eval("(" + xhr.responseText + ")"); 1226 response = {}; [all …]
|
| H A D | fileuploaderextended.js | 254 var response = self._getIframeContentJSON(iframe); 256 self._options.onComplete(id, fileName, response);
|
| /dokuwiki/vendor/kissifrot/php-ixr/src/Client/ |
| H A D | Client.php | 21 protected $response; variable in IXR\\Client\\Client
|