Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
tutorial_examples/ | 03-May-2024 | - | 652 | 501 | ||
COPYING | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
OWNERS | D | 03-May-2024 | 36 | 3 | 2 | |
README.chromium | D | 03-May-2024 | 615 | 19 | 13 | |
compile.py | D | 03-May-2024 | 1.4 KiB | 45 | 25 | |
compiled_resources.gyp | D | 03-May-2024 | 420 | 18 | 17 | |
exports.js | D | 03-May-2024 | 119 | 4 | 3 | |
jsevalcontext.js | D | 03-May-2024 | 11.9 KiB | 410 | 118 | |
jstemplate.js | D | 03-May-2024 | 31.1 KiB | 961 | 395 | |
jstemplate_compiled.js | D | 03-May-2024 | 4.9 KiB | 10 | 10 | |
jstemplate_example.html | D | 03-May-2024 | 3.6 KiB | 110 | 90 | |
jstemplate_example.js | D | 03-May-2024 | 5.6 KiB | 233 | 123 | |
jstemplate_jsunit.html | D | 03-May-2024 | 1.9 KiB | 67 | 36 | |
jstemplate_test.js | D | 03-May-2024 | 10.1 KiB | 357 | 264 | |
util.js | D | 03-May-2024 | 12.4 KiB | 471 | 160 |
README.chromium
1Name: google-jstemplate 2URL: http://code.google.com/p/google-jstemplate/ 3License: Apache 2.0 4 5"Template processing that is more suitable for the specific development-time 6and runtime requirements of AJAX based web applications. 7 8Specifically, support the case to update a previous template processing 9output with an incremental change to the original input data." 10 11Uncalled functions have been removed from util.js to make the resulting 12javascript smaller. 13 14compile.py is a simple program used to generate the single compiled 15jsfile. 16 17jstemplate_compiled.js is the output after passing the code through 18compile.sh. 19