Searched refs:Partials (Results 1 – 1 of 1) sorted by relevance
48 Partials = 'partials' variable218 return (Partials, match.group('title'), lineno, titleAnchor)222 return(Partials, 'NO TITLE FOUND', -1, titleAnchor)268 self.category = Partials273 if self.category == Partials:274 self.dstpath = Path(self.component) / Partials / self.relpath277 self.dstpath = Path(self.component) / Partials / self.relpath395 elif self.category == Partials: