| /plugin/siteexport/inc/ |
| 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/ |
| 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();
|
| 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/ |
| D | Makefile | 10 ZIP = zip macro 38 @(cd $(BUILD) && $(ZIP) -rq $(ZIP_NAME) $(NAME))
|
| /plugin/odp/ |
| 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(); 342 $this->ZIP->add_File('application/vnd.oasis.opendocument.presentation', 'mimetype', 0); 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); [all …]
|
| /plugin/odt2dw/ |
| 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/ |
| D | Makefile | 7 @echo ZIP dans /tmp/monextension.zip
|
| D | action.php | 219 $this->ZIP = new ZipArchive; 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/mizarverifiabledocs/ |
| H A D | .gitattributes | 7 # Files for developers only, exclude from release ZIP
|
| /plugin/upgrade/myvendor/splitbrain/php-archive/ |
| 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 extensi…
|
| /plugin/archivegenerator/lang/de/ |
| D | intro.txt | 1 Dieses Werkzeug exportiert ein ZIP Archiv des aktuellen Wikis mit den aktuellen Inhalten.
|
| /plugin/archivegenerator/lang/en/ |
| D | intro.txt | 1 This interface generates a ZIP archive of the current wiki with the current content.
|
| /plugin/pagestats/ |
| D | README.md | 16 1. Download the ZIP file from the latest release. 18 3. Upload the ZIP file and activate the plugin.
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/ |
| 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/dev/ |
| D | composer.lock | 54 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
|
| /plugin/gitbacked/.github/workflows/docs/ |
| D | HowTo_MANAGE_RELEASES.md | 4 - This plugin is provided as released DokuWiki installable ZIP packages with detailed release notes…
|
| /plugin/upgrade/ |
| D | composer.lock | 54 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
|
| /plugin/mediathumbnails/ |
| H A D | dokuwiki_plugin_page.wiki | 50 * Extract the ZIP's content to ''C:\Program Files\ImageMagick-7.1.0-18-vc15-x64''. 54 …* Extract all ''CORE_RL_*'', ''FILTER_*'' and ''IM_MOD_RL_*'' from the ZIP's content to ''C:\Progr… 134 … files (ODT, DOCX, etc.), the plugin essentially assumes these files to be ZIP files containing a … 150 ^ **thumb_paths** | Paths within media files (format: ZIP) to look at for thumbnail images (comma-s…
|
| /plugin/gitbacked/ |
| D | README.md | 22 This plugin is provided as released DokuWiki installable ZIP packages with detailed [release notes]…
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/ |
| D | README.md | 55 * [Download 1.0.20 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.20.zip/down…
|
| /plugin/amcharts/ |
| D | README.md | 8 The latest ZIP package of this plugin can be downloaded [here](https://github.com/35niavlys/dokuwik…
|
| /plugin/pagecss/ |
| H A D | plugin-page.md | 29 * Download the ZIP from the link above
|
| /plugin/c3chart/ |
| D | README.md | 19 The latest ZIP package of this plugin can be downloaded [here](https://github.com/jasonxunxu/dokuwi…
|
| /plugin/achart/ |
| D | README.md | 12 The latest ZIP package of this plugin can be downloaded [here](http://github.com/karl257/dokuwiki-p…
|
| /plugin/siteexport/ |
| D | README.md | 24 * **Wiki Path and name for exported ZIP file:**<br>
|