Home
last modified time | relevance | path

Searched refs:getHeader (Results 101 – 125 of 131) sorted by last modified time

123456

/plugin/webdav/vendor/sabre/http/lib/
H A DMessageInterface.php85 function getHeader($name); function
H A DMessage.php77 $contentLength = $this->getHeader('Content-Length');
154 function getHeader($name) { function in Sabre\\HTTP\\Message
H A DMessageDecoratorTrait.php121 function getHeader($name) { function
123 return $this->inner->getHeader($name);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php132 $request->getHeader('Content-Type')
139 $len = $this->server->httpRequest->getHeader('Content-Length');
199 $range = $request->getHeader('X-Update-Range');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php218 if (!$newFile && ($this->server->httpRequest->getHeader('If-None-Match'))) {
H A DCorePlugin.php123 $ifRange = $request->getHeader('If-Range');
453 if ($request->getHeader('Content-Range')) {
465 if (($expected = $request->getHeader('X-Expected-Entity-Length')) && $expected > 0) {
559 $contentType = $request->getHeader('Content-Type');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php233 $contentType = $request->getHeader('Content-Type');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php167 $contentType = $request->getHeader('Content-Type');
/plugin/404manager/_test/
H A Dmanager.test.php385 $locationHeader = $response->getHeader("Location");
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php59 $protocol = $this->getHeader('X_FORWARDED_PROTO');
98 $header = $this->getHeader('X_FORWARDED_HOST');
102 } elseif (!$host = $this->getHeader('HOST')) {
128 $port = $this->getHeader('X_FORWARDED_PORT');
133 $protocol = (string)$this->getHeader('X_FORWARDED_PROTO');
160 protected function getHeader($key) function in Facebook\\Url\\FacebookUrlDetectionHandler
/plugin/issuetracker/
H A Dprototype.js1607 var contentType = response.getHeader('Content-type');
1635 getHeader: function(name) {
1697 getHeader: Ajax.Request.prototype.getHeader,
1714 var json = this.getHeader('X-JSON');
1728 !(this.getHeader('Content-type') || '').include('application/json')) ||
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php231 public function getHeader() { function in Google_ResultFormattedResultsRuleResultsElementUrlBlocks
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1300 var contentType = response.getHeader('Content-type');
1329 getHeader: function(name) {
1383 getHeader: Ajax.Request.prototype.getHeader,
1400 var json = this.getHeader('X-JSON');
1414 !(this.getHeader('Content-type') || '').include('application/json')) ||
/plugin/mantis/lib/
H A Dchangelog457 - soapclient: add getHeader to get parsed SOAP Header
H A Dnusoap.php7648 function getHeader(){ function in nusoap_client
H A Dclass.soapclient.php580 function getHeader(){ function in nusoap_client
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/autotweet/
H A Dtwitteroauth.php236 function getHeader($ch, $header) { function in TwitterOAuth
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1497 var contentType = response.getHeader('Content-type');
1525 getHeader: function(name) {
1587 getHeader: Ajax.Request.prototype.getHeader,
1604 var json = this.getHeader('X-JSON');
1618 !(this.getHeader('Content-type') || '').include('application/json')) ||
/plugin/noticeboard/classes/
H A DICal.php56 $out .= $this->getHeader();
62 private function getHeader(){ function in helper_plugin_noticeboard_ICal
H A Drss.php47 $out .= $this->getHeader();
53 private function getHeader(){ function in helper_plugin_noticeboard_Rss
/plugin/noticeboard/noticeboard/classes/
H A DICal.php56 $out .= $this->getHeader();
62 private function getHeader(){ function in helper_plugin_noticeboard_ICal
H A Drss.php47 $out .= $this->getHeader();
53 private function getHeader(){ function in helper_plugin_noticeboard_Rss

123456