Lines Matching refs:tablesorter
106 tablesorter: new property
706 config = $.extend(this.config, $.tablesorter.defaults, settings);
886 tablesorter: $.tablesorter.construct property
890 var ts = $.tablesorter;
906 return $.tablesorter.isDigit(s, c);
908 return $.tablesorter.formatFloat(s);
917 return $.tablesorter.formatFloat(s.replace(new RegExp(/[£$€]/g), ""));
937 return $.tablesorter.formatFloat(r);
955 return $.tablesorter.formatFloat((s != "") ? new Date(s.replace(
965 return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g), ""));
974 return $.tablesorter.formatFloat(new Date(s).getTime());
994 return $.tablesorter.formatFloat(new Date(s).getTime());
1002 return $.tablesorter.formatFloat(new Date("2000/01/01 " + s).getTime());
1036 $.tablesorter.benchmark("Applying Zebra widget", time);