Home
last modified time | relevance | path

Searched refs:getHeader (Results 76 – 100 of 131) sorted by last modified time

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DPoliciesListResponse.php46 public function getHeader() function in Google\\Service\\Dns\\PoliciesListResponse
H A DPoliciesPatchResponse.php37 public function getHeader() function in Google\\Service\\Dns\\PoliciesPatchResponse
H A DPoliciesUpdateResponse.php37 public function getHeader() function in Google\\Service\\Dns\\PoliciesUpdateResponse
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9 …otype.get=function(e){return this._header[e.toLowerCase()]},n.prototype.getHeader=n.prototype.get,…
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php29 protected function getHeader(ModelNews $news) { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Renderer\\VyfukRenderer
39 $innerHtml = $this->getHeader($data);
H A DFykosRenderer.php29 $innerHtml = $this->getHeader($data);
161 protected function getHeader(ModelNews $news): string { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Renderer\\FykosRenderer
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php187 $contentType = $request->getHeader('Content-Type');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php277 $lockToken = $request->getHeader('Lock-Token');
370 $header = $this->server->httpRequest->getHeader('Timeout');
448 $this->server->calculateUri($request->getHeader('Destination')),
454 $this->server->calculateUri($request->getHeader('Destination')),
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php606 $depth = $this->httpRequest->getHeader('Depth');
636 $range = $this->httpRequest->getHeader('range');
691 if ($prefer = $this->httpRequest->getHeader('Prefer')) {
698 } elseif ($this->httpRequest->getHeader('Brief') == 't') {
733 $destination = $this->calculateUri($request->getHeader('Destination'));
734 $overwrite = $request->getHeader('Overwrite');
1301 if ($ifMatch = $request->getHeader('If-Match')) {
1343 if ($ifNoneMatch = $request->getHeader('If-None-Match')) {
1390 if (!$ifNoneMatch && ($ifModifiedSince = $request->getHeader('If-Modified-Since'))) {
1416 if ($ifUnmodifiedSince = $request->getHeader('If-Unmodified-Since')) {
[all …]
H A DClient.php327 $dav = $response->getHeader('Dav');
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md131 * If you use `getHeader()`, and there's more than 1 header with that name, we
H A DREADME.md526 function getHeader($name);
671 function getHeader($name);
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php56 $authHeader = $this->request->getHeader('Authorization');
89 $contentMD5 = $this->request->getHeader('Content-MD5');
104 if (!$requestDate = $this->request->getHeader('x-amz-date'))
105 $requestDate = $this->request->getHeader('Date');
116 $this->request->getHeader('Content-type') . "\n" .
H A DBasic.php30 $auth = $this->request->getHeader('Authorization');
H A DDigest.php201 return $this->request->getHeader('Authorization');
H A DBearer.php29 $auth = $this->request->getHeader('Authorization');
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php74 $contentLength = $response->getHeader('Content-Length');
H A DClient.php122 $response->getHeader('Location')
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1706 * Fixed: Sabre_HTTP_Request::getHeader didn't return Content-Type when running
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php135 $request->getHeader('Accept'),
H A DPlugin.php605 if (strpos($this->server->httpRequest->getHeader('User-Agent'), 'MSFT-') === 0) {
1019 if (strpos($response->getHeader('Content-Type'), 'text/calendar') === false) {
1024 $request->getHeader('Accept'),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php170 $contentType = $request->getHeader('Content-Type');
1041 $scheduleReply = $request->getHeader('Schedule-Reply');
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php724 if (strpos($this->server->httpRequest->getHeader('User-Agent'), 'Thunderbird') === false) {
774 if (strpos($response->getHeader('Content-Type'), 'text/vcard') === false) {
778 $target = $this->negotiateVCard($request->getHeader('Accept'), $mimeType);

123456