Home
last modified time | relevance | path

Searched refs:close (Results 1051 – 1075 of 1082) sorted by last modified time

1...<<41424344

/plugin/zip/pear/File/Archive/Reader/
H A DAr.php92 function close() function in File_Archive_Reader_Ar
100 return parent::close();
318 $this->close();
372 $this->close();
382 $this->close();
H A DArchive.php87 function close() function in File_Archive_Reader_Archive
92 return $this->source->close();
H A DGzip.php48 function close($innerClose = true) function in File_Archive_Reader_Gzip
62 return parent::close($innerClose);
92 $dest->close();
269 $this->close();
H A DTar.php114 function close() function in File_Archive_Reader_Tar
120 return parent::close();
286 $this->close();
341 $this->close();
350 $this->close();
H A DUncompress.php173 $this->source->close();
231 function select($filename, $close = true) argument
233 if ($close) {
234 $error = $this->close();
235 if (PEAR::isError($close)) {
257 function close() function in File_Archive_Reader_Uncompress
260 $this->readers[$i]->close();
265 $this->toClose[$i]->close();
271 $error = parent::close();
277 $this->source->close();
H A DZip.php53 function close() function in File_Archive_Reader_Zip
63 return parent::close();
345 $this->close();
398 $this->close();
410 $this->close();
H A DCache.php89 $this->source->close();
210 function close() function in File_Archive_Reader_Cache
218 $this->close();
224 $this->source->close();
H A DChangeName.php108 function select($filename, $close = true) argument
114 return $this->source->select($name, $close);
205 function select($filename, $close = true) argument
H A DConcat.php69 if (PEAR::isError($error) || PEAR::isError($source->close())) {
171 function close() function in File_Archive_Reader_Concat
175 return $this->source->close();
H A DDirectory.php76 function close() function in File_Archive_Reader_Directory
78 $error = parent::close();
108 $this->source->close();
165 $this->close();
194 $this->close();
214 $this->close();
H A DBzip2.php48 function close($innerClose = true) function in File_Archive_Reader_Bzip2
59 return parent::close($innerClose);
91 $dest->close();
248 $this->close();
H A DMemory.php178 function close() function in File_Archive_Reader_Memory
222 $this->close();
H A DRelay.php93 function close() function in File_Archive_Reader_Relay
96 return $this->source->close();
106 $this->close();
117 $this->close();
128 $this->close();
H A DFile.php92 function close() function in File_Archive_Reader_File
277 $this->close();
H A DFilter.php71 function select($filename, $close = true) argument
73 if ($close) {
74 $error = $this->close();
H A DMulti.php73 $error = $this->source->close();
87 function close() function in File_Archive_Reader_Multi
89 $error = parent::close();
/plugin/zip/pear/File/Archive/Writer/
H A DGzip.php112 function close() function in File_Archive_Writer_Gzip
126 return $this->innerWriter->close();
H A DArchive.php87 function close() function in File_Archive_Writer_Archive
90 return $this->innerWriter->close();
H A DFiles.php106 $this->close();
176 $this->close();
221 function close() function in File_Archive_Writer_Files
H A DAddBaseName.php96 function close() function in File_Archive_Writer_AddBaseName
98 $this->writer->close();
H A DMemoryArchive.php106 function close() function in File_Archive_Writer_MemoryArchive
117 return parent::close();
H A DUniqueAppender.php61 $reader->close();
123 function close() function in File_Archive_Writer_UniqueAppender
125 $error = $this->writer->close();
138 return $tmp->close();
/plugin/zip/pear/File/
H A DArchive.php1348 $writer->close();
1385 $source->close();
/plugin/zip/pear/File/Archive/Predicate/
H A DDuplicate.php67 $source->close();
/plugin/zip/pear/File/Archive/
H A DReader.php58 * @param bool $close If true, close the reader and search from the first file
61 function select($filename, $close = true) argument
65 if ($close) {
66 $error = $this->close();
137 $this->close();
230 function close() function in File_Archive_Reader
279 $this->close();
302 $this->close();
304 $writer->close();
339 $error = $writer->close();
[all …]

1...<<41424344