angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

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

    open: function( event ) {
        var that = this,
            target = $( event ? event.target : this.element )
                // we need closest here due to mouseover bubbling,
                // but always pointing at the same event target

    Function attr has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        attr: function( elem, name, value ) {
            var ret, hooks,
                nType = elem.nodeType;
    
            // Don't get/set attributes on text, comment and attribute nodes

      Function intersectRanges has 30 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function intersectRanges(subjectRange, constraintRange) {
          var subjectStart = subjectRange.start;
          var subjectEnd = subjectRange.end;
          var constraintStart = constraintRange.start;
          var constraintEnd = constraintRange.end;

        Function renderDates has 30 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            renderDates: function(isRigid) {
                var view = this.view;
                var rowCnt = this.rowCnt;
                var colCnt = this.colCnt;
                var html = '';

          Function show has 30 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                    show: function(callback) {
                      callback = $.isFunction(callback) ? callback : function(){};
                      if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) {
                        module.set.visible();
                        $popup

            Function renderMoreLink has 30 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                renderMoreLink: function(row, col, hiddenSegs) {
                    var _this = this;
                    var view = this.view;
            
                    return $('<a class="fc-more"/>')

              Function renderContentSkeleton has 30 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  renderContentSkeleton: function() {
                      var cellHtml = '';
                      var i;
                      var skeletonEl;
              
              

                Function setHeight has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    setHeight: function(totalHeight, isAuto) {
                        var eventLimit;
                        var scrollerHeight;
                        var scrollbarWidths;
                
                

                  Function renderSlatRowHtml has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      renderSlatRowHtml: function() {
                          var view = this.view;
                          var isRTL = this.isRTL;
                          var html = '';
                          var slotTime = moment.duration(+this.minTime); // wish there was .clone() for durations

                    Function increment has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                            increment: function(incrementValue) {
                              var
                                total          = module.total || false,
                                edgeValue,
                                startValue,

                      Function html has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                                html: function(source, id, url) {
                                  module.debug('Generating embed html');
                                  var
                                    html
                                  ;

                        Function clear has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                clear: function() {
                                  $field
                                    .each(function () {
                                      var
                                        $field       = $(this),

                          Function compileStatement has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              If.prototype.compileStatement = function(o) {
                                var answer, body, child, cond, exeq, ifPart, indent;
                                child = del(o, 'chainChild');
                                exeq = del(o, 'isExistentialEquals');
                                if (exeq) {

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

                              CoffeeScript.load = function(url, callback, options, hold) {
                                var xhr;
                                if (options == null) {
                                  options = {};
                                }

                              Function compileSplice has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  Assign.prototype.compileSplice = function(o) {
                                    var answer, exclusive, from, fromDecl, fromRef, name, ref3, ref4, ref5, to, valDef, valRef;
                                    ref3 = this.variable.properties.pop().range, from = ref3.from, to = ref3.to, exclusive = ref3.exclusive;
                                    name = this.variable.compile(o);
                                    if (from) {

                                Function attr has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    attr: function( elem, name, value ) {
                                        var ret, hooks,
                                            nType = elem.nodeType;
                                
                                        // Don't get/set attributes on text, comment and attribute nodes

                                  Function getSetOffset has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      function getSetOffset (input, keepLocalTime) {
                                          var offset = this._offset || 0,
                                              localAdjust;
                                          if (input != null) {
                                              if (typeof input === 'string') {

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

                                        function configFromStringAndArray(config) {
                                            var tempConfig,
                                                bestMoment,
                                    
                                                scoreToBeat,

                                      Function navigate has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      DatePicker.prototype.navigate = function( type, value, options ) {
                                      
                                          var targetDateObject,
                                              targetYear,
                                              targetMonth,

                                        Function to has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        spaces.hsla.to = function( rgba ) {
                                            if ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {
                                                return [ null, null, null, rgba[ 3 ] ];
                                            }
                                            var r = rgba[ 0 ] / 255,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language