Searched refs:sort (Results 276 - 300 of 1242) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/emacs-93/emacs/lisp/
H A Dcus-dep.el94 (sort (mapcar 'car members) 'string<))
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dauthors.el250 ("Roland B. Roberts" :changed "files.el" "sort.el" "vmsproc.el"
256 "sort.el" "alloc.c" "callint.c"
584 (setq wrote-list (sort wrote-list 'string-lessp)))
586 (setq changed-list (sort changed-list
636 (sort authors-author-list
670 (sort authors-invalid-file-names 'string-lessp))
H A Dfind-gc.el77 (sort find-gc-unsafe-list
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-module.el135 (sort (mapcar 'symbol-name
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnlistserv.el117 (sort (nconc nnweb-articles map) 'car-less-than-car)))))
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Doptions.el49 (setq vars (sort vars 'string-lessp))
/macosx-10.10/gnutar-453/gnutar/scripts/
H A Drestore.in126 sed "s,$PREFIX,," | sort -n`
158 LEVELS=`remote_run "${localhost}" ls $LOGPAT | sed "s,$PREFIX,," | sort -n`
/macosx-10.10/libarchive-30/libarchive/contrib/psota-benchmark/
H A Dtcp.sh47 /tmp/tcp | sort | head -1
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dalgo.h98 using std::sort;
/macosx-10.10/ruby-106/ruby/benchmark/
H A Drun.rb104 Dir.glob(File.dirname(__FILE__) + '/bm_*.rb').sort.each{|file|
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dimage2.rb99 Dir.glob([$dirName,'*'].join(File::Separator)).sort.each{|f|
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dimage2.rb98 Dir.glob([$dirName,'*'].join(File::Separator)).sort.each{|f|
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/
H A Ddarkfish.rb273 end.sort
543 @classes = @store.all_classes_and_modules.sort
544 @files = @store.all_files.sort
545 @methods = @classes.map { |m| m.method_list }.flatten.sort
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dindexer.rb196 build_modern_index(released.sort, @specs_index, 'specs')
197 build_modern_index(latest_specs.sort, @latest_specs_index, 'latest specs')
198 build_modern_index(prerelease.sort, @prerelease_specs_index,
488 specs_index = compact_specs specs_index.uniq.sort
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_task_arguments.rb30 assert_equal [10, 20, 30], ta.collect { |k,v| v * 10 }.sort
/macosx-10.10/ruby-106/ruby/tool/
H A Deval.rb99 data.sort!
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWOMSequence.h143 PWOList &sort() { function in class:PWOList
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/library/
H A Dprofrep.tcl48 # Do sort comparison. May only be called by sort, as it address its
70 proc sort {profDataVar sortKey} { procedure
78 error "Expected a sort type of: `calls', `cpu' or ` real'"
144 # o sortKey (I) - Value to sort by. One of "calls", "cpu" or "real".
153 set sortedProcList [TclXProfRep::sort sumProfData $sortKey]
/macosx-10.10/ruby-106/ruby/test/gdbm/
H A Dtest_gdbm.rb327 ret.sort)
422 assert_equal(keys.sort, @gdbm.keys.sort)
423 assert_equal(values.sort, @gdbm.values.sort)
448 assert_equal(keys.sort, ret_keys.sort)
449 assert_equal(values.sort, ret_values.sort)
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_store.rb87 # this is sort-of a hack
189 @store.all_classes_and_modules.map { |m| m.full_name }.sort
194 @store.all_files.map { |m| m.full_name }.sort
199 @store.all_modules.map { |m| m.full_name }.sort
238 assert_equal expected, @store.all_classes.map { |m| m.full_name }.sort
374 assert_equal [@klass, @nest_klass], s.all_classes.sort
375 assert_equal [@mod], s.all_modules.sort
376 assert_equal [@page, @top_level], s.all_files.sort
380 end.flatten.sort
395 end.flatten.sort
[all...]
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dapibuild.py1862 ids.sort()
1877 ids.sort()
1881 ids.sort()
1885 ids.sort()
1889 ids.sort()
1893 ids.sort()
1900 headers.sort()
1908 ids.sort()
1930 typ.sort()
1937 ids.sort()
[all...]
/macosx-10.10/libxslt-13/libxslt/doc/
H A Dapibuild.py1629 ids.sort()
1644 ids.sort()
1648 ids.sort()
1652 ids.sort()
1656 ids.sort()
1660 ids.sort()
1667 headers.sort()
1675 ids.sort()
1697 typ.sort()
1704 ids.sort()
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_brew101 egrep '^#undef' config.hin | awk '{print $2}' | sort > $s
103 egrep '^#define' $1 | awk '{print $2}') | sort > $t
H A Ds_recover30 awk '{print $2 "\t" $3 "\t" $4}' | sort -n -k 3 | uniq -d -f 1 > $tmp
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkpod103 foreach (sort keys %InSection)

Completed in 161 milliseconds

<<11121314151617181920>>