Lines Matching refs:sort
314 sort=None,
343 # sort again, now with diff info, note that python's sort is stable
344 names.sort()
346 names.sort(key=lambda n: tuple(
352 if sort:
353 for k, reverse in reversed(sort):
354 names.sort(
519 # note we're maintaining sort order
541 sort=None,
573 # sort, note that python's sort is stable
574 results.sort()
575 if sort:
576 for k, reverse in reversed(sort):
577 results.sort(
628 sort=sort,
691 if namespace.sort is None:
692 namespace.sort = []
693 namespace.sort.append((value, True if option == '-S' else False))
695 '-s', '--sort',
700 '-S', '--reverse-sort',