angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

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

    function localeWeekdaysParse (weekdayName, format, strict) {
        var i, mom, regex;

        if (this._weekdaysParseExact) {
            return day_of_week__handleStrictParse.call(this, weekdayName, format, strict);

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

      Materialize.scrollFire = function(options) {
    
        var didScroll = false;
    
        window.addEventListener("scroll", function() {

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

          function prepareElementHidden() {
      
              var name
      
              if ( SETTINGS.hiddenName === true ) {

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

                left: function( position, data ) {
                    var within = data.within,
                        withinOffset = within.offset.left + within.scrollLeft,
                        outerWidth = within.width,
                        offsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,

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

                  left: function( position, data ) {
                      var within = data.within,
                          withinOffset = within.offset.left + within.scrollLeft,
                          outerWidth = within.width,
                          offsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,

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

                option: function( key, value ) {
                    var options = key,
                        parts,
                        curOption,
                        i;

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

                  option: function( key, value ) {
                      var options = key,
                          parts,
                          curOption,
                          i;

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

                    option: function( key, value ) {
                        var options = key,
                            parts,
                            curOption,
                            i;

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

                          left: function( position, data ) {
                              var within = data.within,
                                  withinOffset = within.offset.left + within.scrollLeft,
                                  outerWidth = within.width,
                                  offsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,

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

                        option: function( key, value ) {
                            var options = key,
                                parts,
                                curOption,
                                i;

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

                          option: function( key, value ) {
                              var options = key,
                                  parts,
                                  curOption,
                                  i;

                        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 option has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              option: function( key, value ) {
                                  var options = key,
                                      parts,
                                      curOption,
                                      i;

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

                                option: function( key, value ) {
                                    var options = key,
                                        parts,
                                        curOption,
                                        i;

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

                                  option: function( key, value ) {
                                      var options = key,
                                          parts,
                                          curOption,
                                          i;

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

                                    option: function( key, value ) {
                                        var options = key,
                                            parts,
                                            curOption,
                                            i;

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

                                      option: function( key, value ) {
                                          var options = key,
                                              parts,
                                              curOption,
                                              i;

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

                                            left: function( position, data ) {
                                                var within = data.within,
                                                    withinOffset = within.offset.left + within.scrollLeft,
                                                    outerWidth = within.width,
                                                    offsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,

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

                                          option: function( key, value ) {
                                              var options = key,
                                                  parts,
                                                  curOption,
                                                  i;

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

                                            option: function( key, value ) {
                                                var options = key,
                                                    parts,
                                                    curOption,
                                                    i;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language