Home
last modified time | relevance | path

Searched refs:archive (Results 1 – 25 of 133) sorted by relevance

123456

/plugin/archivegenerator/
Dadmin.php123 $archive = $this->createZipArchive($tmpArchiveFN);
125 $this->addDirToArchive($archive, '.', false);
126 $this->addDirToArchive($archive, 'inc');
127 $this->addDirToArchive($archive, 'bin');
128 $this->addDirToArchive($archive, 'vendor');
129 …$this->addDirToArchive($archive, 'conf', true, '^' . $this->base . 'conf/(users\.auth\.php|acl\.au…
130 $this->addUsersAuthToArchive($archive);
131 $this->addACLToArchive($archive);
132 $this->addDirToArchive($archive, 'lib', true, '^' . $this->base . 'lib/plugins$');
133 $this->addDirToArchive($archive, 'lib/plugins', true, $this->buildSkipPluginRegex());
[all …]
/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";
43 $archive = DOKU_BASE.$conf['savedir'].'/media/'.$archive;
59 $txt .= ' <param name="movie" value="'.$archive.'" />';
65 $txt .= '<embed src="'.$archive.'" ';
/plugin/upgrade/
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 …]
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/latexport/renderer/
Dtex.php31 private $archive; variable in renderer_plugin_latexport_tex
59 $this->archive = new ArchiveHelperZip();
70 new DecoratorPersister($this->archive)))))));
105 'Content-Type' => $this->archive->getContentType(),
113 $this->archive->startArchive();
120 $this->archive->startFile($fileName);
139 $this->archive->closeFile();
145 $this->doc = $this->archive->closeArchive();
/plugin/archivegenerator/lang/en/
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/dev/
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/splitbrain/php-archive/
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*()
68 an archive.
/plugin/dev/www/
Dindex.php6 $archive = $WIZ->handle(); variable
7 if ($archive) {
10 echo $archive;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DGroupsMigration.php42 public $archive; variable in Google\\Service\\GroupsMigration
63 'archive',
67 'path' => 'groups/v1/groups/{groupId}/archive',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1ApiProxyRevision.php26 public $archive; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProxyRevision
119 public function setArchive($archive) argument
121 $this->archive = $archive;
128 return $this->archive;
/plugin/zip/lang/en/
Dintro.txt3 …ge will create a zip archive of your wiki database at the moment. Also, you may restore your wiki…
/plugin/latexport/implementation/
Ddecorator_persister.php22 private $archive; variable in DecoratorPersister
33 * @param archive Will receive the content of the document.
35 function __construct($archive) { argument
36 $this->archive = $archive;
67 $this->archive->appendContent("\r\n");
114 $this->archive->appendContent("$text");
122 $this->archive->appendContent($c);
868 $this->archive->insertContent(self::GRAPHICSPATH.$baseFilename, file_get_contents($filename));
/plugin/daummovie/
DREADME.md13 * {{https://github.com/dryoo/daummovie/archive/master.zip|다운로드}}
14 * https://github.com/dryoo/daummovie/archive/master.zip
/plugin/codebuttonmodbash/
DREADME.MD18 https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
27 https://github.com/RottenRonnie/dokuwiki_plugin_codebutton/archive/master.zip
30 https://github.com/AnonTester/dokuwiki_plugin_codebutton/archive/master.zip
/plugin/structodt/
Daction.php231 $archive = new Zip();
232 $archive->create($tmp_file);
234 $archive->addFile($file, $filename . '.pdf');
236 $archive->close();
/plugin/geogebra/syntax/
Dgeogebrafile.php173 $archive = $this->getArchive();
177 $archive = $this->getArchive();
181 ' archive="'.$archive.'"'.
/plugin/tuxquote/
DREADME21 …age Plugins), enter "https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip" in th…
25 - Download the zip file from https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip
28 $ wget https://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip
/plugin/prespan/
DREADME.md22 1. Download plugin/repo archive
24 * You can either extract the archive into the ```lib/plugins``` directory or
/plugin/sha3sum/
DPlugin.txt15 downloadurl: https://github.com/user9209/DokuWikiSha3Plugin/archive/master.zip
27 https://github.com/user9209/DokuWikiSha3Plugin/archive/master.zip
/plugin/dokukiwix/
DINSTALL6 2: Make sure the directory /lib/tpl/dokukiwix/archive is writable by the webserver.
25 …e script from the admin panel in dokuwiki. Output will go to /lib/plugins/dokukiwix/archive/%DATE%.
/plugin/codebuttonmod1/
DPlugin.txt14 downloadurl: https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
30 https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
/plugin/pgpinlinesupport/
DPlugin.txt15 downloadurl: https://github.com/user9209/PGP-Inline-Support-DokuWiki/archive/master.zip
27 https://github.com/user9209/PGP-Inline-Support-DokuWiki/archive/master.zip
/plugin/twcheckliste/
Dmanager.dat2 url=https://github.com/agenturtriebwerk/twcheckliste/archive/master.zip
/plugin/codebuttonmod2/
Dmanager.dat1 downloadurl=https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip

123456