Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js366 Tree.prototype.sortBranch = function(node, sortFun) { argument
368 node.children.sort(sortFun);
571 sortFun;
574 sortFun = columnOrFunction;
577 sortFun = function(a, b) { function
596 this.data("treetable").sortBranch(node, sortFun);