Lines Matching full:ignorecase
273 sort.ignorecase = function(a,b) {274 return sort.alphanumeric(sort.ignorecase.convert(a),sort.ignorecase.convert(b));276 sort.ignorecase.convert = function(val) {1632 errors = re.compile(r"\b(error|fail|failed)\b", re.IGNORECASE)