angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

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

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

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

                offsetString = function(offset) {
                    try {
                        return $.datepicker.parseDate($.datepicker._get(inst, "dateFormat"),
                            offset, $.datepicker._getFormatConfig(inst));
                    }

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

          _attachHandlers: function(inst) {
              var stepMonths = this._get(inst, "stepMonths"),
                  id = "#" + inst.id.replace( /\\\\/g, "\\" );
              inst.dpDiv.find("[data-handler]").map(function () {
                  var handler = {

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

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

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

                                add: function(elem, to, from, hide) {
                                    if ( !elem || Galleria.TOUCH ) {
                                        return;
                                    }
                                    if (!idle.bound) {

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

                                    createTag: function(value, additionalClass) {
                                        var that = this;
                                        // Automatically trims the value of leading and trailing whitespace.
                                        value = $.trim(value);
                            
                            

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

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

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

                                      _attachHandlers: function(inst) {
                                          var stepMonths = this._get(inst, "stepMonths"),
                                              id = "#" + inst.id.replace( /\\\\/g, "\\" );
                                          inst.dpDiv.find("[data-handler]").map(function () {
                                              var handler = {

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

                                                  offsetString = function(offset) {
                                                      try {
                                                          return $.datepicker.parseDate($.datepicker._get(inst, "dateFormat"),
                                                              offset, $.datepicker._getFormatConfig(inst));
                                                      }

                                        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