Lines Matching defs:isXML
2790 Sizzle.find = function(expr, context, isXML){ argument
2981 "": function(checkSet, part, isXML){ argument
2991 "~": function(checkSet, part, isXML){ argument
3003 ID: function(match, context, isXML){ argument
3027 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument
3071 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
3453 Expr.find.ID = function(match, context, isXML){ argument
3564 Expr.find.CLASS = function(match, context, isXML) { argument
3573 function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { argument
3604 function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { argument
3648 var isXML = function(elem){ function