carolinagc/webcalendar

View on GitHub

Showing 930 of 973 total issues

Function _injectTimePicker has 150 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        _injectTimePicker: function () {
            var $dp = this.inst.dpDiv,
                o = this.inst.settings,
                tp_inst = this,
                litem = '',
Severity: Major
Found in public/assets/application-f6f798d1f3911f01a85837a58166d089.js - About 6 hrs to fix

    Function _injectTimePicker has 150 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            _injectTimePicker: function () {
                var $dp = this.inst.dpDiv,
                    o = this.inst.settings,
                    tp_inst = this,
                    litem = '',
    Severity: Major
    Found in public/assets/application-245912c0c6d6ba6b9063bbe590ae4262.js - About 6 hrs to fix

      Function _injectTimePicker has 150 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              _injectTimePicker: function () {
                  var $dp = this.inst.dpDiv,
                      o = this.inst.settings,
                      tp_inst = this,
                      litem = '',
      Severity: Major
      Found in public/assets/application-be7aafb564607d9dbdf7d77c5c1fdc20.js - About 6 hrs to fix

        Function _injectTimePicker has 150 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                _injectTimePicker: function () {
                    var $dp = this.inst.dpDiv,
                        o = this.inst.settings,
                        tp_inst = this,
                        litem = '',
        Severity: Major
        Found in public/assets/application-ee4a6e59c938709392bfa5370a680408.js - About 6 hrs to fix

          Function _injectTimePicker has 150 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  _injectTimePicker: function () {
                      var $dp = this.inst.dpDiv,
                          o = this.inst.settings,
                          tp_inst = this,
                          litem = '',
          Severity: Major
          Found in public/assets/application-acfe820e7f1681bfacd0f77c4ee463aa.js - About 6 hrs to fix

            Function parseTime has 149 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                $.datepicker.parseTime = function (timeFormat, timeString, options) {
                    var o = extendRemove(extendRemove({}, $.timepicker._defaults), options || {}),
                        iso8601 = (timeFormat.replace(/\'.*?\'/g, '').indexOf('Z') !== -1);
            
                    // Strict parse requires the timeString to match the timeFormat exactly
            Severity: Major
            Found in public/assets/application-f6f798d1f3911f01a85837a58166d089.js - About 5 hrs to fix

              Function parseTime has 149 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  $.datepicker.parseTime = function (timeFormat, timeString, options) {
                      var o = extendRemove(extendRemove({}, $.timepicker._defaults), options || {}),
                          iso8601 = (timeFormat.replace(/\'.*?\'/g, '').indexOf('Z') !== -1);
              
                      // Strict parse requires the timeString to match the timeFormat exactly
              Severity: Major
              Found in public/assets/application-245912c0c6d6ba6b9063bbe590ae4262.js - About 5 hrs to fix

                Function parseTime has 149 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    $.datepicker.parseTime = function (timeFormat, timeString, options) {
                        var o = extendRemove(extendRemove({}, $.timepicker._defaults), options || {}),
                            iso8601 = (timeFormat.replace(/\'.*?\'/g, '').indexOf('Z') !== -1);
                
                        // Strict parse requires the timeString to match the timeFormat exactly
                Severity: Major
                Found in public/assets/application-be7aafb564607d9dbdf7d77c5c1fdc20.js - About 5 hrs to fix

                  Function parseTime has 149 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      $.datepicker.parseTime = function (timeFormat, timeString, options) {
                          var o = extendRemove(extendRemove({}, $.timepicker._defaults), options || {}),
                              iso8601 = (timeFormat.replace(/\'.*?\'/g, '').indexOf('Z') !== -1);
                  
                          // Strict parse requires the timeString to match the timeFormat exactly
                  Severity: Major
                  Found in public/assets/application-ee4a6e59c938709392bfa5370a680408.js - About 5 hrs to fix

                    Function parseTime has 149 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        $.datepicker.parseTime = function (timeFormat, timeString, options) {
                            var o = extendRemove(extendRemove({}, $.timepicker._defaults), options || {}),
                                iso8601 = (timeFormat.replace(/\'.*?\'/g, '').indexOf('Z') !== -1);
                    
                            // Strict parse requires the timeString to match the timeFormat exactly
                    Severity: Major
                    Found in public/assets/application-acfe820e7f1681bfacd0f77c4ee463aa.js - About 5 hrs to fix

                      Function parseDate has 148 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          parseDate: function (format, value, settings) {
                              if (format == null || value == null) {
                                  throw "Invalid arguments";
                              }
                      
                      
                      Severity: Major
                      Found in public/assets/application-f6f798d1f3911f01a85837a58166d089.js - About 5 hrs to fix

                        Function parseDate has 148 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            parseDate: function (format, value, settings) {
                                if (format == null || value == null) {
                                    throw "Invalid arguments";
                                }
                        
                        
                        Severity: Major
                        Found in public/assets/application-245912c0c6d6ba6b9063bbe590ae4262.js - About 5 hrs to fix

                          Function parseDate has 148 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              parseDate: function (format, value, settings) {
                                  if (format == null || value == null) {
                                      throw "Invalid arguments";
                                  }
                          
                          
                          Severity: Major
                          Found in public/assets/application-be7aafb564607d9dbdf7d77c5c1fdc20.js - About 5 hrs to fix

                            Function parseDate has 148 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                parseDate: function (format, value, settings) {
                                    if (format == null || value == null) {
                                        throw "Invalid arguments";
                                    }
                            
                            
                            Severity: Major
                            Found in public/assets/application-ee4a6e59c938709392bfa5370a680408.js - About 5 hrs to fix

                              Function parseDate has 148 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  parseDate: function (format, value, settings) {
                                      if (format == null || value == null) {
                                          throw "Invalid arguments";
                                      }
                              
                              
                              Severity: Major
                              Found in public/assets/application-acfe820e7f1681bfacd0f77c4ee463aa.js - About 5 hrs to fix

                                Function _limitMinMaxDateTime has 138 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                        _limitMinMaxDateTime: function (dp_inst, adjustSliders) {
                                            var o = this._defaults,
                                                dp_date = new Date(dp_inst.selectedYear, dp_inst.selectedMonth, dp_inst.selectedDay);
                                
                                            if (!this._defaults.showTimepicker) {
                                Severity: Major
                                Found in public/assets/application-f6f798d1f3911f01a85837a58166d089.js - About 5 hrs to fix

                                  Function _limitMinMaxDateTime has 138 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                          _limitMinMaxDateTime: function (dp_inst, adjustSliders) {
                                              var o = this._defaults,
                                                  dp_date = new Date(dp_inst.selectedYear, dp_inst.selectedMonth, dp_inst.selectedDay);
                                  
                                              if (!this._defaults.showTimepicker) {
                                  Severity: Major
                                  Found in public/assets/application-245912c0c6d6ba6b9063bbe590ae4262.js - About 5 hrs to fix

                                    Function _limitMinMaxDateTime has 138 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                            _limitMinMaxDateTime: function (dp_inst, adjustSliders) {
                                                var o = this._defaults,
                                                    dp_date = new Date(dp_inst.selectedYear, dp_inst.selectedMonth, dp_inst.selectedDay);
                                    
                                                if (!this._defaults.showTimepicker) {
                                    Severity: Major
                                    Found in public/assets/application-be7aafb564607d9dbdf7d77c5c1fdc20.js - About 5 hrs to fix

                                      Function _limitMinMaxDateTime has 138 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                              _limitMinMaxDateTime: function (dp_inst, adjustSliders) {
                                                  var o = this._defaults,
                                                      dp_date = new Date(dp_inst.selectedYear, dp_inst.selectedMonth, dp_inst.selectedDay);
                                      
                                                  if (!this._defaults.showTimepicker) {
                                      Severity: Major
                                      Found in public/assets/application-ee4a6e59c938709392bfa5370a680408.js - About 5 hrs to fix

                                        Function _limitMinMaxDateTime has 138 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                                _limitMinMaxDateTime: function (dp_inst, adjustSliders) {
                                                    var o = this._defaults,
                                                        dp_date = new Date(dp_inst.selectedYear, dp_inst.selectedMonth, dp_inst.selectedDay);
                                        
                                                    if (!this._defaults.showTimepicker) {
                                        Severity: Major
                                        Found in public/assets/application-acfe820e7f1681bfacd0f77c4ee463aa.js - About 5 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language