Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 68) sorted by relevance

123

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php149 // read file header
151 $header = $this->readCentralFileHeader();
152 $header['index'] = $i;
154 fseek($this->fh, $header['offset']); // seek to beginning of file header
155 $header = $this->readFileHeader($header);
156 $fileinfo = $this->header2fileinfo($header);
170 $directory = ($header['folder']) ? $output : dirname($output);
182 if ($header['compressio
638 readFileHeader($header) global() argument
680 parseExtra($header) global() argument
709 header2fileinfo($header) global() argument
[all...]
H A DTar.php116 $header = $this->parseHeader($read);
117 if (!is_array($header)) {
121 $this->skipbytes(ceil($header['size'] / 512) * 512);
122 yield $this->header2fileinfo($header);
169 // read the file header
170 $header = $this->parseHeader($dat);
171 if (!is_array($header)) {
174 $fileinfo = $this->header2fileinfo($header);
181 $this->skipbytes(ceil($header['size'] / 512) * 512);
199 $size = floor($header['siz
649 header2fileinfo($header) global() argument
[all...]
/dokuwiki/inc/
H A Dhttputils.php18 * @returns void or exits with previously header() commands executed
32 header("Last-Modified: $last_modified");
33 header("ETag: $etag");
52 header('HTTP/1.0 304 Not Modified');
63 * @returns void or exits with previous header() commands executed
71 //use x-sendfile header to pass the delivery to compatible web servers
73 header("X-LIGHTTPD-send-file: $file");
77 header("X-Sendfile: $file");
83 header("X-Accel-Redirect: $file");
107 header('Accep
[all...]
H A Dfetch.functions.php36 header("Content-Type: $mime");
57 header('Expires: ' . gmdate("D, d M Y H:i:s", $expires) . ' GMT');
58 header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . $maxage);
61 header('Expires: ' . gmdate("D, d M Y H:i:s", $expires) . ' GMT');
62 header('Cache-Control: private, no-transform, max-age=' . $maxage);
66 header('Expires: Thu, 01 Jan 1970 00:00:00 GMT');
67 header('Cache-Control: no-cache, no-transform');
81 header('Content-Disposition: attachment;' . rfc2231_encode(
86 header('Content-Disposition: inline;' . rfc2231_encode(
92 //use x-sendfile header t
[all...]
H A DTaskRunner.php43 header('Content-Type: text/plain');
79 header('Content-Type: image/gif');
80 header('Content-Length: ' . strlen($img));
81 header('Connection: Close');
H A Dactions.php36 * Send the given headers using header()
42 foreach ($headers as $hdr) header($hdr);
/dokuwiki/lib/plugins/styling/
H A Dpopup.php7 header('Content-Type: text/html; charset=utf-8');
8 header('X-UA-Compatible: IE=edge,chrome=1');
/dokuwiki/inc/parser/
H A Dcode.php39 header("Content-Type: text/plain; charset=utf-8");
40 header("Content-Disposition: attachment; filename=$filename");
41 header("X-Robots-Tag: noindex");
/dokuwiki/inc/Action/
H A DSitemap.php53 header('Content-Type: ' . $mime);
54 header('Content-Disposition: attachment; filename=' . PhpString::basename($sitemap));
59 //use x-sendfile header to pass the delivery to compatible webservers
H A DPreview.php22 header('X-XSS-Protection: 0');
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php33 header('Content-Type: text/plain'); // merged from WP #9093
116 header('Connection: close');
117 header('Content-Length: ' . $length);
118 header('Content-Type: text/xml');
119 header('Date: ' . date('r'));
/dokuwiki/lib/plugins/extension/
H A Daction.php78 header('Content-Type: application/json');
86 header('Content-Type: text/html; charset=utf-8');
/dokuwiki/vendor/
H A Dautoload.php7 header('HTTP/1.1 500 Internal Server Error');
/dokuwiki/lib/exe/
H A Dajax.php19 // default header, ajax call may overwrite it later
20 header('Content-Type: text/html; charset=utf-8');
H A Dopensearch.php29 header('Content-Type: application/opensearchdescription+xml; charset=utf-8');
H A Djquery.php12 header('Content-Type: application/javascript; charset=utf-8');
H A Ddetail.php44 header('Content-Type: text/html; charset=utf-8');
/dokuwiki/vendor/composer/
H A Dplatform_check.php13 header('HTTP/1.1 500 Internal Server Error');
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php22 public $header; variable in HTMLCreator
107 if ($this->header) {
108 $feedArray[] = "<div class='".$this->stylePrefix."header'>".$this->header."</div>";
H A DFeedCreator.php204 //header("Expires: ".date("r",time()+$this->_timeout));
207 header("Cache-Control: no-cache");
208 header("Pragma: no-cache");
212 //header("Location: ".$filename);
214 header("Content-Type: ".$this->contentType."; charset=".$this->encoding."; filename=".basename($filename));
216 header("Content-Disposition: attachment; filename=".basename($filename));
218 header("Content-Disposition: inline; filename=".basename($filename));
226 * If there is, an HTTP redirect header is sent.
251 * header may be sent to redirect the user to the newly created file.
257 * @param bool $displayContents optional send an HTTP redirect header o
[all...]
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php80 foreach ($headers as $header => $value) {
81 $mail->setHeader($header, $value);
/dokuwiki/inc/HTTP/
H A DHeaders.php37 header($cspheader);
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php36 $header = preg_replace('/<\?xml.*?\?' . '>/s', '', substr($this->message, 0, 100), 1);
37 $this->message = trim(substr_replace($this->message, $header, 0, 100));
43 $header = preg_replace('/^<!DOCTYPE[^>]*+>/i', '', substr($this->message, 0, 200), 1);
44 $this->message = trim(substr_replace($this->message, $header, 0, 200));
/dokuwiki/lib/plugins/config/core/
H A DWriter.php13 /** @var string header info */
14 protected $header = 'Dokuwiki\'s Main Configuration File - Local Settings';
113 * Returns the PHP intro header for the config file
124 ' * ' . $this->header,
12 protected $header = 'Dokuwiki\'s Main Configuration File - Local Settings'; global() variable in dokuwiki\\plugin\\config\\core\\Writer
/dokuwiki/
H A Dindex.php55 header('HTTP/1.1 403 Forbidden');

123