HomeSort by relevance Sort by last modified time
    Searched defs:sorttable (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 2 SortTable
5 Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/
9 Add <script src="sorttable.js"></script> to your HTML
29 sorttable = {
40 sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;
44 sorttable.makeSortable(table);
63 // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as
92 if (mtch && typeof sorttable["sort_"+override] == 'function') {
93 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
95 headrow[i].sorttable_sortfunction = sorttable.guessType(table,i)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 2 SortTable
5 Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/
9 Add <script src="sorttable.js"></script> to your HTML
29 sorttable = {
38 sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;
42 sorttable.makeSortable(table);
61 // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as
90 if (mtch && typeof sorttable["sort_"+override] == 'function') {
91 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
93 headrow[i].sorttable_sortfunction = sorttable.guessType(table,i)
    [all...]
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 2 SortTable
5 Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/
9 Add <script src="sorttable.js"></script> to your HTML
21 sorttable = {
32 sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;
36 sorttable.makeSortable(table);
55 // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
87 headrow[i].sorttable_sortfunction = sorttable.guessType(table,i)
    [all...]
  /external/clang/tools/scan-build/
sorttable.js 2 SortTable
5 Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/
9 Add <script src="sorttable.js"></script> to your HTML
21 sorttable = {
32 sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;
36 sorttable.makeSortable(table);
55 // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
87 headrow[i].sorttable_sortfunction = sorttable.guessType(table,i)
    [all...]
  /frameworks/base/tools/preload/
sorttable.js 2 SortTable
5 Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/
9 Add <script src="sorttable.js"></script> to your HTML
21 sorttable = {
32 sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;
36 sorttable.makeSortable(table);
55 // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
87 headrow[i].sorttable_sortfunction = sorttable.guessType(table,i)
    [all...]

Completed in 978 milliseconds