| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | minify.js | 84 mangle: {}, property 112 if (options.mangle) { 113 options.mangle = defaults(options.mangle, { 125 if (options.mangle.properties) { 126 if (typeof options.mangle.properties != "object") { 127 options.mangle.properties = {}; 129 if (options.mangle.properties.keep_quoted) { 130 quoted_props = options.mangle.properties.reserved; 132 options.mangle.properties.reserved = quoted_props; 134 if (options.nameCache && !("cache" in options.mangle.properties)) { [all …]
|
| D | propmangle.js | 261 node.key = mangle(node.key); 264 node.property = mangle(node.property); 295 function mangle(name) { function 322 node.value = mangle(node.value);
|
| D | scope.js | 66 mangle: function(options) { method in SymbolDef 651 node.globals.each(mangle); 674 to_mangle.forEach(mangle); 688 redefined.forEach(mangle); 690 function mangle(def) { function 692 def.mangle(options);
|
| D | compress.js | 241 var mangle = { ie: this.option("ie") }; variable 243 node.figure_out_scope(mangle); 10623 var mangle = { ie: compressor.option("ie") }; variable 10624 ast.figure_out_scope(mangle); 10627 ast.figure_out_scope(mangle); 10628 ast.compute_char_frequency(mangle); 10629 ast.mangle_names(mangle);
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| D | UglifyJsFilter.php | 32 private $mangle; variable in Assetic\\Filter\\UglifyJsFilter 74 * @param bool $mangle True to enable 76 public function setMangle($mangle) argument 78 $this->mangle = $mangle; 118 if (false === $this->mangle) {
|
| D | UglifyJs2Filter.php | 30 private $mangle; variable in Assetic\\Filter\\UglifyJs2Filter 52 public function setMangle($mangle) argument 54 $this->mangle = $mangle; 101 if ($this->mangle) {
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | propmangle.js | 130 node.key = mangle(node.key); 134 node.key.name = mangle(node.key.name); 137 node.property = mangle(node.property); 191 function mangle(name) { function 254 node.value = mangle(node.value);
|
| D | scope.js | 71 mangle: function(options) { method in SymbolDef 456 to_mangle.forEach(function(def){ def.mangle(options) });
|
| /plugin/asciidocjs/node_modules/uglify-js/ |
| D | README.md | 42 uglifyjs --compress --mangle -- input.js 63 -m, --mangle [options] Mangle names/specify mangler options: 65 --mangle-props [options] Mangle properties/specify mangler options: 71 `keep_quoted` Only mangle unquoted properties. 72 `regex` Only mangle matched property names. 116 for `compress`, `mangle` and `output` options. 118 --keep-fargs Do not mangle/drop function arguments. 119 --keep-fnames Do not mangle/drop function names. Useful for 141 --toplevel Compress and/or mangle variables in top level scope. 144 for `mangle` and `output` options. [all …]
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/ |
| D | node.js | 52 mangle : {}, property 120 toplevel.figure_out_scope(options.mangle); 133 if (options.mangle) { 134 toplevel.figure_out_scope(options.mangle); 135 toplevel.compute_char_frequency(options.mangle); 136 toplevel.mangle_names(options.mangle);
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/ |
| D | README.md | 50 uglifyjs --compress --mangle -- input.js 75 for `compress`, `mangle` and `output` options. 87 -m, --mangle Mangle names/pass mangler options. 135 --keep-fnames Do not mangle/drop function names. Useful for 139 --mangle-props 140 --mangle-props Mangle property names (default `0`). Set to 141 `true` or `1` to mangle all property names. Set 142 to `unquoted` or `2` to only mangle unquoted 150 --mangle-regex Only mangle property names matching the regex 183 The above will compress and mangle `file1.js` and `file2.js`, will drop the [all …]
|
| /plugin/asciidocjs/node_modules/uglify-js/bin/ |
| D | uglifyjs | 137 if (config.mangle && config.mangle.properties && config.mangle.properties.regex) { 138 config.mangle.properties.regex = UglifyJS.parse(config.mangle.properties.regex, { 201 if (typeof options.mangle != "object") options.mangle = {}; 202 options.mangle.properties = parse_js(read_value(), options.mangle.properties); 412 if (!options.compress && !options.mangle) {
|
| /plugin/asciidocjs/node_modules/core-js/build/ |
| D | Gruntfile.ls | 14 mangle: {+keep_fnames}
|
| /plugin/revealjs/plugin/markdown/ |
| D | marked.js | 6 …mangle(i[1]))):n=u(i[1]),o+=this.renderer.link(r,null,n);else if(this.inLink||!(i=this.rules.url.e… method in h
|
| /plugin/tip/ |
| D | syntax_plugin_tip.css | 190 /* Careful: Moving up too much will mangle
|
| /plugin/combo/resources/library/combo/ |
| H A D | combo.min.js.map | 1 …ll spec compliance, you may wish to configure your\n // minifier not to mangle the names of these…
|
| /plugin/combo/resources/library/combo/dist/ |
| H A D | combo.min.js.map | 1 …ll spec compliance, you may wish to configure your\n // minifier not to mangle the names of these…
|
| /plugin/ckeditor5markdown/ |
| D | ckeditor.js | 2 …mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants… property
|
| /plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction(…
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js.map | 1 …ll spec compliance, you may wish to configure your\n // minifier not to mangle the names of these…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …mangle: true,\n pedantic: false,\n renderer: null,\n sanitize: false,\n …
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js.map | 1 …ll spec compliance, you may wish to configure your\n // minifier not to mangle the names of these…
|
| D | pdf.worker.js.map | 1 …ll spec compliance, you may wish to configure your\n // minifier not to mangle the names of these…
|