angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

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

            wait : function(options) {

                Galleria._waiters = Galleria._waiters || [];

                options = $.extend({

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

                hide : function( elem, speed, callback ) {
    
                    callback = callback || F;
    
                    var $elem = $(elem);

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

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

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

                          var scale = function() {
                  
                              // set stagewidth
                              self._stageWidth = width || self.$( 'stage' ).width();
                              self._stageHeight = height || self.$( 'stage' ).height();

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

                                    flash: function(params, complete) {
                                        $(params.next).css({
                                            opacity: 0,
                                            left: 0
                                        });

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

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

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

                                function handleEntryPoint ( index, value, that ) {
                            
                                    var percentage;
                            
                                    // Wrap numerical input in an array.

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

                                                      line_time = function line_time(h, m) {
                                                          var now = _xdsoft_datetime.now();
                                                          now.setHours(h);
                                                          h = parseInt(now.getHours(), 10);
                                                          now.setMinutes(m);

                                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 ) ) ) ) {

                                    Consider simplifying this complex logical expression.
                                    Open

                                        if ( support.matchesSelector && documentIsHTML &&
                                            !compilerCache[ expr + " " ] &&
                                            ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
                                            ( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
                                    
                                    

                                      Consider simplifying this complex logical expression.
                                      Open

                                              if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                                                      support.getById && context.nodeType === 9 && documentIsHTML &&
                                                      Expr.relative[ tokens[1].type ] ) {
                                      
                                                  context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];

                                        Consider simplifying this complex logical expression.
                                        Open

                                                if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                                                        support.getById && context.nodeType === 9 && documentIsHTML &&
                                                        Expr.relative[ tokens[1].type ] ) {
                                        
                                                    context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language