Home
last modified time | relevance | path

Searched refs:getRawServerValue (Results 1 – 15 of 15) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DApache.php59 $remoteUser = $request->getRawServerValue('REMOTE_USER');
61 $remoteUser = $request->getRawServerValue('REDIRECT_REMOTE_USER');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DApache.php59 $remoteUser = $request->getRawServerValue('REMOTE_USER');
61 $remoteUser = $request->getRawServerValue('REDIRECT_REMOTE_USER');
/plugin/webdav/vendor/sabre/http/lib/
H A DRequestDecorator.php201 function getRawServerValue($valueName) { function in Sabre\\HTTP\\RequestDecorator
203 return $this->inner->getRawServerValue($valueName);
H A DRequestInterface.php136 function getRawServerValue($valueName); function
H A DRequest.php269 function getRawServerValue($valueName) { function in Sabre\\HTTP\\Request
/plugin/davcal/vendor/sabre/http/lib/
H A DRequestDecorator.php201 function getRawServerValue($valueName) { function in Sabre\\HTTP\\RequestDecorator
203 return $this->inner->getRawServerValue($valueName);
H A DRequestInterface.php136 function getRawServerValue($valueName); function
H A DRequest.php269 function getRawServerValue($valueName) { function in Sabre\\HTTP\\Request
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php28 $this->assertEquals('400', $request->getRawServerValue('CONTENT_LENGTH'));
29 $this->assertNull($request->getRawServerValue('FOO'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php364 $pathInfo = $this->httpRequest->getRawServerValue('PATH_INFO');
365 $uri = $this->httpRequest->getRawServerValue('REQUEST_URI');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php358 $pathInfo = $this->httpRequest->getRawServerValue('PATH_INFO');
359 $uri = $this->httpRequest->getRawServerValue('REQUEST_URI');
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md214 * Added: Request::setRawServerArray, getRawServerValue.
H A DREADME.md462 function getRawServerValue($valueName);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md247 * Added: Request::setRawServerArray, getRawServerValue.
H A DREADME.md462 function getRawServerValue($valueName);