Lines Matching refs:url
8 def url2pathname(url):19 url = url.replace(':', '|')20 if not '|' in url:22 if url[:4] == '////':26 url = url[2:]27 components = url.split('/')30 comp = url.split('|')32 error = 'Bad URL: ' + url40 # Issue #11474 - handing url such as |c/|41 if path.endswith(':') and url.endswith('/'):