Home
last modified time | relevance | path

Searched refs:ZIP (Results 1 – 25 of 34) sorted by relevance

12

/plugin/siteexport/inc/
Dfilewriter.php33 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/
DODTExport.php26 $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();
DODTDocument.php31 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/
DMakefile10 ZIP = zip macro
38 @(cd $(BUILD) && $(ZIP) -rq $(ZIP_NAME) $(NAME))
/plugin/odp/
Drenderer.php28 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/
Daction.php202 $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/
DMakefile7 @echo ZIP dans /tmp/monextension.zip
Daction.php219 $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.gitattributes7 # Files for developers only, exclude from release ZIP
/plugin/upgrade/myvendor/splitbrain/php-archive/
DREADME.md1 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/
Dintro.txt1 Dieses Werkzeug exportiert ein ZIP Archiv des aktuellen Wikis mit den aktuellen Inhalten.
/plugin/archivegenerator/lang/en/
Dintro.txt1 This interface generates a ZIP archive of the current wiki with the current content.
/plugin/pagestats/
DREADME.md16 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/
Docrbinfo.txt52 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/
Dcomposer.lock54 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
/plugin/gitbacked/.github/workflows/docs/
DHowTo_MANAGE_RELEASES.md4 - This plugin is provided as released DokuWiki installable ZIP packages with detailed release notes…
/plugin/upgrade/
Dcomposer.lock54 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki50 * 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/
DREADME.md22 This plugin is provided as released DokuWiki installable ZIP packages with detailed [release notes]…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
DREADME.md55 * [Download 1.0.20 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.20.zip/down…
/plugin/amcharts/
DREADME.md8 The latest ZIP package of this plugin can be downloaded [here](https://github.com/35niavlys/dokuwik…
/plugin/pagecss/
H A Dplugin-page.md29 * Download the ZIP from the link above
/plugin/c3chart/
DREADME.md19 The latest ZIP package of this plugin can be downloaded [here](https://github.com/jasonxunxu/dokuwi…
/plugin/achart/
DREADME.md12 The latest ZIP package of this plugin can be downloaded [here](http://github.com/karl257/dokuwiki-p…
/plugin/siteexport/
DREADME.md24 * **Wiki Path and name for exported ZIP file:**<br>

12