Lines Matching refs:sort
40 # other than a normal text "sort" (top level first?)
275 foreach my $file (sort keys %function_lists) {
316 foreach my $prefixSort (sort keys %prefixesSort) {
386 print CHANGE_LOG normalizeLineEndings(testListForChangeLog(sort @addedRegressionTests), $endl);
392 foreach my $file (sort @{$files{$prefix}}) {
1323 $changes{"A"} = [sort keys %addedProperties] if %addedProperties;
1324 $changes{"D"} = [sort keys %removedProperties] if %removedProperties;