Home
last modified time | relevance | path

Searched refs:zip (Results 76 – 100 of 250) sorted by relevance

12345678910

/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A DREADME1 …efixed with `md1_` are taken from http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip
/plugin/iframeinterwiki/
H A Dmanager.dat1 downloadurl=https://github.com/Chris--S/dokuwiki-plugin-iframe/archive/master.zip
/plugin/authowncloud/
H A Dmanager.dat2 url=https://github.com/rotdrop/dokuwiki-authowncloud/archive/master.zip
/plugin/showlogin/
H A Dmanager.dat2 url=http://update.kreisbote.de/dokuwiki/plugins/showlogin/showlogin.zip
/plugin/owncloud/
H A Dmanager.dat2 url=https://github.com/rotdrop/dokuwiki-owncloud/archive/master.zip
/plugin/dlcounter/
H A DREADME.md4 If you've ever wanted a download counter for DokuWiki to count how many zip, tar, gzip or other dow…
15 {{dlcounter>file?yourFileName.zip}}
57 …l path of the files as they appear in the media library (e.g. path:to:snow.zip) unless the *strip*…
H A Dplugin.info.txt6 desc Counts zip-file downloads
/plugin/instructions/
H A Dmanager.dat1 …adurl=https://github.com/Juergen-aus-Koeln/dokuwiki-plugin-instructions/raw/master/instructions.zip
/plugin/jplayer/
H A Dcomposer.lock18 "type": "zip",
77 "type": "zip",
140 "type": "zip",
217 "type": "zip",
263 "type": "zip",
312 "type": "zip",
/plugin/pgpinlinesupport/
H A 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
H A Dplugin.info.txt7 url https://github.com/user9209/PGP-Inline-Support-DokuWiki/archive/master.zip
/plugin/freechat/phpfreechat/misc/
H A DsendSource4 NAME_ZIP=phpfreechat-`cat ../version.txt`.zip
/plugin/codebuttonmod2/
H A DREADME.MD21 https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
38 - **plugin.info.txt** for easy setup using a named zip file
H A DPlugin.txt15 downloadurl: https://github.com/david-it/dokuwiki_plugin_codebutton/archive/v1.2.3.zip
27 https://github.com/david-it/dokuwiki_plugin_codebutton/archive/v1.2-beta.zip
/plugin/asana/
H A Dplugin.info.txt7 url https://github.com/pedroELT/elonet/archive/master.zip
/plugin/sha3sum/
H A Dplugin.info.txt7 url https://github.com/user9209/DokuWikiSha3Plugin/archive/master.zip
/plugin/zip/lang/en/
H A Dintro.txt3 This page will create a zip archive of your wiki database at the moment. Also, you may restore you…
/plugin/pgn4web/pgn4web/
H A Dzip-custom-package.sh40 zip -9r "$pgn4webPackageFilename" $pgn4webPackageFileList -x *.svn/*
/plugin/quiz/
H A Dplugin.info.txt7 url http://www.bitlibero.com/_media/dokuwiki/quiz-07.12.2010.zip
/plugin/authhiorgserver/
H A Dplugin.info.txt7 url https://github.com/hiorgserver/dokuwiki_authhiorgserver/archive/master.zip
/plugin/facebookwall/
H A Dplugin.info.txt7 url https://github.com/jdtProjects/dokuwiki/blob/master/published/plugin_facebookwall_1_3.zip
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js252 assert.deepEqual(_.zip(names, ages, leaders), [
258 …var stooges = _.zip(['moe', 30, 'stooge 1'], ['larry', 40, 'stooge 2'], ['curly', 50, 'stooge 3']);
263 stooges = _.zip(['moe', 30], ['larry', 40], ['curly', 50, 'extra data']);
266 var empty = _.zip([]);
269 assert.deepEqual(_.zip(null), [], 'handles null');
270 assert.deepEqual(_.zip(), [], '_.zip() returns []');
279 var zipped = _.zip(['fred', 'barney'], [30, 40], [true, false]);
282 zipped = _.zip(['moe', 30], ['larry', 40], ['curly', 50, 'extra data']);
/plugin/archiveupload/
H A DREADME10 This forked version will only unpack zip files in Weatherwax.
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak268 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
273 if ($place_name && $street & $city && $country && $zip){
275 $location_address = "{$street}, {$zip} {$city}, {$country}";
333 $entry = str_replace('{zip}', $zip, $entry);

12345678910