Home
last modified time | relevance | path

Searched refs:filename (Results 751 – 756 of 756) sorted by last modified time

1...<<31

/plugin/zip/pear/File/Archive/Writer/
H A DMemory.php48 var $filename; variable in File_Archive_Writer_Memory
73 function newFile($filename, $stat, $mime = "application/octet-stream") argument
75 $this->filename = $filename;
109 * @param string $filename Name of the file provided by the reader
116 function makeReader($filename = null, $stat = null, $mime = null) argument
121 $filename === null ? $this->filename : $filename,
H A DMulti.php53 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
57 $error = $this->writers[$key]->newFile($filename, $stat, $mime);
99 function writeFile($filename) argument
103 $error = $this->writers[$key]->writeFile($filename);
H A DOutput.php61 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
72 header("Content-disposition: attachment; filename=$filename");
90 function writeFile($filename) { readfile($filename); } argument
H A DTar.php42 var $filename = null; variable in File_Archive_Writer_Tar
49 * @param string $filename name of the file
54 function tarHeader($filename, $stat) argument
75 if (strlen($filename) > 255) {
79 } else if (strlen($filename) > 100) {
80 $filePrefix = substr($filename, 0, strlen($filename)-100);
81 $filename = substr($filename, -100);
85 $filename,
136 if ($this->filename !== null) {
160 $this->filename = $filename;
[all …]
/plugin/zip/pear/File/Archive/
H A DWriter.php42 * @param string $filename Name of the file, eventually including a path
46 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
60 * @param string $filename Name of the file, eventually including a path
64 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
66 $this->newFile($filename, $stat, $mime);
94 * @param string $filename Name of the file which content must be appended
97 function writeFile($filename) argument
99 $handle = fopen($filename, "r");
101 return PEAR::raiseError("Unable to write to $filename");
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …s|tottime|cumtime)",e:"$",l:[hljs.IR],k:{ncalls:1,tottime:10,cumtime:10,filename:1},r:10},{cN:"fun…

1...<<31