Home
last modified time | relevance | path

Searched refs:zipFile (Results 1 – 5 of 5) sorted by relevance

/plugin/translator/
H A Daction.php79 $zipFile = new ZipLib();
96 $zipFile->add_File(implode("\r\n", array_values($data)), $fileName );
105 print $zipFile->get_file();
/plugin/siteexport/inc/
H A Dfilewriter.php96 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;
H A Dsettings.php14 public $zipFile = ''; variable in settings_plugin_siteexport_settings
85 $this->zipFile = mediaFN($this->downloadZipFile);
H A Dfunctions.php22 $this->debug->message("Settings completed: zipFile", $this->settings->zipFile, 1);
/plugin/siteexport/action/
H A Dajax.php232 $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), …