Searched refs:StaticURLParser (Results 1 – 8 of 8) sorted by relevance
106 app = StaticURLParser(relative_path('find_file'))110 app = TestApp(StaticURLParser(relative_path('find_file')),116 app = StaticURLParser(path('find_file'))
138 from paste.urlparser import StaticURLParser139 app = StaticURLParser(base_dir)
9 .. autoclass:: StaticURLParser
420 class StaticURLParser(object): class521 return StaticURLParser(524 class PkgResourcesParser(StaticURLParser):
94 :class:`paste.urlparser.StaticURLParser` and106 :class:`paste.urlparser.StaticURLParser`.174 :class:`paste.urlparser.StaticURLParser` (before passing a224 :class:`paste.urlparser.StaticURLParser` (from Eric Larson). Also fix451 * Can use ``paste.urlparser.StaticURLParser`` with sub-instances other527 * Security fix for ``paste.urlparser.StaticURLParser``. The problem673 ``paste.urlparser.StaticURLParser``, which allows you to encourage699 * Fixed a security vulnerability in ``paste.urlparser``'s StaticURLParser1007 - Added an application `urlparser.StaticURLParser1008 <class-paste.urlparser.StaticURLParser.html>`_ for serving static
43 paste.fileapp, paste.urlparser.StaticURLParser, paste.urlparser.PkgResourcesParser:
211 app = urlparser.StaticURLParser(220 app = urlparser.StaticURLParser(
77 from paste.urlparser import StaticURLParser78 app = StaticURLParser(base_dir)90 (``StaticURLParser(base_dir)``), wraps it with ``Commenter(app,