Searched refs:jsmin (Results 1 – 14 of 14) sorted by relevance
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | main.py | 49 from bench import jsmin as p_01_simple_port 64 jsmins.p_05_rjsmin.jsmin = jsmins.p_05_rjsmin._make_jsmin( 115 ports = [(item[5:], getattr(jsmins, item).jsmin) for item in ports] 124 for _, jsmin in ports: 126 outputs.append(jsmin(script)) 143 for idx, (name, jsmin) in enumerate(ports): 163 jsmin(script)
|
D | jsmin.c | 209 jsmin() in jsmin() function 289 jsmin(); in main()
|
D | jsmin_2_0_9.py | 43 def jsmin(js): function
|
D | jsmin.py | 43 def jsmin(js): function
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
D | api-objects.txt | 3 rjsmin.jsmin rjsmin-module.html#jsmin
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | CHANGES | 50 feature can be enabled by passing keep_bang_comments=True to the jsmin 87 because the original jsmin collapsed them, too. 89 *) Updated benchmarks, added slimit and removed jsmin v8 (because it produced 101 because the original jsmin ignored that, too.
|
D | DESCRIPTION | 7 The minifier is based on the semantics of `jsmin.c by Douglas Crockford`_\. 11 same results as the original ``jsmin.c``. It differs in the following ways: 28 than the original python port of ``jsmin.c`` by Baruch Even. The speed factor 39 .. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
D | README.rst | 24 The minifier is based on the semantics of `jsmin.c by Douglas Crockford`_\. 28 same results as the original ``jsmin.c``. It differs in the following ways: 45 than the original python port of ``jsmin.c`` by Baruch Even. The speed factor 54 .. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c 108 called jsmin which takes the script as a string and returns the minified 112 jsmin.c provides:
|
D | rjsmin.py | 100 return _rjsmin.jsmin 312 def jsmin(script, keep_bang_comments=False): function 344 return jsmin 346 jsmin = _make_jsmin() variable 509 xjsmin = jsmin
|
D | README.chromium | 10 The minifier is based on the semantics of jsmin.c by Douglas Crockford. 11 …er than during a preprocessing step). Usually it produces the same results as the original jsmin.c.
|
D | MANIFEST | 30 bench/jsmin.c 31 bench/jsmin.py
|
D | PKG-INFO | 216 The minifier is based on the semantics of `jsmin.c by Douglas Crockford`_\. 220 same results as the original ``jsmin.c``. It differs in the following ways: 237 than the original python port of ``jsmin.c`` by Baruch Even. The speed factor 248 .. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | export.py | 23 import jsmin 91 html.append(jsmin.jsmin(f.read()) if self._JS_MINIFIED else (
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/ |
D | README.md | 14 pyquery (1.2+), jsmin (2.2+), csscompressor (0.9.4) 23 - `(my_env)$ pip install enum34 numpy pydub scipy pandas pyquery jsmin \`
|