Showing 150 of 1,794 total issues
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
Avoid deeply nested control flow statements. Open
Open
if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {
return true;
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
else if (!isBackSlash)
regexStr += ".";
- 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
for ( conv2 in converters ) {
// If conv2 outputs current
tmp = conv2.split( " " );
if ( tmp[ 1 ] === current ) {
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if (match && (matched = true)) {
ops[token !== "Y" ? "push" : "unshift"]({
fn: _formatting__WEBPACK_IMPORTED_MODULE_0__.revFormat[token],
val: match[++matchIndex],
});
- 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