HomeSort by relevance Sort by last modified time
    Searched defs:URLParser (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/
urlparser.py 26 __all__ = ['URLParser', 'StaticURLParser', 'PkgResourcesParser']
28 class URLParser(object):
33 Application dispatching, based on URL. An instance of `URLParser` is
47 URLParser will also look in __init__.py for special overrides.
58 After URLParser finds the application, it calls this function
69 URLParser again, or on to some other application. This
74 This basically overrides URLParser completely, and the given
95 Create a URLParser object that looks at `directory`.
103 'The global_conf argument to URLParser is deprecated; '
142 environ['paste.urlparser.base_python_name'] = self.base_python_nam
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 47 public class URLParser extends Parser {
49 public URLParser(String url) {
54 public URLParser(Lexer lexer) {
824 URLParser p = new URLParser(test[i]);

Completed in 2353 milliseconds