Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsorttable.min.js25 …er_sort:function(list,comp_func){var b=0;var t=list.length-1;var swap=true;while(swap){swap=false;… argument
26 t--;if(!swap)break;for(var i=t;i>b;--i){if(comp_func(list[i],list[i-1])<0){var q=list[i];list[i]=li…
/plugin/quickstats/scripts/
H A Dsorttable.js302 shaker_sort: function(list, comp_func) { argument
313 if ( comp_func(list[i], list[i+1]) > 0 ) {
323 if ( comp_func(list[i], list[i-1]) < 0 ) {
/plugin/sortablejs/
H A Dscript.js418 shaker_sort: function ( list, comp_func ) {
430 if ( comp_func( list[i], list[i + 1] ) > 0 ) {
444 if ( comp_func( list[i], list[i - 1] ) < 0 ) {