Home
last modified time | relevance | path

Searched refs:headers (Results 51 – 75 of 443) sorted by last modified time

12345678910>>...18

/plugin/oauth/
H A DHTTPClient.php24 $http->headers = array_merge($http->headers, $extraHeaders);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php79 private function generateStreamContext($body, $headers, $method) argument
85 'header' => implode("\r\n", array_values($headers)),
H A DAbstractClient.php60 * @param array $headers
62 public function normalizeHeaders(&$headers) argument
64 // Normalize headers
66 $headers,
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php50 $headers = array_merge($authorizationHeader, $this->getExtraOAuthHeaders());
52 $responseBody = $this->httpClient->retrieveResponse($this->getRequestTokenEndpoint(), array(), $headers);
98 $headers = array_merge($authorizationHeader, $this->getExtraOAuthHeaders());
100 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
124 * @param array $extraHeaders Extra headers if applicable.
139 $headers = array_merge($authorizationHeader, $extraHeaders);
141 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
145 * Return any additional headers always needed for this service implementation's OAuth calls.
155 * Return any additional headers always needed for this service implementation's API calls.
H A DFlickr.php96 $headers = array_merge($authorizationHeader, $extraHeaders);
98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
H A DYahoo.php74 $headers = array_merge($authorizationHeader, $this->getExtraOAuthHeaders(), array());
76 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
/plugin/upgrade/HTTP/
H A DHTTPClient.php30 public $header_regexp; // if set this RE must match against the headers, else abort
31 public $headers; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
76 $this->headers = array();
81 if(extension_loaded('zlib')) $this->headers['Accept-encoding'] = 'gzip';
82 $this->headers['Accept'] = 'text/xml,application/xml,application/xhtml+xml,'.
84 $this->headers['Accept-Language'] = 'en-us';
151 * builds the request headers, follows redirects and parses the response.
177 isset($this->headers['Accept-encoding']) &&
178 $this->headers['Accept-encoding'] == 'gzip'){
179 unset($this->headers['Accep
800 buildHeaders($headers) global() argument
[all...]
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt276 Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
/plugin/sql2wiki/syntax/
H A Dquery.php132 $headers = array_shift($result);
133 foreach ($headers as $header) {
/plugin/odt/renderer/
H A Dpage.php274 $headers = array(
280 p_set_metadata($ID,array('format' => array('odt_page' => $headers) ));
H A Dpagepdf.php50 $headers = array(
58 p_set_metadata($ID,array('format' => array('odt_pagepdf' => $headers) ));
110 $headers = array(
113 p_set_metadata($ID,array('format' => array('odt_pagepdf' => $headers) ));
/plugin/odt/ODT/
H A DODTDocument.php81 /** @var headers */
82 protected $headers = array(); variable in ODTDocument
580 return in_array($title, $this->headers);
589 $this->headers[] = $title;
/plugin/odt/
H A DChangeLog.txt95 …* Bugfix: close paragraph (if open) before opening a header. Otherwise headers would disappear if …
235 * renderer.php: use new headers/caching system if available
/plugin/openid/Auth/OpenID/
H A DServer.php1406 function __construct($code = null, $headers = null, argument
1413 if ($headers !== null) {
1414 $this->headers = $headers;
1416 $this->headers = [];
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php30 public $headers = []; variable in Auth_Yadis_HTTPResponse
33 $headers = null, $body = null) argument
37 $this->headers = $headers;
132 * @param array $headers
136 function _findRedirect($headers, $url) argument
138 foreach ($headers as $line) {
180 * @param array $headers
183 function get($url, $headers = null) argument
H A DParanoidHTTPFetcher.php31 private $headers = []; variable in Auth_Yadis_ParanoidHTTPFetcher
41 $this->headers = [];
53 array_push($this->headers, rtrim($header));
176 $headers = $this->headers;
186 $url = $this->_findRedirect($headers, $url);
200 foreach ($headers as $header) {
279 foreach ($this->headers as $header) {
H A DPlainHTTPFetcher.php52 $headers = [];
86 $headers = [
102 $headers[] = $h;
128 $headers = explode("\r\n", $headers);
145 foreach ($headers as $header) {
168 $headers = [];
176 $headers[] = "Host: " . $parts['host'];
182 $headers = array_merge($headers, $extra_headers);
235 $headers = explode("\r\n", $headers);
240 $http_code = explode(" ", $headers[0]);
[all …]
H A DYadis.php339 $headers = [
348 $response = $fetcher->get($uri, $headers);
358 $response->headers,
367 $response->headers,
387 $response->headers,
/plugin/deeplautotranslate/
H A Daction.php389 $http->headers = array('Authorization' => 'DeepL-Auth-Key ' . $this->getConf('api_key'));
579 $http->headers = array('Authorization' => 'DeepL-Auth-Key ' . $this->getConf('api_key'));
622 $http->headers = array('Authorization' => 'DeepL-Auth-Key ' . $this->getConf('api_key'));
681 $http->headers = array('Authorization' => 'DeepL-Auth-Key ' . $this->getConf('api_key'));
/plugin/blogtng/action/
H A Dfeed.php117 $headers = array_filter($ins, array($this, 'filterHeaders'));
118 $headingIns = array_shift($headers);
/plugin/orphanmedia2/
H A Dsyntax.php806 $headers = @get_headers( "$url[scheme]://$url[host]:$url[port]$path ");
807 $headers = (is_array($headers)) ? implode( "n ", $headers) : $headers;
/plugin/feedmod/
H A Daction.php94 $headers = array_filter($ins, array($this, '_filterHeaders'));
95 $headingIns = array_shift($headers);
/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/structgantt/meta/
H A DGantt.php258 * Render the headers
264 $headers = $this->makeHeaders($this->minDate, $this->maxDate);
268 foreach ($headers as $name => $days) {
393 * Returns the headers
402 $headers = array();
416 if (!isset($headers[$ident])) {
417 $headers[$ident] = 1;
419 $headers[$ident]++;
424 return $headers;
/plugin/s5/
H A Drenderer.php43 $headers = array(
46 p_set_metadata($ID,array('format' => array('s5' => $headers) ));

12345678910>>...18