Home
last modified time | relevance | path

Searched refs:headers (Results 126 – 150 of 443) sorted by relevance

12345678910>>...18

/plugin/tipoftheday/syntax/
H A Dtotd.php99 $headers = array();
106 $headers[] = $ins[1][0]; // section name
110 return $headers;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php144 $headers = ['Content-Type: application/json'];
147 $headers[] = 'X-LOGGLY-TAG: '.implode(',', $this->tag);
151 curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php92 . $this->headers($request);
101 ) . "\r\n" . $this->headers($response)
176 private function headers(MessageInterface $message) function in GuzzleHttp\\MessageFormatter
/plugin/structnotification/
H A Dadmin.php17 protected $headers = ['schema', 'field', 'operator', 'value', 'users_and_groups', 'message']; variable in admin_plugin_structnotification
76 }, $this->headers));
108 foreach ($this->headers as $header) {
131 foreach ($this->headers as $header) {
/plugin/issuelinks/services/
H A DGitHub.service.php104 $headers = $this->dokuHTTPClient->resp_headers;
105 $missing_scopes = array_diff($this->scopes, explode(', ', $headers['x-oauth-scopes']));
173 * @param array $headers
179 protected function makeGitHubRequest($endpoint, $data, $method, $headers = []) argument
189 $requestHeaders = array_merge($defaultHeaders, $headers);
573 $headers = $this->dokuHTTPClient->resp_headers;
575 if (empty($headers['link'])) {
581 $links = $util->parseHTTPLinkHeaders($headers['link']);
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc136 // Modify the table headers. Depends on having rows and cols generated
140 var headers = info.selHeaders;
141 if ( !table.$.tHead && ( headers == 'row' || headers == 'both' ) ) {
158 if ( table.$.tHead !== null && !( headers == 'row' || headers == 'both' ) ) {
179 if ( !this.hasColumnHeaders && ( headers == 'col' || headers == 'both' ) ) {
188 if ( ( this.hasColumnHeaders ) && !( headers == 'col' || headers == 'both' ) ) {
275 label: editor.lang.table.headers,
283 // Fill in the headers field.
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc136 // Modify the table headers. Depends on having rows and cols generated
140 var headers = info.selHeaders;
141 if ( !table.$.tHead && ( headers == 'row' || headers == 'both' ) ) {
158 if ( table.$.tHead !== null && !( headers == 'row' || headers == 'both' ) ) {
179 if ( !this.hasColumnHeaders && ( headers == 'col' || headers == 'both' ) ) {
188 if ( ( this.hasColumnHeaders ) && !( headers == 'col' || headers == 'both' ) ) {
275 label: editor.lang.table.headers,
283 // Fill in the headers field.
/plugin/icalevents/
H A Drenderer.php88 $headers = array(
92 p_set_metadata($ID, array('format' => array('icalevents' => $headers)));
/plugin/oauth/
H A DHTTPClient.php24 $http->headers = array_merge($http->headers, $extraHeaders);
/plugin/swiftmail/Swift/Message/
H A DEmbeddedFile.php49 $this->headers->set("Content-Description", null);
67 $this->headers->set("Content-ID", "<" . $id . ">");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php97 protected $headers = []; variable in Elasticsearch\\Connections\\Connection
147 if (isset($connectionParams['client']['headers']['Authorization']) === false
158 if (isset($connectionParams['client']['headers'])) {
159 $this->headers = $connectionParams['client']['headers'];
160 unset($connectionParams['client']['headers']);
164 $this->headers['User-Agent'] = [sprintf(
174 $this->headers['x-elastic-client-meta'] = [$this->getElasticMetaHeader($connectionParams)];
210 $headers = $this->headers;
[all...]
/plugin/pwaoffline/
H A Dsw.js90 if (response.headers.has('X-DWPLUGIN-PWAOFFLINE-ACT') &&
91 response.headers.get('X-DWPLUGIN-PWAOFFLINE-ACT') !== 'show') {
141 headers: {
/plugin/siteexport/action/
H A Dstartup.php35 $headers = function_exists('getallheaders') ? getallheaders() : null;
36 return is_array($headers) && array_key_exists('X-Site-Exporter', $headers);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php175 if ($this->_config->has('headers')) {
176 $headers = $this->_config->get('headers');
178 $headers = [];
180 $headers[$header] = $value;
181 $this->_config->set('headers', $headers);
191 if ($this->_config->has('headers')) {
192 $headers = $this->_config->get('headers');
[all...]
/plugin/ghissues/helper/
H A DapiCacheInterface.php105 $http->headers['Accept'] = 'application/vnd.github.v3.text+json';
112 $http->headers['If-None-Match'] = $lastETag;
242 $http->headers['Accept'] = 'application/vnd.github.v3.text+json';
243 unset($http->headers['If-None-Match']);
/plugin/groupmatrix/syntax/
H A Dtable.php153 * @param array $headers
158 protected function renderTable($headers, $rows, $className = '') argument
164 foreach ($headers as $header) {
/plugin/gtime/
H A Drenderer.php101 $headers = array(
105 p_set_metadata($ID,array('format' => array('zip' => $headers) ));
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.curl.class.php91 $headers = array_slice(explode("\r\n", $matches[1]),1);
94 return new FetchedDataURL($content, $headers, $this->url);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php378 * @param array $headers Array of headers (each value an array).
386 function _parse_request_uri($path, array $headers) argument
388 return Message::parseRequestUri($path, $headers);
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md58 `WWW-Authenticate` headers, but instead append new headers. This ensures
71 * When parsing `Accept:` headers, we're ignoring invalid parts. Before we
95 * We also support multiple headers with the same name.
97 get a hold off multiple headers with the same name.
102 * The message class should be a lot faster now for looking up headers. No more
197 * Changed: setHeaders() now overwrites any existing http headers.
202 * Added: addHeaders() to append a list of new headers.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md20 * #72: Handling clients that send invalid `Content-Length` headers.
91 `WWW-Authenticate` headers, but instead append new headers. This ensures
104 * When parsing `Accept:` headers, we're ignoring invalid parts. Before we
128 * We also support multiple headers with the same name.
130 get a hold off multiple headers with the same name.
135 * The message class should be a lot faster now for looking up headers. No more
230 * Changed: setHeaders() now overwrites any existing http headers.
235 * Added: addHeaders() to append a list of new headers.
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php76 private function generateStreamContext($body, $headers, $method) argument
82 'header' => implode("\r\n", array_values($headers)),
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc61 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
83 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
101 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
120 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
139 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
177 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
198 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
219 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
240 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
262 $params['v'] = (boolean) Verbose mode. Display column headers (Defaul
[all...]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php365 * @param array $headers
369 function request($method, $url = '', $body = null, array $headers = []) { argument
373 $response = $this->send(new HTTP\Request($method, $url, $headers, $body));
/plugin/sentry/
H A Dhelper.php216 $http->headers['User-Agent'] = Event::CLIENT . Event::VERSION;
217 $http->headers['X-Sentry-Auth'] = $this->storeAuthHeader();
218 $http->headers['Content-Type'] = 'application/json';

12345678910>>...18