Home
last modified time | relevance | path

Searched refs:Request (Results 26 – 50 of 314) sorted by relevance

12345678910>>...13

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequestMetadata.php36 protected $requestAttributesType = Request::class;
96 * @param Request
98 public function setRequestAttributes(Request $requestAttributes)
103 * @return Request
H A DAttributeContext.php33 protected $requestType = Request::class;
99 * @param Request
101 public function setRequest(Request $request)
106 * @return Request
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpMoveTest.php33 $request = new HTTP\Request('MOVE', '/file1', [
44 $request = new HTTP\Request('MOVE', '/file1', [
56 $request = new HTTP\Request('MOVE', '/file1', [
68 $request = new HTTP\Request('MOVE', '/file1', [
81 $request = new HTTP\Request('MOVE', '/file1', [
108 $request = new HTTP\Request('MOVE', '/file1', [
H A DHttpHeadTest.php34 $request = new HTTP\Request('HEAD', '//file1');
63 $request = new HTTP\Request('HEAD', '/dir');
88 …$request = new HTTP\Request('HEAD', '/file1', ['Authorization' => 'Basic ' . base64_encode('user:p…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php57 $request = new HTTP\Request('PATCH', '/', ['X-Update-Range' => '3-4']);
70 $request = new HTTP\Request('PATCH', '/partial', ['X-Update-Range' => 'bytes=3-4']);
83 …$request = new HTTP\Request('PATCH', '/partial', ['X-Update-Range' => 'bytes=3-4', 'Content-Type' …
96 …$request = new HTTP\Request('PATCH', '/partial', ['X-Update-Range' => 'bytes=3-5', 'Content-Type' …
109 …$request = new HTTP\Request('PATCH', '/partial', ['X-Update-Range' => 'bytes=3-5', 'Content-Type' …
123 …$request = new HTTP\Request('PATCH', '/partial', ['X-Update-Range' => 'bytes=3-', 'Content-Type' =…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php16 use FreeDSx\Ldap\Operation\Request\ExtendedRequest;
17 use FreeDSx\Ldap\Operation\Request\RequestInterface;
18 use FreeDSx\Ldap\Operation\Request\SearchRequest;
19 use FreeDSx\Ldap\Operation\Request\UnbindRequest;
H A DServerBindHandlerFactory.php15 use FreeDSx\Ldap\Operation\Request\AnonBindRequest;
16 use FreeDSx\Ldap\Operation\Request\RequestInterface;
17 use FreeDSx\Ldap\Operation\Request\SimpleBindRequest;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php14 $request = new Request('GET', 'http://example.org/', ['X-Foo' => 'bar']);
43 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']);
71 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']);
109 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], $h);
136 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], 'boo');
162 $request = new Request('GET', 'http://example.org/');
200 $request = new Request('GET', 'http://example.org/');
252 $request = new Request('GET', 'http://example.org/');
348 $request = new Request('GET', 'http://example.org/');
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md42 * #41: Fixing bugs related to comparing URLs in `Request::getPath()`.
44 * Added `421 Misdirected Request` from the HTTP/2.0 spec.
65 * Hiding `Authorization` header value from `Request::__toString`.
96 * Use `Request::getHeaderAsArray()` and `Response::getHeaderAsArray()` to
147 * Removed: Request::createFromPHPRequest. This is now handled by
166 * Changed: Request::createFromPHPRequest is now Sapi::getRequest().
214 * Added: Request::setRawServerArray, getRawServerValue.
215 * Added: Request::createFromPHPRequest
217 * Added: Request::getQueryParameters
219 * Added: Request::setPostData and Request::getPostData.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DBatchUpdateDocumentRequest.php23 protected $requestsType = Request::class;
29 * @param Request[]
36 * @return Request[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DBatchUpdatePresentationRequest.php23 protected $requestsType = Request::class;
29 * @param Request[]
36 * @return Request[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DBatchUpdateFormRequest.php27 protected $requestsType = Request::class;
47 * @param Request[]
54 * @return Request[]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php5 use Sabre\HTTP\Request; alias
33 $request = new Request('GET', '/calendars/user1/foo/bar.ics', $headers);
74 $request = new Request('REPORT', '/calendars/user1/foo', $headers, $xml);
127 $request = new Request('REPORT', '/calendars/user1/foo', $headers, $xml);
180 $request = new Request('REPORT', '/calendars/user1/foo/bar.ics', $headers, $xml);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBatchUpdateSpreadsheetRequest.php27 protected $requestsType = Request::class;
53 * @param Request[]
60 * @return Request[]
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md75 * #41: Fixing bugs related to comparing URLs in `Request::getPath()`.
77 * Added `421 Misdirected Request` from the HTTP/2.0 spec.
98 * Hiding `Authorization` header value from `Request::__toString`.
129 * Use `Request::getHeaderAsArray()` and `Response::getHeaderAsArray()` to
180 * Removed: Request::createFromPHPRequest. This is now handled by
199 * Changed: Request::createFromPHPRequest is now Sapi::getRequest().
247 * Added: Request::setRawServerArray, getRawServerValue.
248 * Added: Request::createFromPHPRequest
250 * Added: Request::getQueryParameters
252 * Added: Request::setPostData and Request::getPostData.
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPlugin2Test.php5 use Sabre\HTTP\Request; alias
39 $request = new Request(
53 $request = new Request(
H A DPluginTest.php41 $request = new HTTP\Request('LOCK', '/test.txt');
58 $request = new HTTP\Request('LOCK', '/test.txt');
115 $request = new HTTP\Request('LOCK', '/test.txt');
144 $request = new HTTP\Request('LOCK', '/test.txt');
179 $request = new HTTP\Request('LOCK', '/test.txt');
239 $request = new HTTP\Request('UNLOCK', '/test.txt');
279 $request = new HTTP\Request('LOCK', '/test.txt');
297 $request = new HTTP\Request('PUT', '/test.txt');
314 $request = new HTTP\Request('LOCK', '/test.txt');
350 $request = new HTTP\Request('LOCK', '/test.txt');
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndexTemplate.php59 return $this->request(Request::DELETE);
77 return $this->request(Request::PUT, $args);
91 $response = $this->request(Request::HEAD);
H A DSnapshot.php48 return $this->request($name, Request::PUT, $data);
108 return $this->request($repository.'/'.$name, Request::PUT, $options, ['wait_for_completion' => $waitForCompletion]);
169 return $this->request($repository.'/'.$name, Request::DELETE);
214 public function request($path, $method = Request::GET, $data = [], array $query = [])
/plugin/webdav/_test/
H A Dwebdav.test.php23 $response = $this->server->request(new HTTP\Request('PROPFIND', '/wiki'));
29 … $response = $this->server->request(new HTTP\Request('GET', '/wiki/pages/wiki/dokuwiki.txt'));
35 $response = $this->server->request(new HTTP\Request('GET', '/wiki/pages/wiki/foo.txt'));
59 $request = new HTTP\Request('PROPFIND', '/wiki/pages/wiki/dokuwiki.txt');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php10 use Sabre\HTTP\Request; alias
60 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
80 $httpRequest = new Request('GET', '/', ['Host' => 'sabredav.org']);
129 $server->httpRequest = new Request('GET', '/foo.xml');
164 … $this->assertNull($caldav->httpGet(new HTTP\Request('GET','/foozz'), $server->httpResponse));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php6 Sabre\HTTP\Request, alias
38 $request = new Request('PUT', '/calendars/user1/default/foo.ics');
71 $result = $this->request(new Request('GET', '/calendars/user1/default/foo.ics'))->getBody();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php6 use Sabre\HTTP\Request; alias
45 $request = new Request('MKCOL', '/calendars/user1/subscription1', $headers, $body);
89 $request = new Request('MKCALENDAR', '/calendars/user1/subscription1', $headers, $body);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php223 $request = new HTTP\Request('PROPFIND', $url, [
267 $propPatch = new Xml\Request\PropPatch();
275 $request = new HTTP\Request('PROPPATCH', $url, [
292 $request = new HTTP\Request('OPTIONS', $this->getAbsoluteUrl(''));
341 $response = $this->send(new HTTP\Request($method, $url, $headers, $body));
/plugin/davcal/vendor/sabre/http/examples/
H A Dclient.php11 use Sabre\HTTP\Request; alias
30 $request = new Request('GET', 'http://localhost/');

12345678910>>...13