Home
last modified time | relevance | path

Searched refs:sortTree (Results 1 – 18 of 18) sorted by relevance

/dports/www/bkmrkconv/bkmrkconv-1.12/
H A Dbkmrkconv-1.12.pl92 &sortTree(\%root, 0);
448 sub sortTree { subroutine
454 &sortTree($i, $indent + 2);
H A Dbkmrkconv.pl92 &sortTree(\%root, 0);
448 sub sortTree { subroutine
454 &sortTree($i, $indent + 2);
/dports/shells/wcd/wcd-6.0.3/src/
H A Dgraphics.h25 void sortTree(dirnode d);
H A Dgraphics.c748 void sortTree(dirnode d) in sortTree() function
758 sortTree(n); in sortTree()
H A Dwcd.c3629 sortTree(rootNode); in main()
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/src/utils/sources-tree/
H A Dmoz.build15 "sortTree.js",
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/src/utils/sources-tree/
H A Dmoz.build17 'sortTree.js',
/dports/www/firefox/firefox-99.0/devtools/client/debugger/src/utils/sources-tree/
H A Dmoz.build15 "sortTree.js",
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/src/utils/sources-tree/
H A Dmoz.build15 "sortTree.js",
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dcanonical_query.cpp236 sortTree(_root.get()); in init()
303 void CanonicalQuery::sortTree(MatchExpression* tree) { in sortTree() function in mongo::CanonicalQuery
305 sortTree(tree->getChild(i)); in sortTree()
H A Dcanonical_query.h156 static void sortTree(MatchExpression* tree);
H A Dcanonical_query_test.cpp144 CanonicalQuery::sortTree(sortedQueryExprClone.get()); in testSortTree()
149 CanonicalQuery::sortTree(unsortedQueryExpr.get()); in testSortTree()
H A Dquery_planner_test_lib.cpp80 CanonicalQuery::sortTree(root.get()); in filterMatches()
82 CanonicalQuery::sortTree(trueFilter.get()); in filterMatches()
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/
H A DWorkflowPalette.h116 void sortTree();
H A DWorkflowPalette.cpp318 sortTree(); in setContent()
342 void WorkflowPaletteElements::sortTree() { in sortTree() function in U2::WorkflowPaletteElements
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/exec/
H A Dsubplan.cpp167 CanonicalQuery::sortTree(orChild.get()); in rewriteToRootedOr()
/dports/sysutils/racktables/RackTables-0.21.5/wwwroot/inc/
H A Dfunctions.php1579 sortTree ($tree, 'treeItemCmp'); // sort the resulting tree by the order in original list
2347 function sortTree (&$tree, $cmpfunc = '') function
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/shells/opentorrent/
H A DOpenTorrentOptionsWindow.java2097 sortTree( tree, root, index, asc ); in showTreeView()
2425 sortTree( in sortTree() method