Lines Matching refs:path
233 Disallow: /some/path?name=value
235 good = ['/some/path']
236 bad = ['/some/path?name=value']
243 Disallow: /some/path
246 Disallow: /another/path
248 good = ['/another/path']
249 bad = ['/some/path']
256 Allow: /some/path?
257 Disallow: /another/path?
259 good = ['/some/path?']
260 bad = ['/another/path?']
285 Disallow: /some/path
290 Disallow: /some/path
362 def url(self, path):
364 self.base_url, path, '/' if not os.path.splitext(path)[1] else ''