MCPcopy Create free account

hub / github.com/Stuk/jszip / functions

Functions168 in github.com/Stuk/jszip

↓ 1 callersFunctionpt
(e,t)
test/jquery-1.8.3.min.js:2
↓ 1 callersFunctionrt
(e)
test/jquery-1.8.3.min.js:2
↓ 1 callersFunctionrunBenchmark
()
test/run.js:97
↓ 1 callersFunctionrunBrowser
* @param {string} browserType * @returns {Promise<[string, Results]>}
test/run.js:26
↓ 1 callersFunctionrunTests
()
test/run.js:66
↓ 1 callersFunctions
(e,t)
test/jquery-1.8.3.min.js:2
↓ 1 callersFunctionshowMessage
(text)
documentation/examples/downloader.inc/helpers.js:16
↓ 1 callersFunctionst
(e)
test/jquery-1.8.3.min.js:2
↓ 1 callersFunctionstr2array
(str)
test/asserts/file.js:361
↓ 1 callersFunctionstr2buffer
(str)
test/asserts/file.js:384
↓ 1 callersFunctionstr2promise
(str)
test/asserts/file.js:423
↓ 1 callersFunctionstr2promiseOfBlob
(str)
test/asserts/file.js:497
↓ 1 callersFunctionstring2binary
* 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 callersFunctionstring2buf
(str)
lib/utf8.js:23
↓ 1 callersFunctiontestFileDataGetters
(assert, opts)
test/asserts/file.js:128
↓ 1 callersFunctiontestGenerateFor
(testCases, fn)
test/asserts/generate.js:5
↓ 1 callersFunctiontestLazyDecompression
(assert, from, to)
test/asserts/generate.js:248
↓ 1 callersFunctiontn
(e,t,n)
test/jquery-1.8.3.min.js:2
↓ 1 callersFunctiontoArray
(str)
test/asserts/file.js:316
↓ 1 callersFunctiontr
(e)
test/jquery-1.8.3.min.js:2
↓ 1 callersFunctiontransformZipOutput
* 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 callersFunctionupdatePercent
(percent)
documentation/examples/downloader.inc/helpers.js:37
↓ 1 callersFunctionurlToPromise
* 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 callersFunctionutf8border
(buf, max)
lib/utf8.js:86
↓ 1 callersFunctionvt
(e,t,n,r,s)
test/jquery-1.8.3.min.js:2
↓ 1 callersFunctionzipObjectStreamTest
(name, createFunction)
test/asserts/stream.js:88
↓ 1 callersFunctionzipObjectsAssertions
(assert, zipObject)
test/asserts/file.js:781
FunctionArrayReader
(data)
lib/reader/ArrayReader.js:5
FunctionCompressedObject
* Represent a compressed object, with everything needed to decompress it. * @constructor * @param {number} compressedSize the size of the data compr
lib/compressedObject.js:17
FunctionConvertWorker
* A worker which convert chunks to a specified type. * @constructor * @param {String} destType the destination type.
lib/stream/ConvertWorker.js:11
FunctionCrc32Probe
* A worker which calculate the crc32 of the data flowing through. * @constructor
lib/stream/Crc32Probe.js:11
FunctionDataLengthProbe
* 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
FunctionDataReader
(data)
lib/reader/DataReader.js:4
FunctionDataWorker
* 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
FunctionFlateWorker
* 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
FunctionGenericWorker
* 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
FunctionGn
(e,t,n)
test/jquery-1.8.3.min.js:2
FunctionJSZip
* Representation a of zip file in js * @constructor
lib/index.js:7
FunctionMyShinyPromise
(input)
test/asserts/external.js:12
FunctionNodeBufferReader
(data)
lib/reader/NodeBufferReader.js:5
FunctionNodejsStreamInputAdapter
* 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
FunctionNodejsStreamOutputAdapter
* 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
FunctionObj
()
lib/utils.js:418
FunctionStreamHelper
* 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
FunctionStringReader
(data)
lib/reader/StringReader.js:5
FunctionUint8ArrayReader
(data)
lib/reader/Uint8ArrayReader.js:5
FunctionUtf8DecodeWorker
* A worker to decode utf8 encoded binary chunks into string chunks. * @constructor
lib/utf8.js:198
FunctionUtf8EncodeWorker
* A worker to endcode string chunks into utf8 encoded binary chunks. * @constructor
lib/utf8.js:261
FunctionYn
(e,t,n,r,i)
test/jquery-1.8.3.min.js:2
FunctionZipEntries
* All the entries in the zip file. * @constructor * @param {Object} loadOptions Options for loading the stream.
lib/zipEntries.js:13
FunctionZipEntry
* 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
FunctionZipFileWorker
* 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
FunctionZipObject
(name, data, options)
lib/zipObject.js:16
FunctiondecodeCP866
(bytes)
test/asserts/unicode.js:94
FunctionencodeCP866
(string)
test/asserts/unicode.js:102
MethodencodeFileName
(filename: string)
index.d.ts:158
Functionet
()
test/jquery-1.8.3.min.js:2
FunctionfileAdd
(name, data, originalOptions)
lib/object.js:22
FunctionfolderAdd
(name, createFolders)
lib/object.js:139
FunctionhandleResult
(index, err, file)
test/helpers/test-utils.js:155
Functionidentity
* The identity function. * @param {Object} input the input. * @return {Object} the same input.
lib/utils.js:72
Functionmt
()
test/jquery-1.8.3.min.js:2
FunctionreloadAndAssertDosPermissions
(assert, file)
test/asserts/permissions.js:73
FunctionreloadAndAssertUnixPermissions
(assert, file)
test/asserts/permissions.js:62
FunctionremovedFn
()
lib/zipObject.js:126
Functiontt
()
test/jquery-1.8.3.min.js:2
FunctionwaitForBenchmark
(page)
test/run.js:83
FunctionwaitForTests
(page)
test/run.js:56
← previous101–168 of 168, ranked by callers