Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stuk/jszip
/ functions
Functions
168 in github.com/Stuk/jszip
⨍
Functions
168
◇
Types & classes
13
↓ 1 callers
Function
pt
(e,t)
test/jquery-1.8.3.min.js:2
↓ 1 callers
Function
rt
(e)
test/jquery-1.8.3.min.js:2
↓ 1 callers
Function
runBenchmark
()
test/run.js:97
↓ 1 callers
Function
runBrowser
* @param {string} browserType * @returns {Promise<[string, Results]>}
test/run.js:26
↓ 1 callers
Function
runTests
()
test/run.js:66
↓ 1 callers
Function
s
(e,t)
test/jquery-1.8.3.min.js:2
↓ 1 callers
Function
showMessage
(text)
documentation/examples/downloader.inc/helpers.js:16
↓ 1 callers
Function
st
(e)
test/jquery-1.8.3.min.js:2
↓ 1 callers
Function
str2array
(str)
test/asserts/file.js:361
↓ 1 callers
Function
str2buffer
(str)
test/asserts/file.js:384
↓ 1 callers
Function
str2promise
(str)
test/asserts/file.js:423
↓ 1 callers
Function
str2promiseOfBlob
(str)
test/asserts/file.js:497
↓ 1 callers
Function
string2binary
* Convert a string that pass as a "binary string": it should represent a byte * array but may have > 255 char codes. Be sure to take only the first b
lib/utils.js:17
↓ 1 callers
Function
string2buf
(str)
lib/utf8.js:23
↓ 1 callers
Function
testFileDataGetters
(assert, opts)
test/asserts/file.js:128
↓ 1 callers
Function
testGenerateFor
(testCases, fn)
test/asserts/generate.js:5
↓ 1 callers
Function
testLazyDecompression
(assert, from, to)
test/asserts/generate.js:248
↓ 1 callers
Function
tn
(e,t,n)
test/jquery-1.8.3.min.js:2
↓ 1 callers
Function
toArray
(str)
test/asserts/file.js:316
↓ 1 callers
Function
tr
(e)
test/jquery-1.8.3.min.js:2
↓ 1 callers
Function
transformZipOutput
* Apply the final transformation of the data. If the user wants a Blob for * example, it's easier to work with an U8intArray and finally do the * Ar
lib/stream/StreamHelper.js:28
↓ 1 callers
Function
updatePercent
(percent)
documentation/examples/downloader.inc/helpers.js:37
↓ 1 callers
Function
urlToPromise
* Fetch the content and return the associated promise. * @param {String} url the url of the content to fetch. * @return {Promise} the promise contai
documentation/examples/downloader.inc/downloader.js:10
↓ 1 callers
Function
utf8border
(buf, max)
lib/utf8.js:86
↓ 1 callers
Function
vt
(e,t,n,r,s)
test/jquery-1.8.3.min.js:2
↓ 1 callers
Function
zipObjectStreamTest
(name, createFunction)
test/asserts/stream.js:88
↓ 1 callers
Function
zipObjectsAssertions
(assert, zipObject)
test/asserts/file.js:781
Function
ArrayReader
(data)
lib/reader/ArrayReader.js:5
Function
CompressedObject
* Represent a compressed object, with everything needed to decompress it. * @constructor * @param {number} compressedSize the size of the data compr
lib/compressedObject.js:17
Function
ConvertWorker
* A worker which convert chunks to a specified type. * @constructor * @param {String} destType the destination type.
lib/stream/ConvertWorker.js:11
Function
Crc32Probe
* A worker which calculate the crc32 of the data flowing through. * @constructor
lib/stream/Crc32Probe.js:11
Function
DataLengthProbe
* A worker which calculate the total length of the data flowing through. * @constructor * @param {String} propName the name used to expose the lengt
lib/stream/DataLengthProbe.js:11
Function
DataReader
(data)
lib/reader/DataReader.js:4
Function
DataWorker
* A worker that reads a content and emits chunks. * @constructor * @param {Promise} dataP the promise of the data to split
lib/stream/DataWorker.js:15
Function
FlateWorker
* Create a worker that uses pako to inflate/deflate. * @constructor * @param {String} action the name of the pako function to call : either "Deflate
lib/flate.js:18
Function
GenericWorker
* A worker that does nothing but passing chunks to the next one. This is like * a nodejs stream but with some differences. On the good side : * - it
lib/stream/GenericWorker.js:17
Function
Gn
(e,t,n)
test/jquery-1.8.3.min.js:2
Function
JSZip
* Representation a of zip file in js * @constructor
lib/index.js:7
Function
MyShinyPromise
(input)
test/asserts/external.js:12
Function
NodeBufferReader
(data)
lib/reader/NodeBufferReader.js:5
Function
NodejsStreamInputAdapter
* A worker that use a nodejs stream as source. * @constructor * @param {String} filename the name of the file entry for this stream. * @param {Read
lib/nodejs/NodejsStreamInputAdapter.js:12
Function
NodejsStreamOutputAdapter
* A nodejs stream using a worker as source. * @see the SourceWrapper in http://nodejs.org/api/stream.html * @constructor * @param {StreamHelper} helpe
lib/nodejs/NodejsStreamOutputAdapter.js:16
Function
Obj
()
lib/utils.js:418
Function
StreamHelper
* An helper to easily use workers outside of JSZip. * @constructor * @param {Worker} worker the worker to wrap * @param {String} outputType the typ
lib/stream/StreamHelper.js:116
Function
StringReader
(data)
lib/reader/StringReader.js:5
Function
Uint8ArrayReader
(data)
lib/reader/Uint8ArrayReader.js:5
Function
Utf8DecodeWorker
* A worker to decode utf8 encoded binary chunks into string chunks. * @constructor
lib/utf8.js:198
Function
Utf8EncodeWorker
* A worker to endcode string chunks into utf8 encoded binary chunks. * @constructor
lib/utf8.js:261
Function
Yn
(e,t,n,r,i)
test/jquery-1.8.3.min.js:2
Function
ZipEntries
* All the entries in the zip file. * @constructor * @param {Object} loadOptions Options for loading the stream.
lib/zipEntries.js:13
Function
ZipEntry
* An entry in the zip file. * @constructor * @param {Object} options Options of the current file. * @param {Object} loadOptions Options for loading
lib/zipEntry.js:37
Function
ZipFileWorker
* A worker to concatenate other workers to create a zip file. * @param {Boolean} streamFiles `true` to stream the content of the files, * `false` to
lib/generate/ZipFileWorker.js:321
Function
ZipObject
(name, data, options)
lib/zipObject.js:16
Function
decodeCP866
(bytes)
test/asserts/unicode.js:94
Function
encodeCP866
(string)
test/asserts/unicode.js:102
Method
encodeFileName
(filename: string)
index.d.ts:158
Function
et
()
test/jquery-1.8.3.min.js:2
Function
fileAdd
(name, data, originalOptions)
lib/object.js:22
Function
folderAdd
(name, createFolders)
lib/object.js:139
Function
handleResult
(index, err, file)
test/helpers/test-utils.js:155
Function
identity
* The identity function. * @param {Object} input the input. * @return {Object} the same input.
lib/utils.js:72
Function
mt
()
test/jquery-1.8.3.min.js:2
Function
reloadAndAssertDosPermissions
(assert, file)
test/asserts/permissions.js:73
Function
reloadAndAssertUnixPermissions
(assert, file)
test/asserts/permissions.js:62
Function
removedFn
()
lib/zipObject.js:126
Function
tt
()
test/jquery-1.8.3.min.js:2
Function
waitForBenchmark
(page)
test/run.js:83
Function
waitForTests
(page)
test/run.js:56
← previous
101–168 of 168, ranked by callers