Home
last modified time | relevance | path

Searched defs:tsort (Results 1 – 25 of 63) sorted by relevance

123

/dports/textproc/source-highlight/source-highlight-3.1.9/tests/
H A Dtest.lhs15 tsort [] = [] function
16 tsort (x:xs) = tsort [y | y<-xs, y>x] ++ [x] ++ tsort [y | y<-xs, y<=x] function
/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A D_sort_tracks_by_name.lua13 function tsort (a, b) function
/dports/lang/ruby26/ruby-2.6.9/lib/
H A Dtsort.rb149 def tsort method
175 def TSort.tsort(each_node, each_child) singletonMethod
/dports/math/ccmath/ccmath-2.2.1/sort/
H A Dtsort.c10 void tsort(struct tnode *hd,struct tnode **ar) in tsort() function
/dports/science/openbabel/openbabel-3.1.1/include/inchi/
H A Dichicomn.h61 #define tsort insertions_sort macro
/dports/security/vlock/vlock-2.2.3/src/
H A Dtsort.c61 struct list *tsort(struct list *nodes, struct list *edges) in tsort() function
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/std/
H A DMakefile43 tsort :: tsort.c LICENSE=since=1995,author=dgk+gsf target
H A Dtsort.c93 tsort(Sfio_t* ip) in tsort() function
/dports/shells/ksh93/ast-93u/src/cmd/std/
H A DMakefile47 tsort :: tsort.c LICENSE=since=1995,author=dgk+gsf target
H A Dtsort.c93 tsort(Sfio_t* ip) in tsort() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/std/
H A DMakefile47 tsort :: tsort.c LICENSE=since=1995,author=dgk+gsf target
H A Dtsort.c93 tsort(Sfio_t* ip) in tsort() function
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/
H A DTopologicalSort.elm25 tsort graph = function
/dports/misc/concourse/concourse-6.7.2/web/elm/src/
H A DTopologicalSort.elm25 tsort graph = function
/dports/textproc/p5-Tree-Nary/Tree-Nary-1.3/lib/Tree/
H A DNary.pm1150 sub tsort() { subroutine
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/resolver/molinillo/lib/molinillo/
H A Ddependency_graph.rb34 def self.tsort(vertices) singletonMethod in Molinillo.DependencyGraph
/dports/shells/pdksh/pdksh-5.2.14/
H A Dtable.c172 tsort(tp) in tsort() function
/dports/print/ghostscript8-x11/ghostscript-8.71/toolbin/
H A Docheck.py265 def tsort(defs, refs): function
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/
H A Docheck.py277 def tsort(defs, refs): function
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/
H A Docheck.py277 def tsort(defs, refs): function
/dports/print/ghostscript8-base/ghostscript-8.71/toolbin/
H A Docheck.py265 def tsort(defs, refs): function
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/
H A Docheck.py277 def tsort(defs, refs): function
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/
H A Docheck.py277 def tsort(defs, refs): function
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/facts/
H A Dcollector.py308 def tsort(dep_map): function
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/facts/
H A Dcollector.py308 def tsort(dep_map): function

123