Home
last modified time | relevance | path

Searched refs:headers (Results 26 – 50 of 443) sorted by relevance

12345678910>>...18

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DCheckResponse.php25 public $headers; variable in Google\\Service\\ServiceControl\\CheckResponse
32 public function setHeaders($headers) argument
34 $this->headers = $headers;
41 return $this->headers;
H A DResponse.php33 public $headers; variable in Google\\Service\\ServiceControl\\Response
74 public function setHeaders($headers) argument
76 $this->headers = $headers;
83 return $this->headers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DCsv.php28 public $headers; variable in Google\\Service\\AlertCenter\\Csv
47 public function setHeaders($headers) argument
49 $this->headers = $headers;
56 return $this->headers;
/plugin/authfacebook/lib/
H A DFacebookResponse.php45 protected $headers; variable in Facebook\\FacebookResponse
73 * @param array|null $headers
75 …on __construct(FacebookRequest $request, $body = null, $httpStatusCode = null, array $headers = []) argument
80 $this->headers = $headers;
132 return $this->headers;
172 return isset($this->headers['ETag']) ? $this->headers['ETag'] : null;
182 …return isset($this->headers['Facebook-API-Version']) ? $this->headers['Facebook-API-Version'] : nu…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DApnsConfig.php27 public $headers; variable in Google\\Service\\FirebaseCloudMessaging\\ApnsConfig
50 public function setHeaders($headers) argument
52 $this->headers = $headers;
59 return $this->headers;
H A DWebpushConfig.php31 public $headers; variable in Google\\Service\\FirebaseCloudMessaging\\WebpushConfig
68 public function setHeaders($headers) argument
70 $this->headers = $headers;
77 return $this->headers;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php92 $headers = $this->requestMethod . " " . $this->requestURI . " " . $this->requestVersion . "\r\n";
93 $headers .= "User-Agent: " . $this->requestUserAgent . "\r\n";
94 $headers .= "Host: " . $this->host . "\r\n";
96 $headers .= $header . "\r\n";
100 $headers .= "Content-length: " . $contentLength . "\r\n";
102 $headers .= "Connection: close\r\n\r\n";
103 return $headers;
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php169 * @param array $headers
172 function setHeaders(array $headers) { argument
174 $this->inner->setHeaders($headers);
200 * @param array $headers
203 function addHeaders(array $headers) { argument
205 $this->inner->addHeaders($headers);
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php169 * @param array $headers
172 function setHeaders(array $headers) { argument
174 $this->inner->setHeaders($headers);
200 * @param array $headers
203 function addHeaders(array $headers) { argument
205 $this->inner->addHeaders($headers);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php30 $headers = [
33 $request = new Request('GET', '/calendars/user1/foo/bar.ics', $headers);
73 $headers = [];
74 $request = new Request('REPORT', '/calendars/user1/foo', $headers, $xml);
124 $headers = [
127 $request = new Request('REPORT', '/calendars/user1/foo', $headers, $xml);
177 $headers = [
180 $request = new Request('REPORT', '/calendars/user1/foo/bar.ics', $headers, $xml);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DAppEngineHttpTarget.php31 public $headers; variable in Google\\Service\\CloudScheduler\\AppEngineHttpTarget
72 public function setHeaders($headers) argument
74 $this->headers = $headers;
81 return $this->headers;
H A DHttpTarget.php29 public $headers; variable in Google\\Service\\CloudScheduler\\HttpTarget
60 public function setHeaders($headers) argument
62 $this->headers = $headers;
69 return $this->headers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DAppEngineHttpRequest.php31 public $headers; variable in Google\\Service\\CloudTasks\\AppEngineHttpRequest
72 public function setHeaders($headers) argument
74 $this->headers = $headers;
81 return $this->headers;
H A DHttpRequest.php29 public $headers; variable in Google\\Service\\CloudTasks\\HttpRequest
60 public function setHeaders($headers) argument
62 $this->headers = $headers;
69 return $this->headers;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php106 $headers = \GuzzleHttp\headers_from_lines($hdrs);
107 list($stream, $headers) = $this->checkDecode($options, $headers, $stream);
157 private function checkDecode(array $options, array $headers, $stream) argument
168 $headers['x-encoded-content-encoding']
169 = $headers[$normalizedKeys['content-encoding']];
171 unset($headers[$normalizedKeys['content-encoding']]);
174 $headers['x-encoded-content-length']
188 return [$stream, $headers];
376 $headers = '';
379 $headers .= "$name: $val\r\n";
[all …]
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php17 $headers = array(); variable
24 if(isset($headers[$matches[1]])) {
25 $headers[$matches[1]]++;
26 $suffix_anchor = $headers[$matches[1]];
30 $headers[$matches[1]]=0;
/plugin/authfacebook/lib/HttpClients/
H A DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut) argument
52 'header' => $this->compileHeader($headers),
81 * @param array $headers The request headers.
85 public function compileHeader(array $headers) argument
88 foreach ($headers as $k => $v) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php131 $headers = [
137 $headers[] = 'X-Sabre-Version: ' . DAV\Version::VERSION;
143 $headers
158 * @param array $headers List of headers
161 protected function mail($to, $subject, $body, array $headers) { argument
163 mail($to, $subject, $body, implode("\r\n", $headers));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php131 $headers = [
137 $headers[] = 'X-Sabre-Version: ' . DAV\Version::VERSION;
143 $headers
158 * @param array $headers List of headers
161 protected function mail($to, $subject, $body, array $headers) { argument
163 mail($to, $subject, $body, implode("\r\n", $headers));
/plugin/combo/ComboStrap/
H A DHttp.php23 public static function getFirstHeader(string $name, array $headers = null): string argument
26 $result = self::getHeadersForName($name, $headers);
80 public static function getHeadersForName(string $name, ?array $headers): array argument
82 if ($headers === null) {
83 $headers = self::getHeaders();
88 foreach ($headers as $header) {
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination._http.class.php7 function headers($content_type) { function in DestinationHTTP
14 $headers = $this->headers($content_type);
15 foreach ($headers as $header) {
/plugin/fastwiki/
H A Daction.php128 * Don't output headers while proxying preload pages.
227 $headers = getallheaders();
256 curl_setopt($ch, CURLOPT_COOKIE, $headers['Cookie']);
257 curl_setopt($ch, CURLOPT_USERAGENT, $headers['User-Agent']);
258 curl_setopt($ch, CURLOPT_HTTPHEADER, array('Accept-Language: ' . $headers['Accept-Language']));
259 curl_setopt($ch, CURLOPT_REFERER, $headers['Referer']);
315 $headers = array(
324 print implode("\r\n", $headers) . "id={$newid}&partial=1&fastwiki_preload_proxy=1\n\n\n";
327 fwrite($remote, implode("\r\n", $headers) . $body);
346 $headers
[all...]
/plugin/linkback/
H A Dhttp.php89 // prepare headers
90 $headers = $this->headers;
91 $headers['Host'] = $uri['host'];
92 $headers['User-Agent'] = $this->agent;
93 $headers['Referer'] = $this->referer;
94 $headers['Connection'] = 'Close';
98 $headers['Content-Type'] = 'application/x-www-form-urlencoded';
99 $headers['Content-Length'] = strlen($post);
102 $headers['Authorizatio
[all...]
/plugin/issuelinks/services/
H A DAbstractService.php30 …* @param array $headers This headers will be merged with the headers in the DokuH…
38 …protected function makeHTTPRequest(\DokuHTTPClient $dokuHTTPClient, $url, $headers, array $data, $… argument
40 $dokuHTTPClient->headers = array_merge($dokuHTTPClient->headers ?: [], $headers);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Table.php31 public function setHeaders($headers) argument
33 $this->headers = $headers;
40 return $this->headers;

12345678910>>...18