# The following file is a mix of HTTP and Javascript code; the long line
# (375 characters) is made of human-readable HTML code, just a little too
# compact.
wims source: source-is-missing wims/public_html/scripts/js/wincalc.js line length is 375 characters (>256)

# the HTML Virtual Keyboard Interface Script - v1.49 consists in tables
# of key codes given in litteral Javascript source: for example, <"\u09E7",>
# is used to mean one single key code. There is no better representation
# of a key code in other human-readable languages, and the file is not
# obfuscated.
wims source: source-is-missing wims/public_html/scripts/js/keyboard/keyboard.js line length is 565 characters (>512)

# The file fonctions_generiques.js has just one rather long HTML snippet
wims source: source-is-missing wims/public_html/scripts/js/editor/scripts_2/fonctions_generiques.js line length is 267 characters (>256)

# the files edit_area_functions.js,  edit_area_loader.js are not obfuscated,
# but they contain some very long comment lines, and some rather long
# inline HTML snippets.
wims source: source-is-missing third-parties/EditArea-0.8.2/edit_area/edit_area_functions.js line length is 335 characters (>256)
wims source: source-is-missing third-parties/EditArea-0.8.2/edit_area/edit_area_loader.js line length is 335 characters (>256)

# the file keyboard.js is not obfuscated, but it begins with a long litteral
# object definition to associate numbers to key names
 wims source: source-is-missing third-parties/EditArea-0.8.2/edit_area/keyboard.js line length is 538 characters (>512)

# the file reg_syntax/php.js is not obfuscated, but some lines contains
# very long lists of Javascript reserved words to take in account for
# the compression of file durinf the installation.
wims source: source-is-missing third-parties/EditArea-0.8.2/edit_area/reg_syntax/php.js line length is 930 characters (>512)

# the file precheck.js contains HTML code in line 125, which is still
# human-readable ; no obfuscation there.
wims source: source-is-missing wims/public_html/scripts/authors/jm.evers/js/precheck.js line length is 639 characters (>512)

# some files under scripts/js/dynapi3x are encoded for a Mac
# (no \n characters), but they are still perfectly readable
wims source: source-is-missing wims/public_html/scripts/js/dynapi3x/src/ext/debug.html line length is 4869 characters (>512)
wims source: source-is-missing wims/public_html/scripts/js/dynapi3x/src/api/mouse_ns4.js line length is 5856 characters (>512)

# in codemirror.js, the line number 288 defines a regexp made of ranges of
# UTF-8 characters, given by their codes; as a code like \u0489\u0591 for
# example would be represented as a single character in a pure UTF-8 source
# one can divide by twelve the long line length to make an estimation:
# 1954/12 = roughly 160, which is not that many
E: wims source: source-is-missing wims/public_html/scripts/js/external/codemirror/codemirror.js line length is 1954 characters (>512)
