angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function position has 147 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.fn.position = function( options ) {
    if ( !options || !options.of ) {
        return _position.apply( this, arguments );
    }

    File rating-2950cb0cc12371f1da3063a74d48d57a8fe49a8b17fe7bbcaf066b7b7e989c64.js has 402 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*
     * # Semantic - Rating
     * http://github.com/semantic-org/semantic-ui/
     *
     *

      Function xdsoftScroller has 141 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          $.fn.xdsoftScroller = function (percent) {
              return this.each(function () {
                  var timeboxparent = $(this),
                      pointerEventToXY = function (e) {
                          var out = {x: 0, y: 0},

        Function init has 140 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            init: function( target, options ) {
        
                options = _legacyOptions( options );
        
                // save the original ingredients

          Function Suite has 139 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          getJasmineRequireObj().Suite = function(j$) {
            function Suite(attrs) {
              this.env = attrs.env;
              this.id = attrs.id;
              this.parentSuite = attrs.parentSuite;

            Function pp has 137 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            getJasmineRequireObj().pp = function(j$) {
            
              function PrettyPrinter() {
                this.ppNestLevel_ = 0;
                this.seen = [];

              Function _enter has 136 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      _enter: function( callback ) {
              
                          fullscreen.active = true;
              
                          if ( IFRAME ) {

                Function renderSection has 135 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    function renderSection(position) {
                        var sectionEl = $('<div class="fc-' + position + '"/>');
                        var options = calendar.options;
                        var buttonStr = options.header[position];
                
                

                  Function parse has 135 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  parse: function parse(input) {
                      var self = this, stack = [0], tstack = [], vstack = [null], lstack = [], table = this.table, yytext = '', yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1;
                      var args = lstack.slice.call(arguments, 1);
                      var lexer = Object.create(this.lexer);
                      var sharedState = { yy: {} };

                    Function _create has 134 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        _create: function() {
                    
                            var n, i, handle, axis, hname,
                                that = this,
                                o = this.options;

                      Function _create has 134 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          _create: function() {
                      
                              var n, i, handle, axis, hname,
                                  that = this,
                                  o = this.options;

                        Function _create has 134 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            _create: function() {
                        
                                var n, i, handle, axis, hname,
                                    that = this,
                                    o = this.options;

                          Function _transitions has 128 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              _transitions = (function() {
                          
                                  var _slide = function(params, complete, fade, door) {
                          
                                      var easing = this.getOptions('easing'),

                            Function _create has 128 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                    _create: function() {
                                        // for handling static scoping inside callbacks
                                        var that = this;
                            
                                        // There are 2 kinds of DOM nodes this widget can be instantiated on:

                              Function compilePatternMatch has 127 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  Assign.prototype.compilePatternMatch = function(o) {
                                    var acc, assigns, code, defaultValue, expandedIdx, fragments, i, idx, isObject, ivar, j, len1, name, obj, objects, olen, ref, ref3, ref4, ref5, ref6, ref7, rest, top, val, value, vvar, vvarText;
                                    top = o.level === LEVEL_TOP;
                                    value = this.value;
                                    objects = this.variable.base.objects;

                                File jasmine-html-98c5000e0f25c424e19c750090e95592be87545912b6be25fca072ed04f22df1.js has 378 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                /*
                                Copyright (c) 2008-2016 Pivotal Labs
                                
                                Permission is hereby granted, free of charge, to any person obtaining
                                a copy of this software and associated documentation files (the

                                  Consider simplifying this complex logical expression.
                                  Open

                                              if ( event.pageX == null && original.clientX != null ) {
                                                  eventDoc = event.target.ownerDocument || document;
                                                  doc = eventDoc.documentElement;
                                                  body = eventDoc.body;
                                  
                                  

                                    Consider simplifying this complex logical expression.
                                    Open

                                                if ( event.pageX == null && original.clientX != null ) {
                                                    eventDoc = event.target.ownerDocument || document;
                                                    doc = eventDoc.documentElement;
                                                    body = eventDoc.body;
                                    
                                    

                                      Function keydown has 124 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                                keydown: function(event) {
                                                  var
                                                    $currentlySelected = $item.not(className.filtered).filter('.' + className.selected).eq(0),
                                                    $activeItem        = $menu.children('.' + className.active).eq(0),
                                                    $selectedItem      = ($currentlySelected.length > 0)

                                        Function compileNode has 124 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            Code.prototype.compileNode = function(o) {
                                              var answer, boundfunc, code, exprs, i, j, k, l, len1, len2, len3, len4, len5, len6, lit, m, p, param, params, q, r, ref, ref3, ref4, ref5, ref6, ref7, ref8, splats, uniqs, val, wasEmpty, wrapper;
                                              if (this.bound && ((ref3 = o.scope.method) != null ? ref3.bound : void 0)) {
                                                this.context = o.scope.method.context;
                                              }
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language