Home
last modified time | relevance | path

Searched refs:headerName (Results 1 – 19 of 19) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBackendServiceCdnPolicyBypassCacheOnRequestHeader.php25 public $headerName; variable in Google\\Service\\Compute\\BackendServiceCdnPolicyBypassCacheOnRequestHeader
30 public function setHeaderName($headerName) argument
32 $this->headerName = $headerName;
39 return $this->headerName;
H A DBackendBucketCdnPolicyBypassCacheOnRequestHeader.php25 public $headerName; variable in Google\\Service\\Compute\\BackendBucketCdnPolicyBypassCacheOnRequestHeader
30 public function setHeaderName($headerName) argument
32 $this->headerName = $headerName;
39 return $this->headerName;
H A DSecurityPolicyRuleHttpHeaderActionHttpHeaderOption.php25 public $headerName; variable in Google\\Service\\Compute\\SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
34 public function setHeaderName($headerName) argument
36 $this->headerName = $headerName;
43 return $this->headerName;
H A DHttpHeaderOption.php25 public $headerName; variable in Google\\Service\\Compute\\HttpHeaderOption
38 public function setHeaderName($headerName) argument
40 $this->headerName = $headerName;
47 return $this->headerName;
H A DHttpHeaderMatch.php29 public $headerName; variable in Google\\Service\\Compute\\HttpHeaderMatch
70 public function setHeaderName($headerName) argument
72 $this->headerName = $headerName;
79 return $this->headerName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DHttpHeaderMatch.php25 public $headerName; variable in Google\\Service\\NetworkSecurity\\HttpHeaderMatch
34 public function setHeaderName($headerName) argument
36 $this->headerName = $headerName;
43 return $this->headerName;
/plugin/combo/ComboStrap/
H A DHttpResponse.php278 function getHeaders(string $headerName): array argument
281 return Http::getHeadersForName($headerName, $this->headers);
290 function getHeader(string $headerName): string argument
292 $headers = $this->getHeaders($headerName);
294 throw new ExceptionNotFound("No header found for the name $headerName");
305 function getHeaderValue(string $headerName): string argument
307 $header = $this->getHeader($headerName);
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php193 foreach ($headers as $headerName => $headerValue) {
194 if (strpos(strtolower($headerName), 'x-amz-') === 0) {
195 … $amzHeaders[strtolower($headerName)] = str_replace(["\r\n"], [' '], $headerValue[0]) . "\n";
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php193 foreach ($headers as $headerName => $headerValue) {
194 if (strpos(strtolower($headerName), 'x-amz-') === 0) {
195 … $amzHeaders[strtolower($headerName)] = str_replace(["\r\n"], [' '], $headerValue[0]) . "\n";
/plugin/siteexport/syntax/
H A Dtoc.php541 private function _findNextHeaderSection($section, $level, &$start, &$end, $headerName = null) { argument
559 if ($headerName == null || ($headerName == $instruction[1][0])) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5350 ++i){var headerName=headers[i].name.toLowerCase();
5351 if(headerName==name){return headers[i].value
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js20312 var headerName = headers[i].name.toLowerCase();
20313 if (headerName == name)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5361 ++i){var headerName=headers[i].name.toLowerCase();
5362 if(headerName==name){return headers[i].value