Lines Matching refs:re
10 import os, sys, re, getopt, time, datetime, commands
300 { re:/(\d{2,4})-(\d{1,2})-(\d{1,2})/ , f:function(x){ return (new Date(sort.date.fixYear(x[1]),+x[2],+x[3])).getTime(); } }
302 ,{ re:/(\d{1,2})[\/-](\d{1,2})[\/-](\d{2,4})/ , f:function(x){ return (new Date(sort.date.fixYear(x[3]),+x[1],+x[2])).getTime(); } }
304 ,{ re:/(.*\d{4}.*\d+:\d+\d+.*)/, f:function(x){ var d=new Date(x[1]); if(d){return d.getTime();} } }
309 if (m=val.match(f[i].re)) {
516 * re-write itself the first time it is called.
523 // Define the new function, overwrite the one we're running now, and then run the new one
705 // Loop through all THEADs and remove sorted class names, then re-add them for the col
766 // If paging is enabled on the table, then we need to re-page because the order of rows has changed!
771 // Re-stripe if a class name was supplied
941 // Temporarily keep an array of unfiltered rows in case the page we're on goes past
1495 rx1 = re.compile('(\s+)')
1500 rx2 = re.compile('([^a-zA-Z_0-9])')
1558 parent_test = re.findall(r".*/", parts[1])[0][:-1]
1580 rx = re.compile('^(\w+)\.(.*)$')
1632 errors = re.compile(r"\b(error|fail|failed)\b", re.IGNORECASE)
1637 rx = re.compile('(\'|\")')
1672 @param key: Specific key we're retrieving.
1717 rx = re.compile('^\s+[END|START].*$')