angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function top has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        top: function( position, data ) {
            var within = data.within,
                withinOffset = within.offset.top + within.scrollTop,
                outerHeight = within.height,
                offsetTop = within.isWindow ? within.scrollTop : within.offset.top,

    Function _createRange has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        _createRange: function() {
            var options = this.options,
                classes = "";
    
            if ( options.range ) {

      Function _mouseStop has 32 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          _mouseStop: function(event) {
      
              this.resizing = false;
              var pr, ista, soffseth, soffsetw, s, left, top,
                  o = this.options, that = this;

        Function _refreshItems has 32 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            _refreshItems: function(event) {
        
                this.items = [];
                this.containers = [this];
        
        

          Function computeEventDrop has 31 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              computeEventDrop: function(startSpan, endSpan, event) {
                  var calendar = this.view.calendar;
                  var dragStart = startSpan.start;
                  var dragEnd = endSpan.start;
                  var delta;

            Function handlers has 31 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                handlers: function( event, handlers ) {
                    var i, matches, sel, handleObj,
                        handlerQueue = [],
                        delegateCount = handlers.delegateCount,
                        cur = event.target;

              Function getDraggedElMeta has 31 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function getDraggedElMeta(el) {
                  var prefix = FC.dataAttrPrefix;
                  var eventProps; // properties for creating the event, not related to date/time
                  var startTime; // a Duration
                  var duration;

                Function removeClass has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    removeClass: function( value ) {
                        var classes, elem, cur, curValue, clazz, j, finalValue,
                            i = 0;
                
                        if ( jQuery.isFunction( value ) ) {

                  Function object has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                            object: function(searchTerm, source) {
                              var
                                results         = [],
                                fullTextResults = [],
                                searchFields    = $.isArray(settings.searchFields)

                    Function removeClass has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        removeClass: function( value ) {
                            var classes, elem, cur, curValue, clazz, j, finalValue,
                                i = 0;
                    
                            if ( jQuery.isFunction( value ) ) {

                      Function load has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      jQuery.fn.load = function( url, params, callback ) {
                          var selector, type, response,
                              self = this,
                              off = url.indexOf( " " );
                      
                      

                        Function handlers has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            handlers: function( event, handlers ) {
                                var i, matches, sel, handleObj,
                                    handlerQueue = [],
                                    delegateCount = handlers.delegateCount,
                                    cur = event.target;

                          Function numberToken has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              Lexer.prototype.numberToken = function() {
                                var binaryLiteral, lexedLength, match, number, octalLiteral;
                                if (!(match = NUMBER.exec(this.chunk))) {
                                  return 0;
                                }

                            Function invert has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                Op.prototype.invert = function() {
                                  var allInvertable, curr, fst, op, ref3;
                                  if (this.isChainable() && this.first.isChainable()) {
                                    allInvertable = true;
                                    curr = this;

                              Function handlers has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  handlers: function( event, handlers ) {
                                      var i, matches, sel, handleObj,
                                          handlerQueue = [],
                                          delegateCount = handlers.delegateCount,
                                          cur = event.target;

                                Function removeClass has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    removeClass: function( value ) {
                                        var classes, elem, cur, curValue, clazz, j, finalValue,
                                            i = 0;
                                
                                        if ( jQuery.isFunction( value ) ) {

                                  Function promise has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  jQuery.ready.promise = function( obj ) {
                                      if ( !readyList ) {
                                  
                                          readyList = jQuery.Deferred();
                                  
                                  

                                    Function Any has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    getJasmineRequireObj().Any = function(j$) {
                                    
                                      function Any(expectedObject) {
                                        if (typeof expectedObject === 'undefined') {
                                          throw new TypeError(

                                      Function Order has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      getJasmineRequireObj().Order = function() {
                                        function Order(options) {
                                          this.random = 'random' in options ? options.random : true;
                                          var seed = this.seed = options.seed || generateSeed();
                                          this.sort = this.random ? randomOrder : naturalOrder;

                                        Function configFromStringAndArray has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            function configFromStringAndArray(config) {
                                                var tempConfig,
                                                    bestMoment,
                                        
                                                    scoreToBeat,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language