Showing 1,792 of 1,794 total issues
Function renderText
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function renderText(ctx, text, x, y, font, opts = {}) {
- Create a ticketCreate a ticket
Function drawBorder
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function drawBorder(ctx, element, offset, spacing, endAngle, circular) {
- Create a ticketCreate a ticket
Function setMatcher
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if (e.ctrlKey) {
e.stopPropagation();
changeYear(self.currentYear - delta);
focusOnDay(getFirstAvailableDay(1), 0);
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
if ( newContext != context || !support.scope ) {
// Capture the context ID, setting it first if necessary
if ( ( nid = context.getAttribute( "id" ) ) ) {
nid = jQuery.escapeSelector( nid );
- Create a ticketCreate a ticket
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 ) );
}
- 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 ( 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