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
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 ( Expr.relative[ tokens[ j ].type ] ) {
break;
}
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
} else if ( match[ 2 ] ) {
push.apply( results, context.getElementsByTagName( selector ) );
return results;
// Class selector
- 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 (match) {
matched = true;
ops[token_1 !== "Y" ? "push" : "unshift"]({
fn: revFormat[token_1],
val: match[++matchIndex],
- Create a ticketCreate a ticket
Avoid deeply nested control flow statements. Open
Open
else if (eventTarget === self.currentYearElement) {
changeYear(self.currentYear - delta);
}
else if (self.config.enableTime) {
if (!isTimeObj && self.hourElement)
- Create a ticketCreate a ticket
Function evaluateInteractionItems
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function evaluateInteractionItems(chart, axis, position, handler, intersect) {
- Create a ticketCreate a ticket
Function _createResolver
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _createResolver(scopes, prefixes = [''], rootScopes = scopes, fallback, getTarget = () => scopes[0]) {
- Create a ticketCreate a ticket
Function i
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
list.i = function i(modules, media, dedupe, supports, layer) {
- Create a ticketCreate a ticket
Function Tween
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function Tween( elem, options, prop, end, easing ) {
- Create a ticketCreate a ticket
Function addScopesFromKey
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function addScopesFromKey(set, allScopes, key, fallback, item) {
- Create a ticketCreate a ticket
Function updateLimits
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function updateLimits(limits, orig, angle, hLimits, vLimits) {
- Create a ticketCreate a ticket
Function buildFragment
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function buildFragment( elems, context, scripts, selection, ignored ) {
- Create a ticketCreate a ticket
Function add
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
add: function( elem, types, handler, data, selector ) {
- Create a ticketCreate a ticket
Method addJsPaginatorInContainer
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addJsPaginatorInContainer($ipp, $containerHeight, array $options = [], $container = null, $scrollRegion = 'Body')
- Create a ticketCreate a ticket
Function hueValue
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function hueValue(r, g, b, d, max) {
- Create a ticketCreate a ticket
Function drawArc
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function drawArc(ctx, element, offset, spacing, circular) {
- Create a ticketCreate a ticket
Function condense
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function condense( unmatched, map, filter, context, xml ) {
- Create a ticketCreate a ticket
Method _setOrAppend
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function _setOrAppend($tag, ?string $value = null, bool $encodeHtml = true, bool $append = false, bool $throwIfNotFound = true): void
- Create a ticketCreate a ticket