/plugin/siteexport/inc/ |
H A D | filewriter.php | 33 public function __moveDataToZip($DATA, $FILENAME = 'toc.xml', $ZIP = null, $JUSTWRITE = false) { argument 45 $status = $this->__writeFileToZip($tmpFile, $FILENAME, $ZIP); 47 $status = $this->__addFileToZip($tmpFile, $FILENAME, $ZIP); 63 public function __addFileToZip($FILE, $NAME, $ZIP = null) { argument 72 …debug->message("Trying to create PDF from File '$FILE' with name '$NAME' for ZIP '$ZIP'", null, 2); 77 $this->__moveDataToZip($succeeded, "_debug/$NAME.html", $ZIP, true); 86 return $this->__writeFileToZip($FILE, $NAME, $ZIP);
|
/plugin/odt/ODT/ |
H A D | ODTExport.php | 26 $params->ZIP->addData('mimetype', 'application/vnd.oasis.opendocument.text', 'mimetype'); 27 $params->ZIP->addData('meta.xml', $meta); 28 $params->ZIP->addData('settings.xml', $settings->getContent()); 98 $params->ZIP->addData('content.xml', $value); 118 $params->ZIP->addData('styles.xml', $value); 121 $params->ZIP->addData('META-INF/manifest.xml', $params->manifest->getContent()); 238 $params->ZIP->addFile($tempDir.'/'.$fileInfo->getPath(), $fileInfo); 259 $params->ZIP->close();
|
H A D | ODTDocument.php | 31 public $ZIP = NULL; variable in ODTInternalParams 106 protected $ZIP = NULL; variable in ODTDocument 146 $this->ZIP = new \splitbrain\PHPArchive\Zip(); 147 $this->ZIP->create(); 163 $this->params->ZIP = $this->ZIP; 167 if (!isset($this->ZIP)) { 813 return $this->ZIP->getArchive(); 2103 $this->ZIP->addData($fileName, $content);
|
/plugin/openid/ |
H A D | Makefile | 10 ZIP = zip macro 38 @(cd $(BUILD) && $(ZIP) -rq $(ZIP_NAME) $(NAME))
|
/plugin/odp/ |
H A D | renderer.php | 28 var $ZIP = null; variable in renderer_plugin_odp 195 $this->ZIP = new ZipLib(); 259 $this->ZIP->add_File($value,'meta.xml'); 280 $this->ZIP->add_File($value,'META-INF/manifest.xml'); 306 $this->ZIP->add_File($value,'settings.xml'); 330 $this->doc = $this->ZIP->get_file(); 399 $this->ZIP->add_File($value,'content.xml'); 403 $this->ZIP->add_File($value,'styles.xml'); 427 $this->ZIP->Extract($template_path, $this->temp_dir); 467 $this->ZIP->Compress(null, $this->temp_dir, null); [all …]
|
/plugin/odt2dw/ |
H A D | action.php | 202 $this->ZIP = new ZipArchive; 452 if ( ! $this->ZIP ) return $this->_msg('er_unzip_object'); 454 if ( ! ( $this->ZIP->open( $this->odtFile ) === true ) ) return $this->_msg( 'er_unzip_open' ); 455 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie ); 456 $this->ZIP->close();
|
/plugin/odtplus2dw/ |
H A D | action.php | 219 $this->ZIP = new ZipArchive; 509 ### _unzip : extract $entrie file from $this->odtFile to $this->uploadDir using $this->ZIP object instance of ZipArchive Class ### 515 if ( ! $this->ZIP ) return $this->_msg('er_unzip_object'); 517 if ( ! ( $this->ZIP->open( $this->odtFile ) === true ) ) return $this->_msg( 'er_unzip_open' ); 518 $res = $this->ZIP->extractTo( $this->uploadDir, $entrie ); 519 $this->ZIP->close();
|
/plugin/upgrade/vendor/splitbrain/php-archive/ |
H A D | README.md | 1 PHPArchive - Pure PHP ZIP and TAR handling 4 This library allows to handle new ZIP and TAR archives without the need for any special PHP extensions (gz and bzip are
|
/plugin/archivegenerator/lang/de/ |
H A D | intro.txt | 1 Dieses Werkzeug exportiert ein ZIP Archiv des aktuellen Wikis mit den aktuellen Inhalten.
|
/plugin/archivegenerator/lang/en/ |
H A D | intro.txt | 1 This interface generates a ZIP archive of the current wiki with the current content.
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/ |
H A D | ocrbinfo.txt | 52 NOTE: This ZIP archive is a stripped-down version containing just the 55 variant fonts (reverse-video, outline, and slanted), look for a ZIP archive
|
/plugin/gitbacked/ |
H A D | README.md | 20 This plugin is provided as released DokuWiki installable ZIP packages with detailed [release notes]…
|
/plugin/upgrade/ |
H A D | composer.lock | 54 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/ |
H A D | README.md | 55 * [Download 1.0.20 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.20.zip/down…
|
/plugin/amcharts/ |
H A D | README.md | 8 The latest ZIP package of this plugin can be downloaded [here](https://github.com/35niavlys/dokuwik…
|
/plugin/c3chart/ |
H A D | README.md | 19 The latest ZIP package of this plugin can be downloaded [here](https://github.com/jasonxunxu/dokuwi…
|
/plugin/mediathumbnails/ |
H A D | dokuwiki_plugin_page.wiki | 94 … files (ODT, DOCX, etc.), the plugin essentially assumes these files to be ZIP files containing a … 110 ^ **thumb_paths** | Paths within media files (format: ZIP) to look at for thumbnail images (comma-s…
|
/plugin/achart/ |
H A D | README.md | 12 The latest ZIP package of this plugin can be downloaded [here](http://github.com/karl257/dokuwiki-p…
|
/plugin/siteexport/ |
H A D | README.md | 24 * **Wiki Path and name for exported ZIP file:**<br>
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | README.md | 130 * ZIP (directory structure) 415 * ZIP (format doesn't support files >2GB)
|
H A D | readme.txt | 130 * ZIP (directory structure) 422 * ZIP (format doesn't support files >2GB)
|
H A D | changelog.txt | 739 ¤ Using gmmktime() instead of mktime() in ISO, ZIP, PNG and RIFF 1917 meant ZIP and ISO ['files'] structures were broken 1918 * Bugfix: Incorrect pattern matching for ZIP files meant no zip 1977 ¤ ZIP files are now parsed by getID3() itself without relying on 1980 ¤ ZIP files now return a simple directory listing with filename 2010 * Bugfix: Changed ZIP detection pattern from 'PK' to 'PK\x04\x03' 2032 ¤ Removed support for ZIP functions (will be rewritten to not 2486 ZIP files no longer return the contents of each compressed file, as 2501 » Parses ZIP files (if ZZIPlib available, and only in PHP 4.0.7RC1 2937 ¤ Checks to see if file is in ZIP or MP3 format
|
H A D | structure.txt | 2182 ['zip']=>array() { // ZIP - lossless data compression
|
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 1135 # bug fix: reading multiple files from a ZIP file collection, Jmol was forcing autobond 3515 # these selections override any manifest that might be in a ZIP file. 3518 # getProperty now allows drilling down through a ZIP file. If no subfile is shown, 3528 # BENZEN~1.ZIP 3529 # ENALSP~1.ZIP 3530 # WATERV~1.ZIP 3533 # print getProperty("fileContents", "data/test.zip", "BENZEN~1.ZIP") 3546 # print getProperty("fileContents", "data/test.zip", "BENZEN~1.ZIP","benzenevib.spardir/M0001/") 3579 # 2) file names are case-sensitive and must be complete, with full path within the ZIP file 3581 # 4) files may be ZIP files themselves. [all …]
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 2794 if(flags & 0x2041) throw new Error("Unsupported ZIP encryption"); 2824 default: throw new Error("Unsupported ZIP Compression method " + meth); 25127 function parse_zip(zip/*:ZIP*/, opts/*:?ParseOpts*/)/*:Workbook*/ { 25159 throw new Error('Unsupported ZIP file'); 25371 function write_zip_xlsb(wb/*:Workbook*/, opts/*:WriteOpts*/)/*:ZIP*/ { 25506 function write_zip_xlsx(wb/*:Workbook*/, opts/*:WriteOpts*/)/*:ZIP*/ { 25796 function write_zip(wb/*:Workbook*/, opts/*:WriteOpts*/)/*:ZIP*/ {
|