Searched refs:el (Results 1 – 2 of 2) sorted by relevance
20 def __init__(self, el, txt): argument21 self.el = el42 for el in lictree[d].traverse():43 if not os.path.isfile(el.path):207 for el in tree.traverse():210 if el.path.startswith("LICENSES"):212 if el.path.find("license-rules.rst") >= 0:214 if not os.path.isfile(el.path):216 with open(el.path, 'rb') as fd:217 parser.parse_lines(fd, args.maxlines, el.path)[all …]
5101 foreach my $el (@elements) {5102 push(@fix_elements, substr($rawline, $off, length($el)));5103 $off += length($el);
Completed in 11 milliseconds