Lines Matching +defs:input +defs:s

12 …)}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t…  function
19 exports.encode = function(input, utf8) { argument
50 exports.decode = function(input, utf8) { argument
207 module.exports = function crc32(input, crc) { argument
404 exports.transformTo = function(outputType, input) { argument
412 exports.getTypeOf = function(input) { argument
471 exports.compress = function(input, compressionOptions) { argument
476 exports.uncompress = function(input) { argument
547 encode : function(input) { argument
554 decode : function(input) { argument
1490 crc32: function (input, crc) { argument
1506 utf8decode: function (input) { argument
1576 append: function(input) { argument
1697 append: function(input) { argument
1975 function identity(input) { argument
2074 "array": function(input) { argument
2077 "arraybuffer": function(input) { argument
2080 "uint8array": function(input) { argument
2083 "nodebuffer": function(input) { argument
2092 "arraybuffer": function(input) { argument
2095 "uint8array": function(input) { argument
2098 "nodebuffer": function(input) { argument
2105 "string": function(input) { argument
2108 "array": function(input) { argument
2112 "uint8array": function(input) { argument
2115 "nodebuffer": function(input) { argument
2123 "array": function(input) { argument
2126 "arraybuffer": function(input) { argument
2130 "nodebuffer": function(input) { argument
2138 "array": function(input) { argument
2141 "arraybuffer": function(input) { argument
2144 "uint8array": function(input) { argument
3119 function deflate(input, options) { argument
3139 function deflateRaw(input, options) { argument
3154 function gzip(input, options) { argument
3489 function inflate(input, options) { argument
3509 function inflateRaw(input, options) { argument
4090 function flush_block_only (s, last) { argument
4097 function put_byte(s, b) { argument
4107 function putShortMSB(s, b) { argument
4155 function longest_match(s, cur_match) { argument
4268 function fill_window(s) { argument
4424 function deflate_stored(s, flush) { argument
4522 function deflate_fast(s, flush) { argument
4650 function deflate_slow(s, flush) { argument
4812 function deflate_rle(s, flush) { argument
4907 function deflate_huff(s, flush) { argument
4993 function lm_init(s) { argument
8103 function put_short (s, w) { argument
8115 function send_bits(s, value, length) { argument
8128 function send_code(s, c, tree) { argument
8152 function bi_flush(s) { argument
8176 function gen_bitlen(s, desc) argument
8415 function init_block(s) { argument
8432 function bi_windup(s) argument
8448 function copy_block(s, buf, len, header) argument
8484 function pqdownheap(s, tree, k) argument
8517 function compress_block(s, ltree, dtree) argument
8577 function build_tree(s, desc) argument
8673 function scan_tree(s, tree, max_code) argument
8739 function send_tree(s, tree, max_code) argument
8810 function build_bl_tree(s) { argument
8846 function send_all_trees(s, lcodes, dcodes, blcodes) argument
8886 function detect_data_type(s) { argument
8924 function _tr_init(s) argument
8947 function _tr_stored_block(s, buf, stored_len, last) argument
8962 function _tr_align(s) { argument
8973 function _tr_flush_block(s, buf, stored_len, last) argument
9060 function _tr_tally(s, dist, lc) argument