/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | BackendServiceCdnPolicyBypassCacheOnRequestHeader.php | 25 public $headerName; variable in Google\\Service\\Compute\\BackendServiceCdnPolicyBypassCacheOnRequestHeader 30 public function setHeaderName($headerName) argument 32 $this->headerName = $headerName; 39 return $this->headerName;
|
H A D | BackendBucketCdnPolicyBypassCacheOnRequestHeader.php | 25 public $headerName; variable in Google\\Service\\Compute\\BackendBucketCdnPolicyBypassCacheOnRequestHeader 30 public function setHeaderName($headerName) argument 32 $this->headerName = $headerName; 39 return $this->headerName;
|
H A D | SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.php | 25 public $headerName; variable in Google\\Service\\Compute\\SecurityPolicyRuleHttpHeaderActionHttpHeaderOption 34 public function setHeaderName($headerName) argument 36 $this->headerName = $headerName; 43 return $this->headerName;
|
H A D | HttpHeaderOption.php | 25 public $headerName; variable in Google\\Service\\Compute\\HttpHeaderOption 38 public function setHeaderName($headerName) argument 40 $this->headerName = $headerName; 47 return $this->headerName;
|
H A D | HttpHeaderMatch.php | 29 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 D | HttpHeaderMatch.php | 25 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 D | HttpResponse.php | 278 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 D | AWS.php | 193 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 D | AWS.php | 193 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 D | toc.php | 541 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 D | commons-fileupload-1.3.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | servlet-api.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/jcapture/lib/ |
H A D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 5350 ++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 D | firebug-lite-debug.js | 20312 var headerName = headers[i].name.toLowerCase(); 20313 if (headerName == name)
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 5361 ++i){var headerName=headers[i].name.toLowerCase(); 5362 if(headerName==name){return headers[i].value
|