Home
last modified time | relevance | path

Searched refs:header (Results 101 – 125 of 1105) sorted by relevance

12345678910>>...45

/plugin/rrdgraph/inc/
H A Derrorimage.php55 header("Content-Type: image/png");
56 header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
57 header("Cache-Control: post-check=0, pre-check=0", false);
58 header("Pragma: no-cache");
63 header("Content-Length: " . ob_get_length());
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php351 header('Content-Type: text/html');
352 header('Content-Length: '.strlen($datamatrixData));
353 header('Cache-Control: no-cache');
354 header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
363 header('Content-Type: image/png');
364 header('Content-Length: '.strlen($datamatrixData));
365 header('Cache-Control: no-cache');
375 header('Content-Type: image/svg+xml');
376 header('Content-Length: '.strlen($datamatrixData));
377 header('Cache-Control: no-cache');
[all …]
H A DPDF417Factory.php355 header('Content-Type: text/html');
356 header('Content-Length: '.strlen($pdf417Data));
357 header('Cache-Control: no-cache');
358 header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
367 header('Content-Type: image/png');
368 header('Content-Length: '.strlen($pdf417Data));
369 header('Cache-Control: no-cache');
379 header('Content-Type: image/svg+xml');
380 header('Content-Length: '.strlen($pdf417Data));
381 header('Cache-Control: no-cache');
[all …]
H A DBarcodeFactory.php389 header('Content-Type: text/html');
390 header('Content-Length: '.strlen($barcodeData));
391 header('Cache-Control: no-cache');
392 header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
401 header('Content-Type: image/png');
402 header('Content-Length: '.strlen($barcodeData));
403 header('Cache-Control: no-cache');
413 header('Content-Type: image/svg+xml');
414 header('Content-Length: '.strlen($barcodeData));
415 header('Cache-Control: no-cache');
[all …]
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php107 if (null === ($header = static::jsonDecode($headerRaw))) {
122 if (empty($header->alg)) {
125 if (empty(static::$supported_algs[$header->alg])) {
129 $key = self::getKey($keyOrKeyArray, property_exists($header, 'kid') ? $header->kid : null);
132 if (!self::constantTimeEquals($key->getAlgorithm(), $header->alg)) {
136 if ($header->alg === 'ES256' || $header->alg === 'ES384') {
140 if (!self::verify("$headb64.$bodyb64", $sig, $key->getKeyMaterial(), $header->alg)) {
191 $header = ['typ' => 'JWT', 'alg' => $alg];
193 $header['kid'] = $keyId;
196 $header = \array_merge($head, $header);
[all …]
/plugin/webcomponent/syntax/
H A Dcard.php36 private $header; variable in syntax_plugin_webcomponent_card
230 $this->header .= '<h' . $level . ' class="card-title">';
231 $this->header .= $renderer->_xmlEntities($title);
232 $this->header .= "</h$level>";
246 if ($this->header == "" and $this->text == "" and $this->image != ""){
265 if ($this->header != "") {
266 $renderer->doc .= DOKU_TAB . DOKU_TAB . $this->header . DOKU_LF;
278 $this->header = "";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc12 The client sends a `x-elastic-client-meta` header by default.
13 This header is used to collect meta data about the versions of the components
29 ==== Include port number in Host header
32 Host header. This setting has been introduced to prevent issues with
35 By default the port number is not included in the Host header.
48 Starting from version 7.13, {es} supports a compatibility header in
59 everything at once. {es} should be upgraded first after the compatibility header is
62 To enable this compatibility header, you need to create an `ELASTIC_CLIENT_APIVERSIONING`
/plugin/eventline/
H A DgetData.php13 header('HTTP/1.1 403 Forbidden');
20 header('HTTP/1.0 404 Not Found');
24 header('Content-Type: text/xml');
/plugin/codemirror/dist/modes/
H A Dmbox.min.js1header=null}if(a.match(e)){b.inHeaders=true;b.inSeparator=true;return"atom"}var c;var n=false;if((…
/plugin/combo/resources/snippet/js/
H A Dsubscribe.js41 let header = form.getAttribute("data-success-header");
42 if (header === null) {
43 header = "Hurray!";
45 modal.setHeader(header);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1Card.php87 public function setHeader(GoogleAppsCardV1CardHeader $header) argument
89 $this->header = $header;
96 return $this->header;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php93 * @param string|array $header Header to parse into components.
99 function parse_header($header) argument
101 return Header::parse($header);
108 * @param string|array $header Header to normalize.
114 function normalize_header($header) argument
116 return Header::normalize($header);
/plugin/structnotification/
H A Dadmin.php74 $set = implode(',', array_map(function ($header) {
75 return "$header=?";
108 foreach ($this->headers as $header) {
109 ptln('<th>' . $this->getLang('admin header '. $header) . '</th>');
131 foreach ($this->headers as $header) {
132 $value = $predicate[$header];
133 if ($header == 'message') {
/plugin/ebookexport/
H A Daction.php186 header('Content-Type: application/epub+zip');
187 header('Cache-Control: must-revalidate, no-cache');
188 header('Pragma: no-cache');
191 header('Content-Disposition: attachment; filename="' . $filename . '";');
194 header('Set-Cookie: fileDownload=true; path=/');
199 header('Accept-Ranges: bytes');
200 header("Content-Length: $size");
211 header("HTTP/1.0 500 Internal Server Error");
/plugin/xcom/
H A Dremote.php298 foreach ($keys AS $header) {
299 switch($header) {
301 $title = $this->getcurrent($header, null);
317 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change",$contents);
325 … $this->contributors = $this->getSimpleKeyValue($this->getcurrent($header, null),$contents);
328 $isreferencedby = $this->getcurrent($header,'isreferencedby');
329 $references = $this->getcurrent($header,'references');
330 $media = $this->getcurrent($header,'media');
331 $firstimage = $this->getcurrent($header,'firstimage');
332 $haspart = $this->getcurrent($header,'haspart');
[all …]
/plugin/metadisplay/helper/
H A Dhtml.php186 foreach ($keys AS $header) {
187 switch($header) {
189 $title = $this->getcurrent($header, null);
220 $contributors = $this->getcurrent($header, null);
231 $isreferencedby = $this->getcurrent($header,'isreferencedby');
233 $references = $this->getcurrent($header,'references');
236 $media = $this->getcurrent($header,'media');
238 $firstimage = $this->getcurrent($header,'firstimage');
239 $haspart = $this->getcurrent($header,'haspart');
240 $subject = $this->getcurrent($header,'subject');
[all …]
H A Dplaintext.php186 foreach ($keys AS $header) {
187 switch($header) {
189 $title = $this->getcurrent($header, null);
219 $contributors = $this->getcurrent($header, null);
230 $isreferencedby = $this->getcurrent($header,'isreferencedby');
232 $references = $this->getcurrent($header,'references');
235 $media = $this->getcurrent($header,'media');
237 $firstimage = $this->getcurrent($header,'firstimage');
238 $haspart = $this->getcurrent($header,'haspart');
239 $subject = $this->getcurrent($header,'subject');
[all …]
/plugin/tipoftheday/syntax/
H A Dtotns.php34 $header = $this->_getNSFiles(getNS($page));
36 $page = $header[intval(date('W')) % count($header)];
38 $page = $header[0];
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js151 return !!header;
183 if (!header || header.layer !== 3)
262 if (!header)
540 var header = null;
615 return header;
3649 this.header = header;
3719 … result.key = this.names[header.identifier] ? this.names[header.identifier] : header.identifier;
4531 var header = frame.header;
4710 var header = frame.header;
4963 var header = frame.header;
[all …]
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php187 list($header, $value) = explode(': ', $headerLine, 2);
188 $header = strtolower($header);
189 if (isset($responseHeaders[$header])) {
190 $responseHeaders[$header] .= "\n" . $value;
192 $responseHeaders[$header] = $value;
H A DGoogle_HttpStreamIO.php147 $header = $response_headers[$i];
148 if (strncasecmp("HTTP", $header, strlen("HTTP")) == 0) {
149 $response = explode(' ', $header);
161 $header = $response_headers[$i];
162 $header_parts = explode(':', $header);
/plugin/sentry/
H A Dhelper.php59 $header[] = 'Sentry sentry_version=7';
60 $header[] = 'sentry_client=' . Event::CLIENT . Event::VERSION;
61 $header[] = 'sentry_timestamp=' . time();
62 $header[] = 'sentry_key=' . $dsn['public'];
63 $header[] = 'sentry_secret=' . $dsn['secret'];
65 return join(', ', $header);
/plugin/fileshare/
H A Dfilesharedownload.php9 header ( "Content-Type: ". get_mime_type($filename) );
10 header ( "Content-Disposition: attachment; filename=" . $filename );
11 header ( "Content-Length: " . filesize ( $downloadFile ) );
/plugin/mikioplugin/
H A Dcss.php54 header('Content-Type: text/css; charset=utf-8');
75 header('HTTP/1.1 404 Not Found');
79 header('HTTP/1.1 404 Not Found');
84 header('Content-Type: text/css; charset=utf-8');
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php207 list($header, $value) = explode(': ', $headerLine, 2);
208 $header = strtolower($header);
209 if (isset($headers[$header])) {
210 $headers[$header] = array_merge((array)$headers[$header], (array)$value);
212 $headers[$header] = $value;

12345678910>>...45