carolinagc/webcalendar

View on GitHub

Showing 973 of 973 total issues

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

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

                          jQuery.Callbacks = function( options ) {
                          
                              // Convert options from String-formatted to Object-formatted if needed
                              // (we check in cache first)
                              options = typeof options === "string" ?
                          Severity: Major
                          Found in public/assets/application-f6f798d1f3911f01a85837a58166d089.js - About 5 hrs to fix

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

                            jQuery.Callbacks = function( options ) {
                            
                                // Convert options from String-formatted to Object-formatted if needed
                                // (we check in cache first)
                                options = typeof options === "string" ?
                            Severity: Major
                            Found in public/assets/application-245912c0c6d6ba6b9063bbe590ae4262.js - About 5 hrs to fix

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

                              jQuery.Callbacks = function( options ) {
                              
                                  // Convert options from String-formatted to Object-formatted if needed
                                  // (we check in cache first)
                                  options = typeof options === "string" ?
                              Severity: Major
                              Found in public/assets/application-be7aafb564607d9dbdf7d77c5c1fdc20.js - About 5 hrs to fix

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

                                jQuery.Callbacks = function( options ) {
                                
                                    // Convert options from String-formatted to Object-formatted if needed
                                    // (we check in cache first)
                                    options = typeof options === "string" ?
                                Severity: Major
                                Found in public/assets/application-ee4a6e59c938709392bfa5370a680408.js - About 5 hrs to fix

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

                                  jQuery.Callbacks = function( options ) {
                                  
                                      // Convert options from String-formatted to Object-formatted if needed
                                      // (we check in cache first)
                                      options = typeof options === "string" ?
                                  Severity: Major
                                  Found in public/assets/application-acfe820e7f1681bfacd0f77c4ee463aa.js - About 5 hrs to fix

                                    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;
                                    
                                    
                                    Severity: Critical
                                    Found in public/assets/application-f6f798d1f3911f01a85837a58166d089.js - About 5 hrs to fix

                                      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;
                                      
                                      
                                      Severity: Critical
                                      Found in public/assets/application-245912c0c6d6ba6b9063bbe590ae4262.js - About 5 hrs to fix

                                        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;
                                        
                                        
                                        Severity: Critical
                                        Found in public/assets/application-be7aafb564607d9dbdf7d77c5c1fdc20.js - About 5 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language