Lines Matching refs:strip
167 self._title = title_type_filter.sub('', title).strip()
170 self._title = title.strip()
175 self._title = title_bracket_filter.sub('', self._title).strip()
176 alg_type = m.groups()[0][1:-1].strip()
226 return parts[0].strip('_'), parts[-1].strip('_')
327 self._body[0][2].strip() == 'Selector')
332 self._body = [[cell.strip() for cell in row] for row in self._body[1:]]
469 name_prefix = name_prefix.strip('_')
470 name_suffix = name_suffix.strip('_')
482 alg_base, name_suffix]).strip('_')
511 [name_prefix, alg_base, name_suffix]).strip('_'))
515 [x.strip() for x in new_value[1:-1].strip().split(':')])
606 size_prefix = raw_size_parts[0].strip('_')
607 size_suffix = raw_size_parts[2].strip('_')
610 size = '_'.join([size_prefix, alg_base, size_suffix]).strip('_')
613 selector_prefix = selector_parts[0].strip('_')
614 selector_suffix = selector_parts[2].strip('_')
616 alg_base, selector_suffix]).strip('_')
630 var_type = '_'.join([type_prefix, alg_base, type_suffix]).strip('_')
635 selector_suffix]).strip('_')
720 lower, upper = [x.strip() for x in bounds.split(':')]
737 lower, upper = [x.strip() for x in bounds.split(':')]
746 field_type = field_type.strip('+')
792 name = row[0].strip()
800 value = row[1].strip()