Lines Matching full:zip
9 define('CUSTOM_PEAR', DOKU_PLUGIN.'zip/pear/');
12 define('TMP_DIR', DOKU_PLUGIN.'zip/tmp/');
45 'name' => 'admin plugin zip',
46 …'desc' => 'A plugin to create a zip archive of wiki data and to restore the wiki from a previous b…
57 $this->msg = "It Appears You Have Not Installed the PEAR Libraries Needed For doku-zip";
76 $zip_name = "{$conf['title']}-$stamp.zip";
90 # This prevents the problem with double sending zip
99 if (preg_match("@.zip$@", $file) && $zip_name != $file) {
120 # This prevents the problem with double sending zip
141 if (preg_match("@.zip$@", $file) && $zip_name != $file) {
179 if (preg_match("@zip@", $_FILES['zip_file']['type'])) {
180 $tmp = TMP_DIR . time().md5($_FILES['zip_file']['name']).'.zip';
189 return "Not a Zip";