Searched refs:zipFile (Results 1 – 5 of 5) sorted by relevance
79 $zipFile = new ZipLib();96 $zipFile->add_File(implode("\r\n", array_values($data)), $fileName );105 print $zipFile->get_file();
96 if (empty($ZIPFILE)) $ZIPFILE = $this->functions->settings->zipFile;135 $code = $zip->open($this->functions->settings->zipFile, ZipArchive::CREATE);197 @unlink($this->functions->settings->zipFile) === false ) {204 if (is_null($data['file'])) $data['file'] = $this->functions->settings->zipFile;
14 public $zipFile = ''; variable in settings_plugin_siteexport_settings85 $this->zipFile = mediaFN($this->downloadZipFile);
22 $this->debug->message("Settings completed: zipFile", $this->settings->zipFile, 1);
232 $zipFile = explode(":", ($this->getConf('zipfilename')));233 $zipFile = array_pop($zipFile);237 …echo 'wget ' . $maxRedirect . '--output-document=' . $zipFile . ' --post-data="' . $POSTData . '" …239 …echo 'curl -L ' . $maxRedirs . '-o ' . $zipFile . ' -d "' . $POSTData . '" ' . wl(cleanID($path), …