Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsorttable.min.js14 …].cells[column]);if(text!=''){if(text.match(/^-?[�$�]?[\d,.]+%?$/)){return sorttable.sort_numeric;}
25 delete newrows;},sort_numeric:function(a,b){aa=parseFloat(a[0].replace(/[^0-9.-]/g,''));if(isNaN(aa… method in sorttable
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3sort_numeric}possdate=text.match(sorttable.DATE_RE);if(possdate){first=parseInt(possdate[1]);secon… method in sorttable
H A Dsorttable.js173 return sorttable.sort_numeric;
259 sort_numeric: function(a,b) { method in sorttable
/plugin/sortablejs/
H A Dscript.js308 return sorttable.sort_numeric;
394 sort_numeric: function ( a, b ) { method in sorttable