Home
last modified time | relevance | path

Searched refs:zip (Results 26 – 50 of 250) sorted by relevance

12345678910

/plugin/crossdbsqlclient/
H A Ddescr.txt12 downloadurl: http://www.soft2c.de/pub/crossdbsqlclient.zip
26 …lugin at [[http://www.soft2c.de/pub/crossdbsqlclient.zip|crossdbsqlclient.zip]] and extract the zi…
/plugin/archiveupload/
H A Daction.php106 if(in_array($ext, array('tar','gz','tgz','zip'))) {
181 $zip = new ZipLib();
182 $ok = $zip->Extract($file, $this->tmpdir);
185 $files = $zip->get_List($file);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js17 function createVsdxSkeleton(zip, pageCount) argument
60 writeXmlDoc2Zip(zip, id, doc, true);
64 zip.file(id, files[id]);
799 function addImagesRels(zip, pIndex) argument
830 writeXmlDoc2Zip(zip, fId, pageRelDoc);
843 var zip = new JSZip();
846 vsdxCanvas.init(zip);
897 addImagesRels(zip, i+1);
946 addImagesRels(zip, 1);
950 createVsdxSkeleton(zip, pagesCount);
[all …]
/plugin/freechat/phpfreechat/misc/
H A DtarSource35 zip -Tq9r $NAME.zip ./$NAME
/plugin/daummovie/
H A DREADME.md13 * {{https://github.com/dryoo/daummovie/archive/master.zip|다운로드}}
14 * https://github.com/dryoo/daummovie/archive/master.zip
/plugin/tindexmenu/inc/
H A Drepo.class.php28 $zip=new PclZip($zipfile);
29 $status=$zip->add($localtheme,PCLZIP_OPT_REMOVE_ALL_PATH);
/plugin/indexmenu/inc/
H A Drepo.class.php22 $zipfile = $repodir . "/$file.zip";
28 //no cached zip or older than 1 day
30 //create the zip
33 $zip = new PclZip($zipfile);
34 $status = $zip->add($localtheme, PCLZIP_OPT_REMOVE_ALL_PATH);
44 header('Content-Type: application/zip');
47 //send zip
/plugin/indexmenu/
H A Dadmin.php
/plugin/upgrade/
H A Dcomposer.lock18 "type": "zip",
28 "ext-zip": "*",
61 "zip"
78 "type": "zip",
/plugin/dokutexit/
H A Drenderer.php79 if (is_readable($this->_texit->zip['file'])) {
80 $filename = $this->_texit->zip['file'];
/plugin/codebuttonmod1/
H A DPlugin.txt14 downloadurl: https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
30 https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
40 * plugin.info.txt for easy setup using a named zip file
H A DREADME.MD14 https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
30 - **plugin.info.txt** for easy setup using a named zip file
/plugin/openlayersmap/ol7/
H A DREADME.md
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock19 "type": "zip",
80 "type": "zip",
127 "type": "zip",
168 "type": "zip",
209 "type": "zip",
259 "type": "zip",
332 "type": "zip",
381 "type": "zip",
431 "type": "zip",
505 "type": "zip",
[all...]
/plugin/ebookexport/
H A Daction.php178 $zip = new ZipArchive();
180 $zip->open($zipfile,ZipArchive::CREATE);
182 $zip->addFile($tempdir . "/" . $file,$file);
184 $zip->close();
/plugin/barcodes/
H A Dcomposer.lock18 "type": "zip",
72 "type": "zip",
142 "type": "zip",
201 "type": "zip",
257 "type": "zip",
317 "type": "zip",
368 "type": "zip",
445 "type": "zip",
505 "type": "zip",
568 "type": "zip",
[all …]
/plugin/latexit/
H A Drenderer.php213 global $zip;
256 $zip = new ZipArchive();
344 global $zip;
375 $filename = $zip->filename;
379 $zip->addFromString($output, $this->doc);
382 $zip->close();
1129 global $zip;
1181 global $zip;
1193 $zip->addFile($location, $path);
1622 * @global ZipArchive $zip pointer to our zip archive
[all …]
/plugin/combo/
H A Dcomposer.lock18 "type": "zip",
69 "type": "zip",
112 "type": "zip",
159 "type": "zip",
216 "type": "zip",
266 "type": "zip",
274 "ext-zip": "*",
331 "type": "zip",
388 "type": "zip",
455 "type": "zip",
[all...]
/plugin/elasticsearch/
H A Dcomposer.lock18 "type": "zip",
31 "ext-zip": "*",
80 "type": "zip",
133 "type": "zip",
190 "type": "zip",
252 "type": "zip",
304 "type": "zip",
354 "type": "zip",
426 "type": "zip",
495 "type": "zip",
[all...]
/plugin/facebookevents/
H A Dsyntax.php243 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
247 if ( $place_name && $street & $city && $country && $zip){
248 $location = "{$place_name}, {$street}, {$zip} {$city}, {$country}";
264 $entry = str_replace('{zip}', $zip, $entry );
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock19 "type": "zip",
90 "type": "zip",
171 "type": "zip",
237 "type": "zip",
313 "type": "zip",
383 "type": "zip",
460 "type": "zip",
550 "type": "zip",
609 "type": "zip",
665 "type": "zip",
[all...]
/plugin/farm/install/animaltemplate/conf/
H A Dmime.conf11 zip application/zip
/plugin/importfacebookevents/
H A Dsyntax.php273 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
278 if ($place_name && $street & $city && $country && $zip){
280 $location_address = "{$street}, {$zip} {$city}, {$country}";
338 $entry = str_replace('{zip}', $zip, $entry);
/plugin/sha3sum/
H A DPlugin.txt15 downloadurl: https://github.com/user9209/DokuWikiSha3Plugin/archive/master.zip
27 https://github.com/user9209/DokuWikiSha3Plugin/archive/master.zip
/plugin/nsexport/packer/ziphtml/
H A Dzip.php187 $this->zip = $filename;
202 $zip = $this->getConf('packer_ziphtml_zip');
204 $cmd = "$zip -q -$comp -r - .";

12345678910