Home
last modified time | relevance | path

Searched full:ziplib (Results 1 – 11 of 11) sorted by path

/dokuwiki/data/
H A Ddeleted.files235 inc/ZipLib.class.php
/plugin/advanced/
H A Ddeleted.files5 ZipLib.class.php
/plugin/archiveupload/
H A Daction.php149 // need to source plugin manager because otherwise the ZipLib doesn't work
150 // FIXME fix ZipLib.class.php
179 require_once(DOKU_INC."inc/ZipLib.class.php");
181 $zip = new ZipLib();
/plugin/distribute/
H A Daction.php40 if(file_exists(DOKU_INC.'inc/ZipLib.class.php')){
41 require_once DOKU_INC.'inc/ZipLib.class.php';
42 $zip = new ZipLib;
49 …y Plugin Manager plugin is installed, and that plugin/inc/zip.lib.php or ZipLib.class.php file exi…
/plugin/epub/scripts/
H A Depub_utils.php465 echo "Trying ZipLib\n";
508 echo rawurlencode("Using Dokuwiki's ZipLib Class\n");
511 $z = new ZipLib;
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php3 require_once DOKU_PLUGIN.'nsexport/packer/ziphtml/compress/ziplib.php';
/plugin/odp/
H A DZipLib.class.php11 class ZipLib class
H A Drenderer.php13 // ZipLib.class.php
17 // If strictly newer than 2007-06-26 and use PHP5, fixes to ZipLib are
18 // included in Dokuwiki's ZipLib
19 require_once DOKU_INC.'inc/ZipLib.class.php';
21 require_once 'ZipLib.class.php';
195 $this->ZIP = new ZipLib();
/plugin/odt/
H A DChangeLog.txt234 * renderer.php: choose appropriate ZipLib file
/plugin/siteexport/inc/
H A Dfilewriter.php99 …HP class 'ZipArchive' does not exist. Please make sure that you have the ziplib extension for PHP …
105 … create new instance of 'ZipArchive'. Please make sure that you have the ziplib extension for PHP …
/plugin/translator/
H A Daction.php78 require_once(DOKU_INC . "inc/ZipLib.class.php");
79 $zipFile = new ZipLib();