OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jsmin
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
rjsmin.py
25
The minifier is based on the semantics of `
jsmin
.c by Douglas Crockford`_\.
29
same results as the original ``
jsmin
.c``. It differs in the following ways:
44
faster than the original python port of ``
jsmin
.c`` by Baruch Even. The speed
56
http://www.crockford.com/javascript/
jsmin
.c
63
__all__ = ['
jsmin
']
70
Generate JS minifier based on `
jsmin
.c by Douglas Crockford`_
73
http://www.crockford.com/javascript/
jsmin
.c
90
return _rjsmin.
jsmin
208
def
jsmin
(script): # pylint: disable = W0621
function in function:_make_jsmin
210
Minify javascript based on `
jsmin
.c by Douglas Crockford`_\
230
jsmin
= _make_
jsmin
()
variable
[
all
...]
concatenate_js_files.py
107
output_file.write(rjsmin.
jsmin
(output.getvalue()))
inline_js_imports.py
80
output_script = rjsmin.
jsmin
(output_script)
/external/v8/
Android.libv8.mk
40
#
jsmin
.pyc in the source directory
41
JS2C_PY := $(intermediates)/js2c.py $(intermediates)/
jsmin
.py
Android.mksnapshot.mk
53
#
jsmin
.pyc in the source directory
54
JS2C_PY := $(intermediates)/js2c.py $(intermediates)/
jsmin
.py
/external/chromium_org/v8/tools/
js2c.py
35
import
jsmin
namespace
318
minifier =
jsmin
.JavaScriptMinifier()
jsmin.py
41
import
jsmin
presubmit.py
329
'
jsmin
.py',
/external/v8/tools/
js2c.py
35
import
jsmin
namespace
318
minifier =
jsmin
.JavaScriptMinifier()
jsmin.py
41
import
jsmin
presubmit.py
311
'
jsmin
.py',
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
json2.js
13
See http://javascript.crockford.com/
jsmin
.html
Completed in 323 milliseconds