Home
last modified time | relevance | path

Searched refs:header (Results 1101 – 1105 of 1105) sorted by last modified time

1...<<4142434445

/plugin/zip/pear/File/Archive/Reader/
H A DZip.php42 var $header = null; variable in File_Archive_Reader_Zip
102 if (PEAR::isError($header)) {
103 return $header;
109 return $header;
111 $this->header = unpack(
113 $header);
291 $seek = 30 + $this->header['File'] + $this->header['Extra'] + $this->header['CLen'];
297 $size = 30 + $this->header['File'] + $this->header['Extra'] + $this->header['CLen'];
480 return $header;
483 $header = unpack('VCRC/VCLen/VNLen/vFileLength/vExtraLength', $header);
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DOutput.php71 header("Content-type: $mime");
72 header("Content-disposition: attachment; filename=$filename");
/plugin/bibtex/OSBib/create/
H A DCLOSE.php33 print $this->header();
42 function header() function in CLOSE
H A DCLOSEPOPUP.php33 print $this->header();
41 function header() function in CLOSEPOPUP
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …gepriority:1,forcetype:1,forensiclog:1,gracefulshutdowntimeout:1,group:1,header:1,headername:1,hos… property in hljs.LANGUAGES.apache.dM.k.keyword

1...<<4142434445