Searched refs:sort (Results 126 - 150 of 1202) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Ddemo.py32 for r in vw.sort(vw.last):
H A Ddemo.tcl33 foreach r [$vw select -sort last] {
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dxmlrpc-methods-server.tcl63 # sort - sort a list
65 proc /sort {aList} {
/macosx-10.10.1/BootCache-109/
H A Dconvert_playlist_to_logical_playlist.sh34 grep ROOT_OF_VOLUME $files | cut -d '"' -f 2 | sed 's/ROOT_OF_VOLUME//' | sort -u > $sorted
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-tools/
H A Dstatslog36 --no-join -J Do not --join. (Can be useful with --sort.)
37 --sort -s Sort input files by age. Implies --join.
40 unreliable without --join/sort for connections spanning several log files.
78 "sort|s" => \$sort_files,
127 for my $conn (sort keys %conns) {
152 @ARGV = map { $_->[1] } sort { $b->[0] <=> $a->[0] } @fileinfo;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Drunall.sh49 grep '^R:' systests.output | sort | uniq -c | sed -e 's/^/I: /' -e 's/R://'
/macosx-10.10.1/libiconv-42/libiconv/libcharset/tools/
H A Dall-charsets-X1120 for lc in `./all-locales | sort | uniq`
/macosx-10.10.1/lsof-53/lsof/tests/
H A DAdd2TestDB31 for i in `sort < config.cflags`
/macosx-10.10.1/postfix-255/postfix/examples/chroot-setup/
H A DSolaris1046 ldd $binlist | awk '/[=]>/ { print $3 }' | sort -u | while read i
H A DSolaris846 ldd $binlist | awk '/[=]>/ { print $3 }' | sort -u | while read i
/macosx-10.10.1/ruby-106/ruby/lib/webrick/httpauth/
H A Dhtdigest.rb119 @digest.keys.sort.each{|realm|
121 hash.keys.sort.each{|user|
/macosx-10.10.1/ruby-106/ruby/sample/rss/
H A Dlist_description.rb78 channels.sort do |x, y|
82 items.sort do |x, y|
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DldAix60 /usr/ccs/bin/nm $nmopts -h $ofiles | sed -e '/:$/d' -e '/ U /d' -e '/[ ]0|extern/d' -e '/unamex/d' -e 's/^\.//' -e 's/[ |].*//' | sort | uniq >>lib.exp
/macosx-10.10.1/tcsh-65/tcsh/
H A DMAKESHAR10 SORT=/usr/bin/sort
/macosx-10.10.1/apr-32/apr/apr/build/
H A Dgen-build.py114 objects.sort()
122 group.sort()
157 keys.sort()
184 vals.sort()
187 objects.sort()
225 files.sort()
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dlistused.sh58 for name in `(echo "test:";sort modules; echo "progs:";sort ../progs/modules) |sed -e 's/[ ].*//' -e '/^[#@]/d'`
98 sort -u`
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_config.rb36 assert_equal(['CA_default', 'ca', 'default'], c.sections.sort)
66 assert_equal(['default', 'default1 default2', 'doller', 'emptysection', 'foo', 'foo\\bar'], c.sections.sort)
67 assert_equal(['', 'a', 'bar', 'baz', 'd', 'dq', 'dq2', 'esc', 'foo\\bar', 'sq'], c['default'].keys.sort)
150 assert_equal(['CA_default', 'ca', 'default'], @it.sections.sort)
210 assert_equal(['CA_default', 'ca', 'default'], @it.sections.sort)
212 assert_equal(['CA_default', 'ca', 'default', 'new_section'], @it.sections.sort)
214 assert_equal(['CA_default', 'ca', 'default', 'new_section'], @it.sections.sort)
254 ary = @it.map { |e| e }.sort { |a, b| a[0] <=> b[0] }
287 assert_equal(@it.sections.sort, c.sections.sort)
[all...]
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_list.i29 void sort();
145 void sort() { self->sort(); }
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmailwasher.tcl156 %T item sort root $order -column %C -command [list CompareOnOff %T %C] -column subject -dictionary
159 %T item sort root $order -column %C -dictionary
162 %T item sort root $order -column %C -dictionary -column subject -dictionary
165 %T item sort root $order -column %C -dictionary
168 %T item sort root $order -column %C -dictionary -column subject -dictionary
171 %T item sort root $order -column %C -dictionary -column subject -dictionary
174 %T item sort root $order -column %C -dictionary -column subject -dictionary
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest006.tcl24 foreach {sort flags} {unsorted -dup sorted "-dup -dupsort"} {
26 $tnum $ndups $sort $flags $args
32 {ndups 5} sort flags {largs ""} } {
56 if { $is_je_test && $sort == "unsorted" } {
57 puts "Test$tnum skipping $sort duplicates for JE"
93 set testfile $basename$sort.db
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyProfileDataGridTree.js117 sort: function(comparator, force)
128 // If the grid node is collapsed, then don't sort children (save operation for later).
142 children.sort(comparator);
214 this.sort(currentComparator, true);
335 sort: WebInspector.LegacyProfileDataGridNode.prototype.sort,
/macosx-10.10.1/libxml2-26/libxml2/doc/examples/
H A Dindex.py191 keys.sort()
207 keys.sort()
255 examples.sort()
256 extras.sort()
257 tests.sort()
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbag.py31 items.sort()
77 values.sort()
79 l.sort()
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dvalidator.rb114 gone.sort.each do |path|
122 unreadable.sort.each do |path|
155 end.sort
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_yamldbm.rb53 assert_equal([['a','b'],['c','d']], @yamldbm.to_a.sort)
104 [@yamldbm.shift, @yamldbm.shift].sort)
172 assert_equal ['b','d'], @yamldbm.values.sort

Completed in 379 milliseconds

1234567891011>>