Hackfut Security File Manager
Current Path:
/usr/lib64/python2.6/site-packages/Cheetah/Utils
usr
/
lib64
/
python2.6
/
site-packages
/
Cheetah
/
Utils
/
📁
..
📄
Indenter.py
(4.05 KB)
📄
Indenter.pyc
(5.49 KB)
📄
Indenter.pyo
(5.49 KB)
📄
Misc.py
(2.19 KB)
📄
Misc.pyc
(2.76 KB)
📄
Misc.pyo
(2.76 KB)
📄
WebInputMixin.py
(3.78 KB)
📄
WebInputMixin.pyc
(3.17 KB)
📄
WebInputMixin.pyo
(3.17 KB)
📄
__init__.py
(2 B)
📄
__init__.pyc
(147 B)
📄
__init__.pyo
(147 B)
📄
htmlDecode.py
(437 B)
📄
htmlDecode.pyc
(762 B)
📄
htmlDecode.pyo
(762 B)
📄
htmlEncode.py
(508 B)
📄
htmlEncode.pyc
(839 B)
📄
htmlEncode.pyo
(839 B)
📄
memcache.py
(18.26 KB)
📄
memcache.pyc
(21.07 KB)
📄
memcache.pyo
(21.07 KB)
📄
statprof.py
(9.91 KB)
📄
statprof.pyc
(10.2 KB)
📄
statprof.pyo
(10.1 KB)
Editing: htmlDecode.py
"""This is a copy of the htmlDecode function in Webware. @@TR: It implemented more efficiently. """ from Cheetah.Utils.htmlEncode import htmlCodesReversed def htmlDecode(s, codes=htmlCodesReversed): """ Returns the ASCII decoded version of the given HTML string. This does NOT remove normal HTML tags like <p>. It is the inverse of htmlEncode().""" for code in codes: s = s.replace(code[1], code[0]) return s
Upload File
Create Folder