Showing 1,675 of 1,675 total issues
Function getDataInternal
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
var getDataInternal = function(prefix, prop, type, force, prefixConfig) {
Function eachLevel
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
eachLevel: function(node, levelBegin, levelEnd, action, flags) {
Function stripify
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
stripify: function(tail, initElem, w, coord, prop) {
Function moebiusTransformation
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Graph.Util.moebiusTransformation = function(graph, pos, prop, startPos, flags) {
Function _applyStyles
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_applyStyles = function(parent, node, style, dimensions, uiComponent) {
Function registerConnection
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
registerConnection = function(otherIndex, otherEndpoint, otherAnchor, elId, c) {
Function redraw
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.redraw = function(elementId, ui, timestamp, offsetToUI, clearEdits) {
Function _anchorSelector
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_anchorSelector = params.selector || function(xy, wh, txy, twh, anchors) {
Function _distance
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_distance = function(anchor, cx, cy, xy, wh) {
Function orthogonal
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
orthogonal : function(axis, startStub, otherStartStub, endStub, otherEndStub) {
Function clampToGrid
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
clampToGrid : function(x, y, grid, dontClampX, dontClampY) {
Function perpendicular
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
perpendicular : function(axis, ss, oss, es, oes) {
Function getVml
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.getVml = function(d, atts, anchor, parent, _jsPlumb) { return _node("rect", d, atts, parent, _jsPlumb); };
Function getVml
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.getVml = function(d, atts, anchor, parent, _jsPlumb) { return _node("oval", d, atts, parent, _jsPlumb); };
Function isDropAllowed
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.isDropAllowed = function(sourceId, targetId, scope, connection, dropEndpoint) {
Function detach
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.detach = function(connection, ignoreTarget, forceDetach, fireEvent, originalEvent) {
Function opposite
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
opposite : function(axis, ss, oss, es, oes) {
Function v
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
if(Math.max(l,k)-c<B)return e=a[b].x-a[0].x,m=a[b].y-a[0].y,f[0]=0+1*(e*(a[0].y-0)-m*(a[0].x-0))*(1/(0*e-1*m)),1}v(a,b,0.5,g,h);a=u(g,b,e,d+1);b=u(h,b,m,d+1);for(d=0;d<a;d++)f[d]=e[d];for(d=0;d<b;d++)f[d+a]=m[d];return a+b},v=function(a,b,f,d,g){for(var h=[[]],e=0;e<=b;e++)h[0][e]=a[e];for(a=1;a<=b;a++)for(e=0;e<=b-a;e++)h[a]||(h[a]=[]),h[a][e]||(h[a][e]={}),h[a][e].x=(1-f)*h[a-1][e].x+f*h[a-1][e+1].x,h[a][e].y=(1-f)*h[a-1][e].y+f*h[a-1][e+1].y;if(null!=d)for(e=0;e<=b;e++)d[e]=h[e][0];if(null!=g)for(e=
Function sizeCanvas
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.sizeCanvas = function(canvas, x, y, w, h) {
Function _computeFace
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_computeFace = function(x1, y1, x2, y2, fractionalLength) {