Home
last modified time | relevance | path

Searched refs:zip (Results 201 – 225 of 250) sorted by relevance

12345678910

/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.default_template414 background-image: url(images/fileicons/zip.png);
/plugin/ckgdoku/ckeditor/
H A Dcontents.css.unc451 background-image: url(images/fileicons/zip.png);
/plugin/ckgedit/ckeditor/
H A Dcontents.css.unc448 background-image: url(images/fileicons/zip.png);
/plugin/dirtylittlehelper/
H A Ddokuwiki_plugin_dirtylittlehelper.txt15 downloadurl: https://github.com/KalleAPunkt/Dokuwiki-DirtyLittleHelper/archive/refs/heads/master.zip
/plugin/tablelayout/
H A Dyarn.lock734 extract-zip@^1.6.5:
736 …resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.6.tgz#1290ede8d20d0872b429fd3…
1878 extract-zip "^1.6.5"
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1465 var zip = writer.finalize();
1474 return utils.transformTo(options.type.toLowerCase(), zip);
1476 … return utils.arrayBuffer2Blob(utils.transformTo("arraybuffer", zip), options.mimeType);
1479 return (options.base64) ? base64.encode(zip) : zip;
1481 return zip;
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js981 exports.generateWorker = function (zip, options, comment) { argument
987 zip.forEach(function (relativePath, file) {
1101 var zip = this;
1137 zip.file(safeName, input.decompressed, {
1148 zip.file(safeName).unsafeOriginalName = unsafeName;
1152 zip.comment = zipEntries.zipComment;
1155 return zip;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js7546 _this.zip = new JSZip();
24928 zip.append(xml, {
24932 zip.append(xml, {
24947 zip.append(tableXml, {
25325 zip.finalize();
25372 var model, zip;
25379 zip = new ZipStream.ZipWriter(options.zip);
25412 return Promise.all([this.addThemes(zip, model), this.addStyles(zip, model)]);
25420 return Promise.all([this.addApp(zip, model), this.addCore(zip, model)]);
51829 var zip = this;
[all …]
/plugin/codemirror/dist/modes/
H A Dhaskell.min.js.map1 …words\", \"unzip\", \"unzip3\", \"userError\", \"words\", \"writeFile\", \"zip\",\n \"zip3\",…
H A Dpython.min.js.map1 …um\", \"super\", \"tuple\",\n \"type\", \"vars\", \"zip\", \"__import__\", …
/plugin/fckg/
H A DChanges33 Removed some unnecessary files from distribution and comproessed old Changs files to zip.
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 …guments,!0,!0,1);return m.filter(n,function(n){return!m.contains(t,n)})},m.zip=function(){return m… function
H A Dunderscore.js582 _.zip = function() { function
H A Dunderscore-min.map1 …unique","isSorted","isBoolean","seen","union","intersection","argsLength","zip","unzip","object","…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 …guments,!0,!0,1);return m.filter(n,function(n){return!m.contains(t,n)})},m.zip=function(){return m… function
H A Dunderscore.js610 _.zip = restArgs(_.unzip);
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js886 function zip() { function
940 zip: zip,
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md69 * <a href="#_ziparrays">`_.zip`</a>
2197 This method is like `_.zip` except that it accepts an array of grouped
2198 elements and creates an array regrouping the elements to their pre-zip
2212 var zipped = _.zip(['a', 'b'], [1, 2], [true, false]);
2243 var zipped = _.zip([1, 2], [10, 20], [100, 200]);
2380 <h3 id="_ziparrays"><code>_.zip([arrays])</code></h3>
2381 …js#L8637 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.zip "See the npm packag…
2398 _.zip(['a', 'b'], [1, 2], [true, false]);
2463 This method is like `_.zip` except that it accepts `iteratee` to specify
8608 `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,
/plugin/issuetracker/
H A Dprototype.js1005 function zip() { function
1059 zip: zip,
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js2268 assert.deepEqual(fp.zip([1, 2])([3, 4]), [[1, 3], [2, 4]]);
/plugin/jcapture/lib/
H A Djcapture.jar ... throws java.io.IOException java.util.zip.DataFormatException java.net.URL libUrl com. ...
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1 …cons/bz2.png)}a.mf_zip{background-image:url(/dokuwiki/lib/images/fileicons/zip.png)}a.mf_rar{backg…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js8637 var zip = baseRest(unzip);
16670 lodash.zip = zip;
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js8637 var zip = baseRest(unzip);
16670 lodash.zip = zip;
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 ….fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-a…

12345678910