Showing 150 of 1,794 total issues
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 ( matchedSelectors[ sel ] ) {
matchedHandlers.push( handleObj );
}
- Create a ticketCreate a ticket
Function on
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function on( elem, types, selector, data, fn, one ) {
- Create a ticketCreate a ticket
Function init
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
init: function( elem, options, prop, end, easing, unit ) {
- Create a ticketCreate a ticket
Method addModal
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addModal($button, $defaults, \Closure $callback, $owner = null, $args = [], $isDisabled = false)
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
else if (!self.config.noCalendar &&
self.daysContainer &&
self.daysContainer.contains(eventTarget) &&
e.shiftKey) {
e.preventDefault();
- Create a ticketCreate a ticket
Function getNearestItems
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function getNearestItems(chart, position, axis, intersect, useFinalPosition, includeInvisible) {
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( ofType ?
nodeName( node, name ) :
node.nodeType === 1 ) {
return false;
- 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
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 ( copyIsArray && !Array.isArray( src ) ) {
clone = [];
} else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) {
clone = {};
} else {
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( attrs[ i ] ) {
name = attrs[ i ].name;
if ( name.indexOf( "data-" ) === 0 ) {
name = camelCase( name.slice( 5 ) );
dataAttr( elem, name, data[ name ] );
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( restoreDisplay == null ) {
display = style.display;
restoreDisplay = display === "none" ? "" : display;
}
- 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
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