/plugin/odp/ |
H A D | ZipLib.class.php | 30 $header['index'] = $i;$info['filename'] = $header['filename']; 221 if ($header['mdate'] && $header['mtime']){ 228 $header['stored_filename'] = $header['filename']; 242 $header['extra'] = fread($zip, $header['extra_len']); 246 $header['comment'] = fread($zip, $header['comment_len']); 249 if ($header['mdate'] && $header['mtime']) 261 $header['stored_filename'] = $header['filename']; 298 $header = $this->readfileheader($zip, $header); 333 touch($to.$header['filename'], $header['mtime']); 354 $binary_data = pack('VV', $header['crc'], $header['size']); [all …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | MessageTrait.php | 45 public function hasHeader($header) argument 52 $header = strtolower($header); 58 $header = $this->headerNames[$header]; 93 $new->headers[$header] = array_merge($this->headers[$header], $value); 142 if (is_int($header)) { 145 $header = (string) $header; 152 $this->headers[$header] = array_merge($this->headers[$header], $value); 212 * @param mixed $header 221 is_object($header) ? get_class($header) : gettype($header) 225 if ($header === '') { [all …]
|
H A D | Header.php | 13 * @param string|array $header Header to parse into components. 17 public static function parse($header) argument 22 foreach (self::normalize($header) as $val) { 46 * @param string|array $header Header to normalize. 50 public static function normalize($header) argument 52 if (!is_array($header)) { 53 return array_map('trim', explode(',', $header)); 57 foreach ($header as $value) {
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Zip.php | 149 // 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 D | Tar.php | 116 $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...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/data/ |
H A D | out.php | 18 header('Content-Type: application/pdf'); 19 header('Content-disposition: inline; filename="' . $name . '"'); 20 header('Cache-Control: public, must-revalidate, max-age=0'); 21 header('Pragma: public'); 22 header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); 23 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 31 header('Content-Description: File Transfer'); 32 header('Content-Transfer-Encoding: binary'); 33 header('Cache-Control: public, must-revalidate, max-age=0'); 34 header('Pragm [all...] |
/plugin/zip/pear/File/Archive/Reader/ |
H A D | Zip.php | 42 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/authucenter/lib/uc_client/model/ |
H A D | misc.php | 74 $header = "Accept: */*\r\n"; 79 $header .= "Host: $host:$port\r\n"; 81 $header .= "Connection: Close\r\n"; 83 $header .= "Cookie: $cookie\r\n\r\n"; 84 $out .= $header.$post; 87 $header = "Accept: */*\r\n"; 90 $header .= "Host: $host:$port\r\n"; 91 $header .= "Connection: Close\r\n"; 93 $out .= $header; 101 'header' => $header, [all …]
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/ |
H A D | Core.php | 32 * Gets an array of header line values from a message for a specific header 34 * This method searches through the "headers" key of a message for a header 38 * @param string $header Header to retrieve 42 public static function headerLines($message, $header) argument 48 if (!strcasecmp($name, $header)) { 58 * Gets a header value from a message as a string or null 60 * This method searches through the "headers" key of a message for a header 61 * using a case-insensitive search. The lines of the header are imploded 65 * @param string $header Heade 69 header($message, $header) global() argument 85 firstHeader($message, $header) global() argument 108 hasHeader($message, $header) global() argument 150 removeHeader(array $message, $header) global() argument 172 setHeader(array $message, $header, array $value) global() argument [all...] |
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/ |
H A D | Message.php | 64 protected $header = array(); variable in Tx\\Mailer\\Message 248 $this->header['Date'] = date('r'); 251 $this->header['Return-Path'] = $this->fakeFromEmail; 254 $this->header['Return-Path'] = $this->fromEmail; 255 $this->header['From'] = $this->fromName . " <" . $this->fromEmail .">"; 258 $this->header['To'] = ''; 260 $this->header['To'] .= $toName . " <" . $toEmail . ">, "; 262 $this->header['To'] = substr($this->header['To'], 0, -2); 263 $this->header['Subject'] = $this->subject; 265 $this->header['X-Priority'] = '3'; [all …]
|
/plugin/elwikiupgrade/ |
H A D | VerboseTarLib.class.php | 79 $header = $this->parseHeader($read); 80 if(!is_array($header)) continue; 83 $result[] = $header; 127 if(!is_array($header)) continue; 128 if(!$header['filename']) continue; 135 if(!$header['typeflag']) { 166 $extracted[] = $header; 176 if(!$header['typeflag']) { 184 … if(($header['size'] % 512) != 0) fwrite($fp, $this->readbytes(512), $header['size'] % 512); 505 if(!$header) return false; [all …]
|
/plugin/combo/ComboStrap/ |
H A D | Http.php | 12 foreach (headers_list() as $header) { 13 if (preg_match("/$key/i", $header)) { 29 throw new ExceptionNotFound("No header was found with the header name $name"); 54 * header('HTTP/1.1 301 Moved Permanently'); 55 * header('HTTP/1.0 304 Not Modified'); 56 * header('HTTP/1.1 404 Not Found'); 76 header("$contentTypeHeader: $mime"); 88 foreach ($headers as $header) { 89 $loc = strpos($header, " 105 extractHeaderValue(string $header) global() argument [all...] |
/plugin/latexport/implementation/ |
H A D | decorator_headings.php | 64 function header($text, $level, $pos) { function in DecoratorHeadings 101 $this->decorator->header($text, 1, $pos); 106 $this->decorator->header($text, 1, $pos); 110 $this->decorator->header($text, 3, $pos); 129 $this->decorator->header($text, 3, $pos); 133 $this->decorator->header($text, 2, $pos); 137 $this->decorator->header($text, 3, $pos); 146 $this->decorator->header($text, 3, $pos); 150 $this->decorator->header($text, 4, $pos); 154 $this->decorator->header($text, 5, $pos);
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/ |
H A D | PreconditionFailed.php | 28 public $header = null; variable in Sabre\\DAV\\Exception\\PreconditionFailed 34 * @param string $header 36 function __construct($message, $header = null) { argument 39 $this->header = $header; 63 if ($this->header) { 65 $prop->nodeValue = $this->header;
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/ |
H A D | PreconditionFailed.php | 28 public $header = null; variable in Sabre\\DAV\\Exception\\PreconditionFailed 34 * @param string $header 36 function __construct($message, $header = null) { argument 39 $this->header = $header; 63 if ($this->header) { 65 $prop->nodeValue = $this->header;
|
/plugin/latexport/_test/ |
H A D | decorator_headings.test.php | 28 $this->decoratorHeadings->header("text1", 1, 10); // This would open the main matter. 29 $this->decoratorHeadings->header("text2", 1, 20); // This would open the appendix. 30 $this->decoratorHeadings->header("text3", 1, 30); // This is a chapter in the appendix. 31 $this->decoratorHeadings->header("text4", 1, 40); // This is a chapter in the appendix. 42 $this->decoratorHeadings->header("text1", 2, 10); // This is a chapter in the front matter. 43 $this->decoratorHeadings->header("text2", 2, 20); // This is a chapter in the front matter. 44 $this->decoratorHeadings->header("text3", 1, 30); // This opens the main matter. 45 $this->decoratorHeadings->header("text4", 2, 40); // This is a section in the main matter. 56 $this->decoratorHeadings->header("text1", 10, 10);
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | FirePHPHandler.php | 130 protected function sendHeader(string $header, string $content): void argument 133 header(sprintf('%s: %s', $header, $content)); 158 foreach ($this->getInitHeaders() as $header => $content) { 159 $this->sendHeader($header, $content); 163 $header = $this->createRecordHeader($record); 164 if (trim(current($header)) !== '') { 165 $this->sendHeader(key($header), current($header));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | AbstractDigestTest.php | 24 …$header = 'username=null, realm=myRealm, nonce=12345, uri=/, response=HASH, opaque=1, qop=auth, nc… 26 'PHP_AUTH_DIGEST' => $header, 42 …$header = 'username=array, realm=myRealm, nonce=12345, uri=/, response=HASH, opaque=1, qop=auth, n… 44 'PHP_AUTH_DIGEST' => $header, 61 …$header = 'username=false, realm=myRealm, nonce=12345, uri=/, response=HASH, opaque=1, qop=auth, n… 63 'PHP_AUTH_DIGEST' => $header, 77 …$header = 'username=user, realm=myRealm, nonce=12345, uri=/, response=HASH, opaque=1, qop=auth, nc… 79 'PHP_AUTH_DIGEST' => $header, 95 …$header = 'username=user, realm=myRealm, nonce=12345, uri=/, response='.$digestHash.', opaque=1, q… 98 'PHP_AUTH_DIGEST' => $header,
|
/plugin/crosspost/ |
H A D | action.php | 108 $header = false; 111 $header = p_get_first_heading( $entry ); 115 $header = p_get_first_heading( getNS( $entry ) ); 119 $header = p_get_first_heading( $entry ); 120 if( $header ) 123 if( $ns ) $header = $ns . ':' . $header; 128 $header = p_get_first_heading( $entry ); 129 if( $header ) 138 $header = "$ns:$header"; 143 $header = array_pop( $allns ) . ":$header"; [all …]
|
/plugin/visrep/ |
H A D | img.php | 16 header('Content-Type: image/png;'); 17 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT'); 18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 3… 19 header('Pragma: public'); 23 header("HTTP/1.0 404 Not Found"); 24 header('Content-Type: image/png');
|
/plugin/sequencediagram/bower_components/snap.svg/doc/css/ |
H A D | main.css | 59 #main-header { 68 #main-header hgroup { 71 #main-header hgroup h1 { 77 #main-header hgroup a { 84 #main-header hgroup p { 89 #main-header nav { 197 #content header h2 { 211 #content header{ 317 #main-header ul { 350 #main-header { [all …]
|
/plugin/mindmap/ |
H A D | xml.php | 21 header('Content-Type: text/xml;'); 22 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT'); 23 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36… 24 header('Pragma: public'); 29 header("HTTP/1.0 404 Not Found"); 30 header('Content-Type: text/xml');
|
/plugin/plantuml/ |
H A D | img.php | 16 header('Content-Type: image/png;'); 17 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + max($conf['cachetime'], 3600)) . ' GMT'); 18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'],… 19 header('Pragma: public'); 23 header('HTTP/1.0 404 Not Found'); 24 header('Content-Type: image/png');
|
/plugin/photogallery/ |
H A D | admin.php | 88 function _info_row($item, $value, $state = null, $header = false){ argument 89 if ($header) 92 $this->_info_cell($item,$header); 93 $this->_info_cell($value,$header); 95 $this->_info_cell($state ? "ok" : "error",$header); 97 $this->_info_cell($state,$header); 99 if ($header) 103 function _info_cell($text, $header = false){ argument 104 if ($header) 112 if ($header)
|
/plugin/seqdia/ |
H A D | img.php | 17 header('Content-Type: image/png;'); 18 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT'); 19 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36… 20 header('Pragma: public'); 26 header("HTTP/1.0 404 Not Found"); 27 header('Content-Type: image/png');
|