HomeSort by: relevance | last modified time | path
    Searched refs:sort (Results 1 - 25 of 601) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xkeyboard-config/dist/scripts/
extract-group-names-from-symbols.sh 18 grep 'name\[Group1\]' * | sed 's/[[:space:]]*name\[Group1\].*=[[:space:]]*//;s/;[[:space:]]*$//' | sort
  /xsrc/external/mit/xkeyboard-config/dist/tests/
testShortDescriptions 3 awk '/shortDescr/{print toupper($0)}' ../rules/base.xml.in | sed 's/<[^>]*>//g;s/ //g' | sort | uniq > xml.sd
4 awk '{print $1}' ../docs/iso3166-3.csv | sort > iso.sd
genLists4Comparison.sh 22 sort | \
72 done | sort | uniq > $group_names
  /xsrc/external/mit/xterm/dist/unicode/
make-precompose.sh 9 # sort numerically on base character, then combining character,
15 (sort -k 3 || sort +2) |
  /xsrc/external/mit/MesaLib.old/dist/src/egl/
egl-entrypoint-check 10 sorted=$(LC_ALL=C sort <<< "$entrypoints")
  /xsrc/external/mit/fontconfig/dist/conf.d/
10-hinting-full.conf 8 This sort of configuration is available on the major desktop environments
10-hinting-medium.conf 8 This sort of configuration is available on the major desktop environments
10-hinting-none.conf 8 This sort of configuration is available on the major desktop environments
10-hinting-slight.conf 8 This sort of configuration is available on the major desktop environments
10-unhinted.conf 8 This sort of configuration is available on the major desktop environments
10-autohint.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-bgr.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-none.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-rgb.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-vbgr.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-vrgb.conf 8 This sort of configuration is available on the major desktop environments
11-lcdfilter-default.conf 8 This sort of configuration is available on the major desktop environments
11-lcdfilter-legacy.conf 8 This sort of configuration is available on the major desktop environments
11-lcdfilter-light.conf 8 This sort of configuration is available on the major desktop environments
11-lcdfilter-none.conf 8 This sort of configuration is available on the major desktop environments
  /xsrc/external/mit/fontconfig/dist/doc/
check-missing-doc 11 sort -u > $header
15 sort -u > $doc
  /xsrc/external/mit/MesaLib/dist/src/glx/tests/
dispatch-index-check 28 sorted=$(LC_ALL=C sort <<< "$dispatch_list")
  /xsrc/external/mit/MesaLib.old/dist/bin/
bugzilla_mesa.sh 26 git log --pretty=medium $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after |\
  /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
dispatch-index-check 28 sorted=$(LC_ALL=C sort <<< "$dispatch_list")
  /xsrc/external/mit/xterm/dist/vttests/
xorblink.pl 251 my @DECSET = sort keys %DECSET;
252 my @DECSCUSR = sort keys %DECSCUSR;
263 for my $key ( sort keys %DECSET ) {
268 for my $key ( sort keys %DECSCUSR ) {

Completed in 13 milliseconds

1 2 3 4 5 6 7 8 91011>>