Home
last modified time | relevance | path

Searched defs:stat (Results 26 – 32 of 32) sorted by path

12

/plugin/zip/pear/File/Archive/Writer/
H A DMemory.php49 var $stat; variable in File_Archive_Writer_Memory
73 function newFile($filename, $stat, $mime = "application/octet-stream")
116 function makeReader($filename = null, $stat = null, $mime = null)
H A DMemoryArchive.php73 ($filename, &$t, $stat = array(), $autoClose = true)
81 function newFile($filename, $stat = array(),
181 function appendFileData($filename, $stat, &$data) { }
H A DMulti.php53 function newFile($filename, $stat = array(), $mime = "application/octet-stream")
H A DOutput.php61 function newFile($filename, $stat = array(), $mime = "application/octet-stream")
H A DTar.php54 function tarHeader($filename, $stat)
H A DUniqueAppender.php74 function newFile($filename, $stat = array(), $mime = "application/octet-stream")
86 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream")
H A DZip.php64 $stat=array(), $autoClose = true)
120 function alreadyWrittenFile($filename, $stat, $crc32, $complength)
144 function appendFileData($filename, $stat, $data)
154 function appendCompressedData($filename, $stat, $data, $crc32, $normlength)

12