Showing 1,792 of 1,794 total issues
Function getNearestCartesianItems
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function getNearestCartesianItems(chart, position, axis, intersect, useFinalPosition, includeInvisible) {
- Create a ticketCreate a ticket
Function pathArc
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function pathArc(ctx, element, offset, spacing, end, circular) {
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
while ( i-- ) {
groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " +
toSelector( groups[ i ] );
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( ( ofType ?
nodeName( node, name ) :
node.nodeType === 1 ) &&
++diff ) {
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( !selector ) {
push.apply( results, seed );
return results;
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( hasScripts ) {
// Support: Android <=4.0 only, PhantomJS 1 only
// push.apply(_, arraylike) throws on ancient WebKit
jQuery.merge( scripts, getAll( node, "script" ) );
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
for (const rule of validationRule) {
isAndValid = isAndValid && atk.formService.validateField(this.$el, inputName, rule);
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( !( unmatched[ i ] || setMatched[ i ] ) ) {
setMatched[ i ] = pop.call( results );
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( ( event.result = ret ) === false ) {
event.preventDefault();
event.stopPropagation();
}
- Create a ticketCreate a ticket
Function render
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function render(_ctx, _cache, $props, $setup, $data, $options) {
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( rscriptType.test( node.type || "" ) &&
!dataPriv.access( node, "globalEval" ) &&
jQuery.contains( doc, node ) ) {
if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) {
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
else if (!isBackSlash)
regexStr += "."; // don't really care
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
while (wrapper.firstChild)
wrapper.parentNode.insertBefore(wrapper.firstChild, wrapper);
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
while (wrapper.firstChild)
wrapper.parentNode.insertBefore(wrapper.firstChild, wrapper);
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if (i !== -1) {
var target = elems[i + (e.shiftKey ? -1 : 1)];
e.preventDefault();
(target || self._input).focus();
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
for ( type in data.events ) {
if ( special[ type ] ) {
jQuery.event.remove( elem, type );
// This is a shortcut to avoid jQuery.event.remove's overhead
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( conv && s.throws ) {
response = conv( response );
} else {
try {
response = conv( response );
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( node && node.value === id ) {
return [ elem ];
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if (self.daysContainer !== undefined &&
(allowInput === false ||
(activeElement && isInView(activeElement)))) {
var delta_1 = e.keyCode === 39 ? 1 : -1;
if (!e.ctrlKey)
- Create a ticketCreate a ticket
Function render
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function render(_ctx, _cache, $props, $setup, $data, $options) {
- Create a ticketCreate a ticket