Home
last modified time | relevance | path

Searched refs:Compressor (Results 1 – 9 of 9) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dexports.js1 exports["Compressor"] = Compressor;
Dnode.js121 var sq = UglifyJS.Compressor(compress);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dminify.js197 toplevel = new Compressor(options.compress).compress(toplevel);
Dcompress.js46 function Compressor(options, false_by_default) { class
47 if (!(this instanceof Compressor))
48 return new Compressor(options, false_by_default);
188 Compressor.prototype = new TreeTransformer(function(node, descend, in_list) {
221 Compressor.prototype.option = function(key) {
224 Compressor.prototype.exposed = function(def) {
233 Compressor.prototype.compress = function(node) {
10625 var comp = new Compressor(compressor.options);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Duglifyjs408 var compressor = COMPRESS && UglifyJS.Compressor(COMPRESS);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js46 function Compressor(options, false_by_default) { class
47 if (!(this instanceof Compressor))
48 return new Compressor(options, false_by_default);
119 Compressor.prototype = new TreeTransformer;
120 merge(Compressor.prototype, {
2932 var comp = new Compressor(compressor.options);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md318 ## Compressor options
641 uAST = UglifyJS.Compressor(options).compress(uAST);
884 var compressor = UglifyJS.Compressor(options);
889Compressor options”. Defaults should lead to best compression in most
/plugin/jplayer/vendor/james-heinrich/getid3/
Dstructure.txt454 ['flac']=>array() { // FLAC - Free Lossless Audio Compressor
780 ['lpac']=>array() { // LPAC - Lossless Predictive Audio Compressor
Dchangelog.txt1178 » TTA Lossless Audio Compressor format now supported.