Showing 179 of 292 total issues
Avoid deeply nested control flow statements. Open
Open
if (contains(parts[_i])) {
el.className.replace(parts[_i], "");
}
Avoid deeply nested control flow statements. Open
Open
if ((ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1) && ++diff) {
// Cache the index of each encountered element
if (useCache) {
(node[expando] || (node[expando] = {}))[type] = [dirruns, diff];
}
Avoid deeply nested control flow statements. Open
Open
if (contains(parts[_i])) {
el.classList.remove(parts[_i]);
}
Avoid deeply nested control flow statements. Open
Open
if (v !== undefined) {
value[k] = v;
} else {
delete value[k];
}
Avoid deeply nested control flow statements. Open
Open
if (v) {
partial.push(quote(k) + (gap ? ": " : ":") + v);
}
Avoid deeply nested control flow statements. Open
Open
if (contains(parts[_i])) {
el.classList.remove(parts[_i]);
}
Avoid deeply nested control flow statements. Open
Open
if (!contains(parts[_i])) {
el.className += " " + parts[_i];
}
Function setMatcher
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function setMatcher(preFilter, selector, matcher, postFilter, postFinder, postSelector) {
Avoid deeply nested control flow statements. Open
Open
if ((elem = matcherOut[i])) {
// Restore matcherIn since elem is not yet a final match
temp.push((matcherIn[i] = elem));
}
Avoid deeply nested control flow statements. Open
Open
if (v) {
partial.push(quote(k) + (gap ? ": " : ":") + v);
}
Avoid deeply nested control flow statements. Open
Open
if (contains(parts[_i])) {
el.classList.remove(parts[_i]);
} else {
el.classList.add(parts[_i]);
}
Avoid deeply nested control flow statements. Open
Open
if (context.ownerDocument && (elem = context.ownerDocument.getElementById(m)) &&
contains(context, elem) && elem.id === m) {
results.push(elem);
return results;
}
Avoid deeply nested control flow statements. Open
Open
if (!contains(parts[_i])) {
el.className += " " + parts[_i];
}
Avoid deeply nested control flow statements. Open
Open
if (v) {
partial.push(quote(k) + (gap ? ": " : ":") + v);
}
Avoid deeply nested control flow statements. Open
Open
if (v) {
partial.push(quote(k) + (gap ? ": " : ":") + v);
}
Avoid deeply nested control flow statements. Open
Open
if (Expr.relative[tokens[j].type]) {
break;
}
Avoid deeply nested control flow statements. Open
Open
if (contains(parts[_i])) {
el.classList.remove(parts[_i]);
} else {
el.classList.add(parts[_i]);
}
Avoid deeply nested control flow statements. Open
Open
if ((ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1) && ++diff) {
// Cache the index of each encountered element
if (useCache) {
(node[expando] || (node[expando] = {}))[type] = [dirruns, diff];
}
Avoid deeply nested control flow statements. Open
Open
if (cache[1] === true) {
return true;
}
Avoid deeply nested control flow statements. Open
Open
if (!(unmatched[i] || setMatched[i])) {
setMatched[i] = pop.call(results);
}