Home
last modified time | relevance | path

Searched refs:HTTP (Results 101 – 125 of 376) sorted by relevance

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php8 use Sabre\HTTP; alias
78 HTTP\Util::toHTTPDate($this->time)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue205Test.php4 use Sabre\HTTP; alias
53 $request = HTTP\Sapi::createFromServerArray(array(
H A DExpandEventsDTSTARTandDTENDbyDayTest.php4 use Sabre\HTTP; alias
47 $request = HTTP\Sapi::createFromServerArray(array(
H A DExpandEventsDTSTARTandDTENDTest.php4 use Sabre\HTTP; alias
56 $request = HTTP\Sapi::createFromServerArray([
H A DIssue203Test.php4 use Sabre\HTTP; alias
60 $request = HTTP\Sapi::createFromServerArray(array(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md1 Guzzle, PHP HTTP client
8 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
12 uploads, streaming large downloads, using HTTP cookies, uploading JSON data,
17 - Abstracts away the underlying HTTP transport, allowing you to write
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php11 use Sabre\HTTP\RequestInterface;
12 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php11 use Sabre\HTTP\RequestInterface;
12 use Sabre\HTTP\ResponseInterface;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc2 === HTTP Meta Data
4 By default, the client sends some meta data about the HTTP connection using
33 HTTP proxy layers (see issue https://github.com/elastic/elasticsearch-php/issues/993[#993]).
49 `Content-Type` and `Accept`. The PHP client can be configured to emit the following HTTP headers:
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php6 use Sabre\HTTP; alias
161 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
199 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
/plugin/adfs/phpsaml/lib/Saml2/
H A DConstants.php40 const BINDING_HTTP_POST = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST';
41 const BINDING_HTTP_REDIRECT = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect';
42 const BINDING_HTTP_ARTIFACT = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact';
/plugin/authhttp/
H A DREADME2 authhttp DokuWiki HTTP authentication plugin
15 your webserver to perform some sort of authentication (eg. HTTP Basic or
38 between the HTTP authentication (which might eg. use an old password) and
43 your Webserver's HTTP authentication has been set up.
55 It merely checks that DokuWiki's idea of username/password equals the HTTP
57 not enable HTTP authentication in your Webserver).
59 Note however that DokuWiki expects information that HTTP authentication does
80 the HTTP authentication username. Also, the login form should be hidden
81 because there is not much sense in offering a form-based login when HTTP
101 the HTTP authenticatio
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php6 use Sabre\HTTP; alias
15 $request = new HTTP\Request('PROPFIND', '/', ['Depth' => '0' ]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
7 use Sabre\HTTP\URLUtil;
H A DServer.php6 use Sabre\HTTP; alias
7 use Sabre\HTTP\RequestInterface;
8 use Sabre\HTTP\ResponseInterface;
9 use Sabre\HTTP\URLUtil;
222 $this->sapi = new HTTP\Sapi();
223 $this->httpResponse = new HTTP\Response();
662 \Sabre\HTTP\parsePrefer($prefer)
827 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
1322 $date = HTTP\Util::parseHTTPDate($ifModifiedSince);
1333 $response->setHeader('Last-Modified', HTTP\Util::toHTTPDate($lastMod));
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
7 use Sabre\HTTP\URLUtil;
H A DServer.php10 use Sabre\HTTP; alias
11 use Sabre\HTTP\RequestInterface;
12 use Sabre\HTTP\ResponseInterface;
13 use Sabre\HTTP\URLUtil;
228 $this->sapi = new HTTP\Sapi();
229 $this->httpResponse = new HTTP\Response();
695 HTTP\parsePrefer($prefer)
869 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
1398 $date = HTTP\Util::parseHTTPDate($ifModifiedSince);
1409 $response->setHeader('Last-Modified', HTTP\Util::toHTTPDate($lastMod));
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php4 use Sabre\HTTP; alias
50 $request = HTTP\Sapi::createFromServerArray($serverVars);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php7 use Sabre\HTTP\RequestInterface;
8 use Sabre\HTTP\ResponseInterface;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php8 use Sabre\HTTP\RequestInterface;
9 use Sabre\HTTP\ResponseInterface;
/plugin/webdav/core/Plugin/
H A DFakeLocker.php35 use Sabre\HTTP\RequestInterface;
36 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php95 …$request = new \Sabre\HTTP\Request('GET', '/addressbooks/user1/book1/card1', ['Accept: application…
96 $response = new \Sabre\HTTP\ResponseMock();

12345678910>>...16