WebUtils.WebFuncs | index /usr/local/share/webware/WebUtils/WebFuncs.py |
# Deprecated: We used to be called WebFuncs, now just Funcs.
Data | ||
c = '/' digits = '0123456789' htmlCodes = [['&', '&'], ['<', '<'], ['>', '>'], ['"', '"']] htmlCodesReversed = [['"', '"'], ['>', '>'], ['<', '<'], ['&', '&']] htmlForNone = '-' i = 255 letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' |