angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function init has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    init : function (scope, libraries, method, options, response) {
      var args = [scope, method, options, response],
          responses = [];

      // check RTL

    Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    DatePicker.prototype.set = function( type, value, options ) {
    
        var calendar = this,
            calendarItem = calendar.item
    
    

      Function computeMonthsParse has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          function computeMonthsParse () {
              function cmpLenRev(a, b) {
                  return b.length - a.length;
              }
      
      

        Function deprecate has 26 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            function deprecate(msg, fn) {
                var firstTime = true;
        
                return extend(function () {
                    if (utils_hooks__hooks.deprecationHandler != null) {

          Function create has 26 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          DatePicker.prototype.create = function( type, value, options ) {
          
              var isInfiniteValue,
                  calendar = this
          
          

            Function _destroy has 26 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                _destroy: function() {
            
                    this._mouseDestroy();
            
                    var wrapper,

              Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                          set: function( elem, value ) {
                              var parsed, curElem,
                                  backgroundColor = "";
              
                              if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                            set: function( elem, value ) {
                                var parsed, curElem,
                                    backgroundColor = "";
                
                                if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                  Function _destroy has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      _destroy: function() {
                  
                          this._mouseDestroy();
                  
                          var wrapper,

                    Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                                set: function( elem, value ) {
                                    var parsed, curElem,
                                        backgroundColor = "";
                    
                                    if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                      Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                                  set: function( elem, value ) {
                                      var parsed, curElem,
                                          backgroundColor = "";
                      
                                      if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                        Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                    set: function( elem, value ) {
                                        var parsed, curElem,
                                            backgroundColor = "";
                        
                                        if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                          Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                      set: function( elem, value ) {
                                          var parsed, curElem,
                                              backgroundColor = "";
                          
                                          if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                            Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                        set: function( elem, value ) {
                                            var parsed, curElem,
                                                backgroundColor = "";
                            
                                            if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                              Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                          set: function( elem, value ) {
                                              var parsed, curElem,
                                                  backgroundColor = "";
                              
                                              if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                                Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                            set: function( elem, value ) {
                                                var parsed, curElem,
                                                    backgroundColor = "";
                                
                                                if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                                  Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                              set: function( elem, value ) {
                                                  var parsed, curElem,
                                                      backgroundColor = "";
                                  
                                                  if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                                    Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                                set: function( elem, value ) {
                                                    var parsed, curElem,
                                                        backgroundColor = "";
                                    
                                                    if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                                      Function set has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                                  set: function( elem, value ) {
                                                      var parsed, curElem,
                                                          backgroundColor = "";
                                      
                                                      if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {

                                        Function _playCheck has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            _playCheck : function() {
                                                var self = this,
                                                    played = 0,
                                                    interval = 20,
                                                    now = Utils.timestamp(),
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language