Home
last modified time | relevance | path

Searched refs:zip (Results 51 – 75 of 250) sorted by relevance

12345678910

/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md15 * The zip release ships with [sabre/vobject 4.1.2][vobj],
27 * The zip release ships with [sabre/vobject 4.1.2][vobj],
966 * The zip release ships with sabre/vobject 2.1.7.
973 * The zip release ships with sabre/vobject 2.1.6.
981 * The zip release ships with sabre/vobject 2.1.4.
988 * The zip release ships with sabre/vobject 2.1.3.
996 * The zip release ships with sabre/vobject 2.1.3.
1001 * the zip release ships with sabre/vobject 2.1.3.
1008 * The zip release ships with sabre/vobject 2.1.0.
1015 * The zip release ships with sabre/vobject 2.0.7.
[all …]
/plugin/eclipseupdateurl/
H A Dsyntax.php348 $zip = new ZipArchive;
349 $code = $zip->open($JAR);
350 if ($code === TRUE && !($zip->statName($NAME) === FALSE)) {
352 return $GET ? $zip->getFromName($NAME) : TRUE;
/plugin/webdav/
H A Dcomposer.lock18 "type": "zip",
65 "type": "zip",
148 "type": "zip",
205 "type": "zip",
261 "type": "zip",
312 "type": "zip",
408 "type": "zip",
/plugin/mellelexport/
H A Drenderer.php241 $zip = !DEBUG;
243 if ($zip AND class_exists('ZipArchive')) {
245 $zip = new ZipArchive();
248 $res = $zip->open($tmpZipFile, ZipArchive::CREATE);
250 $zip->addFromString('main.xml', $this->doc);
251 $zip->addFromString('.redlex', '');
252 $zip->close();
/plugin/dokutexit/
H A Dconfig.php620 $zip = new ZipArchive();
621 if ($zip->open($zipfn, ZipArchive::CREATE) !== true) {
626 $zip->addFile($this->get_pdf_texit_fn(), basename($this->get_pdf_texit_fn()));
628 $zip->addFile($dest['fn'], basename($dest['fn']));
630 $zip->close();
H A DREADME.md17 * produced pdf and zip are now in the media namespace
22 * remove zip functions from outer space, using zlib instead
64 …* *page1-tex.zip*, a zip file containing page1.pdf and the necessary tex files to compile it (see …
66 * *page2-tex.zip*
68 * *all-tex.zip*
86 The structure of the *.zip* files in *media:namespace:subnamespace* is the following one (if we tak…
183 You need to be able to use zip functions in php (on Debian, install `libphp-pclzip` package).
/plugin/dw2pdf/
H A Dcomposer.lock18 "type": "zip",
93 "type": "zip",
161 "type": "zip",
209 "type": "zip",
256 "type": "zip",
/plugin/quickstats/GEOIP/
H A Dcomposer.lock18 "type": "zip",
74 "type": "zip",
126 "type": "zip",
183 "type": "zip",
/plugin/authgooglesheets/
H A Dcomposer.lock18 "type": "zip",
75 "type": "zip",
146 "type": "zip",
190 "type": "zip",
248 "type": "zip",
319 "type": "zip",
403 "type": "zip",
513 "type": "zip",
612 "type": "zip",
679 "type": "zip",
[all …]
/plugin/aichat/
H A Dcomposer.lock18 "type": "zip",
67 "type": "zip",
117 "type": "zip",
164 "type": "zip",
/plugin/docimporter/
H A Dmanager.dat2 url=http://192.168.1.5/dokuwiki/docimporter.zip
/plugin/googledrawing/
H A Dmanager.dat2 url=http://googledrawing.brimstedt.se/googledrawing.zip
/plugin/userpoll/
H A Dmanager.dat2 url=http://stchaz.free.fr/userpoll.zip
/plugin/usersubscriptions/
H A Dmanager.dat2 url=http://dokuwiki.yent.eu/usersubscriptions.zip
/plugin/slideshare/slideshare/
H A Dmanager.dat2 url=http://codesemiotic.com/res/slideshare.zip
/plugin/sviewer/
H A Dmanager.dat2 url=http://public.tty32.org/dokuwiki/sviewer.zip
/plugin/csv/_test/csv/
H A Dc-q-q-comma_in_quotes.csv1 first,last,address,city,zip
/plugin/pureldap/
H A Dcomposer.lock18 "type": "zip",
77 "type": "zip",
141 "type": "zip",
195 "type": "zip",
251 "type": "zip",
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php628 // Intentionally do not use `tempnam()`, as it creates empty file which zip extension may not handle.
631 $zip = new ZipArchive();
632 if (($errorCode = $zip->open($tempZipPath, ZipArchive::CREATE)) !== true) {
633 throw new WebDriverException(sprintf('Error creating zip archive: %s', $errorCode));
638 $zip->addFile($fileToZip, $file_name);
639 $zip->close();
/plugin/twcheckliste/
H A Dmanager.dat2 url=https://github.com/agenturtriebwerk/twcheckliste/archive/master.zip
/plugin/command/
H A Dmanager.dat2 url=http://www.dokuwiki.org/_media/plugin:commandplugin.zip
/plugin/countdown/
H A Dmanager.dat2 url=http://www.ekkart.de/downloads/computer/countdown-2.1.3.zip
/plugin/linkmanager/
H A Dmanager.dat2 url=http://koti.mbnet.fi/oiv/pubtest/linkmanager.zip
/plugin/codebuttonmod2/
H A Dmanager.dat1 downloadurl=https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
/plugin/tab/
H A Dmanager.dat1 downloadurl=https://github.com/Juergen-aus-Koeln/dokuwiki-plugin-tab/raw/master/tab.zip

12345678910