Searched refs:mangled (Results 1 – 11 of 11) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | propmangle.js | 297 var mangled = cache.get(name); 298 if (!mangled) { 302 if (can_mangle(debug_mangled)) mangled = debug_mangled; 305 if (!mangled) do { 306 mangled = base54(++cname); 307 } while (!can_mangle(mangled)); 308 if (/^#/.test(name)) mangled = "#" + mangled; 309 cache.set(name, mangled); 312 mangled: mangled, property 315 return mangled;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | propmangle.js | 196 var mangled = cache.props.get(name); 197 if (!mangled) { 203 mangled = debug_mangled; 208 if (!mangled) { 213 mangled = base54(++cache.cname); 214 } while (!can_mangle(mangled) || (ignore_quoted && mangled in ignored)); 217 cache.props.set(name, mangled); 219 return mangled;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/ |
| D | README.md | 151 --name-cache File to hold mangled names mappings 218 mangled, you can declare those names with `--reserved` (`-r`) — pass a 248 `length` becomes a candidate for mangling and it will be mangled throughout 271 mangled. For example, `--mangle-regex="/^_/"` will only mangle property names 276 mangled to the same name in all of them. For this, pass `--name-cache 287 of mangled property names. 295 so that it is not mangled throughout the entire script even when used in an 313 script to identify how a property got mangled. One technique is to pass a 316 identify mistakes like writing mangled keys to storage. 468 scope; we do it because the variable name will be mangled, typically
|
| /plugin/asciidocjs/node_modules/uglify-js/ |
| D | README.md | 64 `reserved` List of names that should not be mangled. 73 `reserved` List of names that should not be mangled. 122 --name-cache <file> File to hold mangled name mappings. 233 prevent certain names from being mangled, you can declare those names with 299 mangled. For example, `--mangle-props regex=/^_/` will only mangle property 304 mangled to the same name in all of them. For this, pass `--name-cache filename.json` 315 of mangled property names. 323 so that it is not mangled throughout the entire script even when used in an 369 script to identify how a property got mangled. One technique is to pass a 372 identify mistakes like writing mangled keys to storage. [all …]
|
| /plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
| D | github-sample.md | 30 These are dangerous goodies though, and we need to make sure email addresses don't get mangled:
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
| D | ChangeLog-5.7.md | 151 …tianbergmann/phpunit/issues/2331): Boolean environment variable values specified in XML get mangled
|
| /plugin/jmol2/jmol/ |
| D | CHANGES.txt | 3136 # bug fix: default label offsets mangled by default Front/Group
|
| /plugin/ckgedit/ckeditor/ |
| D | CHANGES.md | 329 …load Image](https://ckeditor.com/cke4/addon/uploadimage) plugin are randomly duplicated or mangled.
|
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js.map | 1 …mangled when updating the child before the update.\n if (fromI == toI) {\n …
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js.map | 1 …mangled when updating the child before the update.\n if (fromI == toI) {\n …
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js.map | 1 …mangled when updating the child before the update.\n if (fromI == toI) {\n …
|