Home
last modified time | relevance | path

Searched refs:Request (Results 276 – 300 of 314) sorted by path

1...<<111213

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Request;
H A DMkCalendar.php3 namespace Sabre\CalDAV\Xml\Request;
H A DShare.php3 namespace Sabre\CalDAV\Xml\Request;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php3 namespace Sabre\CardDAV\Xml\Request;
H A DAddressBookQueryReport.php3 namespace Sabre\CardDAV\Xml\Request;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php324 $request = new HTTP\Request('OPTIONS', $this->getAbsoluteUrl(''));
373 $response = $this->send(new HTTP\Request($method, $url, $headers, $body));
H A DCorePlugin.php327 $propFindXml = new Xml\Request\PropFind();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php6 use Sabre\DAV\Xml\Request\SyncCollectionReport;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php3 namespace Sabre\DAV\Xml\Request;
H A DMkCol.php3 namespace Sabre\DAV\Xml\Request;
H A DPropFind.php3 namespace Sabre\DAV\Xml\Request;
H A DPropPatch.php3 namespace Sabre\DAV\Xml\Request;
H A DShareResource.php3 namespace Sabre\DAV\Xml\Request;
H A DSyncCollectionReport.php3 namespace Sabre\DAV\Xml\Request;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1259 protected function principalMatchReport($path, Xml\Request\PrincipalMatchReport $report) {
1270 if ($report->type === Xml\Request\PrincipalMatchReport::SELF) {
1503 …protected function principalPropertySearchReport($path, Xml\Request\PrincipalPropertySearchReport …
1544 …protected function aclPrincipalPropSetReport($path, Xml\Request\AclPrincipalPropSetReport $report)…
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DAclPrincipalPropSetReport.php3 namespace Sabre\DAVACL\Xml\Request;
H A DExpandPropertyReport.php3 namespace Sabre\DAVACL\Xml\Request;
H A DPrincipalMatchReport.php3 namespace Sabre\DAVACL\Xml\Request;
H A DPrincipalPropertySearchReport.php3 namespace Sabre\DAVACL\Xml\Request;
H A DPrincipalSearchPropertySetReport.php3 namespace Sabre\DAVACL\Xml\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 …]
H A DREADME.md24 What this library provides, is a `Request` object, and a `Response` object.
124 It may be useful to extend the `Request` and `Response` objects in your
128 For instance, you may want to add an `isLoggedIn` method to the Request
131 Simply extending Request and Response may pose some problems:
136 `Request` so you would have to override the factory method as well,
137 3. By controlling the instantation and depend on specific `Request` and
193 $request = new HTTP\Request('GET', 'http://example.org/');
210 // into the Request object.
258 $request = new Request('GET', 'http://localhost/');
323 The Request and Response API's
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php18 class Request extends Message implements RequestInterface { class
H A DSapi.php37 * @return Request
105 * @return Request
194 $r = new Request($method, $url, $headers);
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng1181 # 3.8.8.3 Request Status

1...<<111213