Lines Matching refs:components
654 # Split the components and strip the root prefix.
655 components = path.split('/')[1:]
658 if components:
659 name = components[0]
660 if len(components)==2:
662 return self.send_report(components[1])
664 return self.send_open_report(components[1])
665 elif len(components)==1:
686 if components[-1] == '':
687 components[-1] = 'index.html'
689 suffix = '/'.join(components)