Home
last modified time | relevance | path

Searched full:archive (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/plugin/archivegenerator/
Dadmin.php96 * Send the existing wiki archive file and exit
102 $persistentArchiveFN = $conf['tmpdir'] . '/archivegenerator/archive.zip';
104 $persistentArchiveFN = $conf['tmpdir'] . '/archivegenerator/archive-update.zip';
107 header('Content-Disposition: attachment; filename="archive.zip"');
114 * Build the archive based on the existing wiki
123 $archive = $this->createZipArchive($tmpArchiveFN);
125 $this->addDirToArchive($archive, '.', false);
126 $this->addDirToArchive($archive, 'inc');
127 $this->addDirToArchive($archive, 'bin');
128 $this->addDirToArchive($archive, 'vendor');
[all …]
/plugin/archivegenerator/lang/en/
Dlang.php9 $lang['menu'] = 'Generate Wiki Archive';
13 $lang['label: admin mail'] = 'E-Mail address of generated archive admin';
14 $lang['label: admin pass'] = 'Password of generated archive admin';
15 $lang['button: generate archive'] = 'Generate Wiki Archive';
16 $lang['label: download'] = 'Download Wiki Archive';
18 $lang['label: full archive'] = 'Full Archive';
19 $lang['label: update archive'] = 'Update Archive';
21 $lang['message: archive exists'] = 'The wiki archive was last created at %s.';
25 $lang['message: adding data done'] = 'Adding data to archive done!';
27 $lang['message: add files in dir'] = 'Adding files in %s to archive.';
[all …]
Dintro.txt1 This interface generates a ZIP archive of the current wiki with the current content.
2 This archive will not include old revisions of pages and media files, changelogs or cache data.
4 There will be no users or ACLs be copied to the archive. Instead a basic (closed wiki) ACL and a si…
7 Besides the mentioned ommitted data, the archive will include all configuration, templates and inst…
10 Generating a new archive will replace a potentially existing one.
/plugin/bookcreator/_test/
DSyntaxTest.php22 …'archive syntax with full normal details' => [ '~~ARCHIVEBOOK:5&date~~', [ 'archive', 5, 'date' ] …
23 …'archive syntax with full reversed details' => [ '~~ARCHIVEBOOK:title&7~~', [ 'archive', 7, 'title…
24 'archive syntax with count only' => [ '~~ARCHIVEBOOK:8~~', [ 'archive', 8, 'date' ] ],
25 … 'archive syntax with order only' => [ '~~ARCHIVEBOOK:title~~', [ 'archive', 10, 'title' ] ],
26 'archive syntax with defaults' => [ '~~ARCHIVEBOOK~~', [ 'archive', 10, 'date' ] ],
27 …'archive syntax with full details but wrong ordername' => [ '~~ARCHIVEBOOK:5&unknownorder~~', [ 'a…
28 …'archive syntax with full reversed details but wrong ordername' => [ '~~ARCHIVEBOOK:unknownorder&7…
29 …'archive syntax with full details, zero count' => [ '~~ARCHIVEBOOK:date&0~~', [ 'archive', 0, 'dat…
/plugin/upgrade/myvendor/splitbrain/php-archive/src/
H A DArchive.php5 abstract class Archive class
23 abstract public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO);
26 * Open an existing archive file for reading
34 * Read the contents of an archive
36 …* This function lists the files stored in the archive, and returns an indexed array of FileInfo ob…
38 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
46 * Extract an existing archive
49 …* found in the archive file, similar to the --strip-components feature of GNU tar. This is trigger…
54 …* By default this will extract all files found in the archive. You can restrict the output using t…
60 …* The archive is closed afterwards. Reopen the file with open() again if you want to do additional…
[all …]
H A DTar.php16 class Tar extends Archive
21 protected $comptype = Archive::COMPRESS_AUTO;
38 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO)
46 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
47 if($type == Archive::COMPRESS_NONE) $this->complevel = 0;
67 if ($this->comptype === Archive::COMPRESS_GZIP) {
69 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
83 * Read the contents of a TAR archive
85 * This function lists the files stored in the archive
87 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
[all …]
/plugin/upgrade/
H A Ddeleted.files45 vendor/splitbrain/php-archive/LICENSE
46 vendor/splitbrain/php-archive/README.md
47 vendor/splitbrain/php-archive/apigen.neon
48 vendor/splitbrain/php-archive/composer.json
49 vendor/splitbrain/php-archive/phpunit.xml
50 vendor/splitbrain/php-archive/src/Archive.php
51 vendor/splitbrain/php-archive/src/ArchiveCorruptedException.php
52 vendor/splitbrain/php-archive/src/ArchiveIOException.php
53 vendor/splitbrain/php-archive/src/ArchiveIllegalCompressionException.php
54 vendor/splitbrain/php-archive/src/FileInfo.php
[all …]
H A Dcomposer.lock10 "name": "splitbrain/php-archive",
14 "url": "https://github.com/splitbrain/php-archive.git",
19 …"url": "https://api.github.com/repos/splitbrain/php-archive/zipball/e45d0d9247742490ea87afc6c026f2…
56 "archive",
64 "issues": "https://github.com/splitbrain/php-archive/issues",
65 "source": "https://github.com/splitbrain/php-archive/tree/1.4.1"
/plugin/zip/pear/File/
DArchive.php7 * File/Archive/* directories
30 * @version CVS: $Id: Archive.php,v 1.85 2005/08/16 08:48:59 vincentlascaux Exp $
60 * File/Archive/* directories
104 * file present in the archive when adding a new one. This will slow the
160 * b.tar (archive that contains the following files)
162 * d.tgz (archive that contains the following files)
169 * h.tar (archive that contains the following files)
295 require_once 'File/Archive/Reader.php';
335 require_once "File/Archive/Reader/Directory.php";
336 require_once "File/Archive/Reader/ChangeName.php";
[all …]
/plugin/latexport/helpers/
Darchive_helper_zip.php4 /** The temporary file name of the Zip archive. */
7 /** Holds the Zip archive builder. */
10 /** Name of the file currently being appended into the ZIP archive. */
13 /** Content of the file currently being appended into the ZIP archive. */
17 * Returns the MIME type of this kind of archive.
24 * Initializes the temporary ZIP archive.
33 * Starts a new file in the ZIP archive.
63 * Closes the ZIP archive and returns its whole content as a string.
64 * @return Content of the ZIP archive.
/plugin/panorama/
Drender_helper.php23 $archive = "panostudioviewer.jar";
25 $archive = DOKU_BASE.'lib/exe/fetch.php?media='.$archive;
32 ' archive="'.$archive.'"'.
41 $archive = "panostudioviewer.swf";
42 //$archive = DOKU_BASE.'lib/exe/fetch.php?media='.$archive;
43 $archive = DOKU_BASE.$conf['savedir'].'/media/'.$archive;
59 $txt .= ' <param name="movie" value="'.$archive.'" />';
65 $txt .= '<embed src="'.$archive.'" ';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GroupsMigration/Resource/
DArchive.php23 * The "archive" collection of methods.
27 * $archive = $groupsmigrationService->archive;
30 class Archive extends \Google\Service\Resource class
33 * Inserts a new mail into the archive of the Google group. (archive.insert)
48 class_alias(Archive::class, 'Google_Service_GroupsMigration_Resource_Archive');
/plugin/applet/
Dsyntax.php68 preg_match( '/archive=([a-zA-Z_0-9:.]+)/i', substr( $match, 6, -1 ), $match_archive );
80 * 2. Assuming that all applets come in a jar or zip archive
85 list( $code, $width, $height, $archive ) = $data;
86 //$archive = 'data/media/' . str_replace( ":", "/", $archive );
87 $archive = DOKU_BASE . 'lib/exe/fetch.php?media=' . $archive;
91 "archive=\"$archive\"></applet>";
/plugin/openid/
DMakefile2 # - all: export the files from Git, produce a ZIP and a TAR archive.
4 # - zip: produce a ZIP archive.
5 # - tar: produce a TAR archive.
37 @echo "Creating the ZIP archive..."
39 @echo "ZIP archive done."
42 @echo "Creating the TAR archive..."
44 @echo "TAR archive done."
/plugin/upgrade/myvendor/splitbrain/php-archive/
H A DREADME.md14 ```php composer.phar require splitbrain/php-archive```
22 Check the [API docs](https://splitbrain.github.io/php-archive/) for more
30 // To list the contents of an existing TAR archive, open() it and use
37 // To extract the contents of an existing TAR archive, open() it and use
43 // To create a new TAR archive directly on the filesystem (low memory
52 // To create a TAR archive directly in memory, create() it, add*()
55 $tar->setCompression(9, Archive::COMPRESS_BZIP);
68 an archive.
/plugin/latexport/renderer/
Dtex.php28 * To create a compressed archive with all TeX resources needed
31 private $archive; variable in renderer_plugin_latexport_tex
59 $this->archive = new ArchiveHelperZip();
70 new DecoratorPersister($this->archive)))))));
105 'Content-Type' => $this->archive->getContentType(),
112 // Starts the archive:
113 $this->archive->startArchive();
120 $this->archive->startFile($fileName);
139 $this->archive->closeFile();
145 $this->doc = $this->archive->closeArchive();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
DOrganizationsEnvironmentsArchiveDeployments.php42 * @param string $parent Required. The Environment this Archive Deployment will
55 * Deletes an archive deployment. (archiveDeployments.delete)
57 * @param string $name Required. Name of the Archive Deployment in the following
70 * an Archive Deployment. The URL is only valid for a limited period and should
74 * @param string $name Required. The name of the Archive Deployment you want to
87 * Generates a signed URL for uploading an Archive zip file to Google Cloud
115 * @param string $name Required. Name of the Archive Deployment in the following
131 * Archive Deployments in the format: `organizations/{org}/environments/{env}`.
135 * of Archive Deployments using the semantics defined in
137 * @opt_param int pageSize Optional. Maximum number of Archive Deployments to
[all …]
/plugin/dev/
H A Dcomposer.lock10 "name": "splitbrain/php-archive",
14 "url": "https://github.com/splitbrain/php-archive.git",
19 …"url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d274e5190ba309777926348900cf95…
56 "archive",
64 "issues": "https://github.com/splitbrain/php-archive/issues",
65 "source": "https://github.com/splitbrain/php-archive/tree/1.3.1"
/plugin/upgrade/myvendor/composer/
H A Dinstalled.json4 "name": "splitbrain/php-archive",
9 "url": "https://github.com/splitbrain/php-archive.git",
14 …"url": "https://api.github.com/repos/splitbrain/php-archive/zipball/e45d0d9247742490ea87afc6c026f2…
53 "archive",
61 "issues": "https://github.com/splitbrain/php-archive/issues",
62 "source": "https://github.com/splitbrain/php-archive/tree/1.4.1"
70 "install-path": "../splitbrain/php-archive"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DGroupsMigration.php26 * The Groups Migration API allows domain administrators to archive emails into
42 public $archive; variable in Google\\Service\\GroupsMigration
60 $this->archive = new GroupsMigration\Resource\Archive(
63 'archive',
67 'path' => 'groups/v1/groups/{groupId}/archive',
/plugin/asciidocjs/node_modules/jake/lib/
Dpackage_task.js36 appended to the project-name in the package-archive
38 and format of the package-archive. Will be executed on the instantiated
103 package-archive
111 a gzip .tgz archive of the package
119 a gzip .tar.gz archive of the package
127 a bzip2 .bz2 archive of the package
135 a .jar archive of the package
143 a .zip archive of the package
151 file to use in a .jar archive. If unset, one will be automatically
181 @description Simple option for performing the archive on the
[all …]
/plugin/elwikiupgrade/
DVerboseTarLib.class.php54 * Read the contents of a TAR archive
56 … * This function lists the files stored in the archive, and returns an indexed array of associative
71 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
75 …his->closed || !$this->file) throw new VerboseTarIOException('Can not read from a closed archive');
91 * Extract an existing TAR archive
99 …* By default this will extract all files found in the archive. You can restrict the output using t…
105 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
116 …his->closed || !$this->file) throw new VerboseTarIOException('Can not read from a closed archive');
238 * Add a file to the current TAR archive using an existing file in the filesystem
242 * @param string $name the name to use for the file in the archive
[all …]
/plugin/zip/pear/File/Archive/Writer/
DGzip.php32 require_once "File/Archive/Writer.php";
50 * @param string $filename Name to give to the archive
53 * @param array $stat The stat of the archive (see the PHP stat() function).
88 * Check that one single file is written in the GZip archive
94 return PEAR::raiseError("A Gz archive can only contain one single file.".
95 "Use Tgz archive to be able to write several files");
DBzip2.php32 require_once "File/Archive/Writer.php";
50 * @param string $filename Name to give to the archive
53 * @param array $stat The stat of the archive (see the PHP stat() function).
86 * Check that one single file is written in the BZip2 archive
92 return PEAR::raiseError("A Bzip2 archive can only contain one single file.".
93 "Use Tbz archive to be able to write several files");
/plugin/zip/pear/File/Archive/Reader/
DArchive.php5 * Base class for all the archive readers (that read from a single file)
28 * @version CVS: $Id: Archive.php,v 1.12 2005/05/23 19:25:24 vincentlascaux Exp $
32 require_once "File/Archive/Reader.php";
35 * Base class for all the archive readers (that read from a single file)
40 * @var File_Archive_Reader Single file source that contains the archive

12345678910>>...17