Home
last modified time | relevance | path

Searched refs:headers (Results 101 – 125 of 443) sorted by relevance

12345678910>>...18

/plugin/badbehaviour/bad-behavior/
H A Dcore.inc.php42 $headers = "$request_method $request_uri $server_protocol\n";
44 $headers .= bb2_db_escape("$h: $v\n");
54 …('$ip', '$date', '$request_method', '$request_uri', '$server_protocol', '$headers', '$user_agent',…
108 $headers = bb2_load_headers();
112 foreach ($headers as $h => $v) {
134 …$package = array('ip' => $ip, 'headers' => $headers, 'headers_mixed' => $headers_mixed, 'request_m…
/plugin/sectiontoggle/
H A Dscript.js43 jQuery(SectionToggle.headers).each(function(index,elem ) {
97 jQuery(this.headers).each(function (index, elem) {
109 jQuery(this.headers).each(function (index, elem) {
192 this.headers = qstr;
205 this.headers = id_string;
230 headers: "",
223 headers: "", global() property in SectionToggle
/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.
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php214 $headers = array ();
227 $headers [$column] = $def ['label'] ? $def ['label'] : $column;
265 if (empty ( $headers ))
290 $headers [$column] = $def ['label'] ? $def ['label'] : $column;
293 foreach ( $headers as $column => $label ) {
295 $headers [$column] = "<th class=\"label\">$label</th>\n";
299 $headers = implode ( '', $headers );
316 $headers
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php190 $headers = array ();
203 $headers [$column] = $def ['label'] ? $def ['label'] : $column;
241 if (empty ( $headers ))
266 $headers [$column] = $def ['label'] ? $def ['label'] : $column;
269 foreach ( $headers as $column => $label ) {
271 $headers [$column] = "<th class=\"label\">$label</th>\n";
275 $headers = implode ( '', $headers );
292 $headers
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php39 * @param array $headers
42 function __construct($method = null, $url = null, array $headers = null, $body = null) { argument
49 if (!is_null($headers)) $this->setHeaders($headers);
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php39 * @param array $headers
42 function __construct($method = null, $url = null, array $headers = null, $body = null) { argument
49 if (!is_null($headers)) $this->setHeaders($headers);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php20 var $headers; variable in FetcherUrl
47 $_server_response = $this->headers;
62 explode("\r\n",$this->headers),
65 $_server_response = $this->headers;
78 $_server_response = $this->headers;
394 $this->headers = $matches[1];
429 $this->headers = $matches[1];
444 $this->headers = $matches[1];
/plugin/authfacebook/lib/HttpClients/
H A DFacebookHttpClientInterface.php39 * @param array $headers The request headers.
46 public function send($url, $method, $body, array $headers, $timeOut); argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSerializerInterface.php35 * @param array $headers Response Headers
38 public function deserialize(?string $data, array $headers); argument
/plugin/toolbuttondel/
H A Daction.php77 $headers=array();
78 $autohead=$this->get_array('headers',$auto_headers,$headers);
81 if(!$headers) return;
82 if(in_array('select',$headers)) {
86 if(in_array($i,$headers)) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttp.php109 $headersConfig = $connection->hasConfig('headers') ? $connection->getConfig('headers') : [];
111 $headers = [];
115 $headers[] = $header.': '.$headerValue;
123 $headers[] = 'Content-Type: '.$request->getContentType();
144 $headers[] = 'Content-Encoding: gzip';
152 \curl_setopt($conn, \CURLOPT_HTTPHEADER, $headers);
/plugin/mikioplugin/
H A Dcss.php18 $headers = [];
21 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
24 return $headers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DDocument.php136 public function setHeaders($headers) argument
138 $this->headers = $headers;
145 return $this->headers;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php85 * @param array $headers Response headers
92 array $headers = [], argument
107 $this->setHeaders($headers);
/plugin/mantis/lib/
H A Dclass.soapclient.php168 $this->appendDebug('headers=' . $this->varDump($headers));
478 * @param array $headers The HTTP headers
483 function parseResponse($headers, $data) { argument
485 $this->appendDebug($this->varDump($headers));
486 if (!strstr($headers['content-type'], 'text/xml')) {
487 $this->setError('Response not of type text/xml: ' . $headers['content-type']);
490 if (strpos($headers['content-type'], '=')) {
491 $enc = str_replace('"', '', substr(strstr($headers["content-type"], '='), 1));
558 function setHeaders($headers){ argument
560 $this->appendDebug($this->varDump($headers));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php134 $headers = array(
143 $headers,
201 $headers = array(
208 $headers
302 $headers = array(
309 foreach ($headers as $key => $value) {
/plugin/watchcycle/
H A Dadmin.php74 $headers = ['page', 'maintainer', 'cycle', 'current', 'uptodate'];
75 foreach ($headers as $header) {
112 if ($INPUT->has('sortby') && in_array($INPUT->str('sortby'), $headers)) {
/plugin/webdav/vendor/sabre/http/
H A DREADME.md335 * @param array $headers
540 * Resets HTTP headers
544 * @param array $headers
547 function setHeaders(array $headers);
550 * Adds a new set of HTTP headers.
555 * @param array $headers
558 function addHeaders(array $headers);
685 * Resets HTTP headers
689 * @param array $headers
695 * Adds a new set of HTTP headers.
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md335 * @param array $headers
540 * Resets HTTP headers
544 * @param array $headers
547 function setHeaders(array $headers);
550 * Adds a new set of HTTP headers.
555 * @param array $headers
558 function addHeaders(array $headers);
685 * Resets HTTP headers
689 * @param array $headers
695 * Adds a new set of HTTP headers.
[all …]
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/sfauth/
H A Dhelper.php145 $http->headers['Authorization'] = $this->authdata['access_token'];
146 $http->headers['Accept'] = 'application/json';
147 $http->headers['X-PrettyPrint'] = '1';
154 $http->headers['Content-Type'] = 'application/json';
232 $http->headers['Accept'] = 'application/json';
262 $http->headers['Accept'] = 'application/json';
/plugin/diagrams/
H A Drenderer.php21 * Set proper headers
26 $headers = [
30 p_set_metadata($ID, ['format' => ['diagrams' => $headers]]);
/plugin/evesso/classes/
H A DoAuthHTTPClient.php36 $http->headers = array_merge($http->headers, $extraHeaders);
/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;

12345678910>>...18