Home
last modified time | relevance | path

Searched refs:HTTP (Results 51 – 75 of 376) sorted by last modified time

12345678910>>...16

/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95HTTP error occurred during file upload (404: File not found).","httpError403":"HTTP error occurred…
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified292 "httpError404": "HTTP error occurred during file upload (404: File not found).",
293 "httpError403": "HTTP error occurred during file upload (403: Forbidden).",
294 "httpError": "HTTP error occurred during file upload (error status: %1).",
/plugin/icon/
H A DSVG.php5 use dokuwiki\HTTP\HTTPClient;
/plugin/evesso/phpoauthlib/
H A DREADME.md38 …- You can use any HTTP client you desire, just create a class utilizing it which implements `OAuth…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php74 … $request = new \Sabre\HTTP\Request('MOVE', '/files/source', ['Destination' => '/files/dest']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php4 use Sabre\HTTP; alias
38 $this->server->httpRequest = HTTP\Sapi::createFromServerArray(array(
53 $req = HTTP\Sapi::createFromServerArray(array(
75 $req = HTTP\Sapi::createFromServerArray(array(
111 new HTTP\Request('BLABLA', '/'),
112 new HTTP\Response(),
H A DServerPluginTest.php4 use Sabre\HTTP; alias
50 $request = HTTP\Sapi::createFromServerArray($serverVars);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php7 Sabre\HTTP; alias
199 $request = HTTP\Sapi::createFromServerArray([
307 $request = HTTP\Sapi::createFromServerArray([
336 $request = HTTP\Sapi::createFromServerArray([
366 $request = HTTP\Sapi::createFromServerArray([
395 $request = HTTP\Sapi::createFromServerArray([
424 $request = HTTP\Sapi::createFromServerArray([
453 $request = HTTP\Sapi::createFromServerArray([
480 $request = HTTP\Sapi::createFromServerArray([
497 $request = HTTP\Sapi::createFromServerArray([
[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/tests/Sabre/DAVACL/
H A DBlockAccessTest.php6 use Sabre\HTTP; alias
H A DPrincipalCollectionTest.php6 use Sabre\HTTP; alias
H A DPrincipalSearchPropertySetTest.php6 use Sabre\HTTP; alias
21 $fakeServer->sapi = new HTTP\SapiMock();
22 $fakeServer->httpResponse = new HTTP\ResponseMock();
43 $request = HTTP\Sapi::createFromServerArray($serverVars);
70 $request = HTTP\Sapi::createFromServerArray($serverVars);
97 $request = HTTP\Sapi::createFromServerArray($serverVars);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DSupportedPrivilegeSetTest.php6 use Sabre\HTTP; alias
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md9 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
15 * Deprecated: All static functions from `Sabre\HTTP\URLUtil` and
16 `Sabre\HTTP\Util` moved to a separate `functions.php`, which is also
25 * Deprecated `Sabre\HTTP\Util::parseHTTPDate`, use `Sabre\HTTP\parseDate()`.
26 * Deprecated `Sabre\HTTP\Util::toHTTPDate` use `Sabre\HTTP\toDate()`.
44 * Added `421 Misdirected Request` from the HTTP/2.0 spec.
92 representing HTTP messages. [Reference here][psr-http].
154 * Added: Asynchronous HTTP client. See examples/asyncclient.php.
201 * Added: A very simple HTTP client.
203 * Fixed: Not erroring on unknown HTTP status codes.
[all …]
/plugin/davcal/vendor/sabre/http/examples/
H A Dbasicauth.php15 use Sabre\HTTP\Sapi;
16 use Sabre\HTTP\Response;
17 use Sabre\HTTP\Auth;
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php3 namespace Sabre\HTTP;
H A DMessageDecoratorTrait.php3 namespace Sabre\HTTP;
H A DMessageInterface.php3 namespace Sabre\HTTP;
H A DRequest.php3 namespace Sabre\HTTP;
H A DRequestInterface.php3 namespace Sabre\HTTP;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php3 namespace Sabre\HTTP\Auth;
5 use Sabre\HTTP\Request;
6 use Sabre\HTTP\Response;
H A DBearerTest.php3 namespace Sabre\HTTP\Auth;
5 use Sabre\HTTP\Request;
6 use Sabre\HTTP\Response;
H A DDigestTest.php3 namespace Sabre\HTTP\Auth;
5 use Sabre\HTTP\Request;
6 use Sabre\HTTP\Response;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php11 use Sabre\HTTP\RequestInterface;
12 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php3 namespace Sabre\HTTP;
263 $this->assertInstanceOf('Sabre\HTTP\Response', $e->getResponse());

12345678910>>...16