Home
last modified time | relevance | path

Searched refs:Response (Results 1 – 21 of 21) sorted by relevance

/dokuwiki/inc/Remote/Response/
H A DApiResponse.php3 namespace dokuwiki\Remote\Response;
H A DPageHit.php3 namespace dokuwiki\Remote\Response;
H A DLink.php3 namespace dokuwiki\Remote\Response;
H A DMediaChange.php3 namespace dokuwiki\Remote\Response;
H A DPageChange.php3 namespace dokuwiki\Remote\Response;
H A DMedia.php3 namespace dokuwiki\Remote\Response;
H A DUser.php3 namespace dokuwiki\Remote\Response;
H A DPage.php3 namespace dokuwiki\Remote\Response;
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DClient.php27 public function request(string $method, string $url, array $headers = []): Response;
H A DPsr18Client.php75 public function request(string $method, string $url, array $headers = []): Response
95 private function requestUrl(string $method, string $url, array $headers): Response
144 private function requestLocalFile(string $path): Response
H A DResponse.php19 interface Response interface
H A DFileClient.php46 public function request(string $method, string $url, array $headers = []): Response
H A DRawTextResponse.php18 final class RawTextResponse implements Response
H A DPsr7Response.php20 final class Psr7Response implements Response
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php12 use SimplePie\HTTP\Response; alias
30 * @var File|Response
37 * @param File|Response $file Input file
41 if (!is_object($file) || !$file instanceof Response) {
/dokuwiki/_test/tests/Remote/Mock/
H A DApiCore.php7 use dokuwiki\Remote\Response\Link;
/dokuwiki/inc/Remote/
H A DApiCore.php10 use dokuwiki\Remote\Response\Link;
11 use dokuwiki\Remote\Response\Media;
12 use dokuwiki\Remote\Response\MediaChange;
13 use dokuwiki\Remote\Response\Page;
14 use dokuwiki\Remote\Response\PageChange;
15 use dokuwiki\Remote\Response\PageHit;
16 use dokuwiki\Remote\Response\User;
/dokuwiki/lib/plugins/extension/
H A DExtensionApiResponse.php5 use dokuwiki\Remote\Response\ApiResponse;
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php10 use SimplePie\HTTP\Response; alias
21 class File implements Response
422 final public static function fromResponse(Response $response): self
H A DLocator.php18 use SimplePie\HTTP\Response; alias
117 * @return Response|null
165 public function is_feed(Response $file, bool $check_html = false)
H A DSimplePie.php27 use SimplePie\HTTP\Response; alias
3399 private function store_links(Response $file, ?string $hub, ?string $self): Response