angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn[ name ] = function( options ) {
        var isMethodCall = typeof options === "string",
            args = widget_slice.call( arguments, 1 ),
            returnValue = this;

    Function refresh has 43 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        refresh: function() {
            var menus, items,
                that = this,
                icon = this.options.icons.submenu,
                submenus = this.element.find( this.options.menus );

      Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          $.fn[ name ] = function( options ) {
              var isMethodCall = typeof options === "string",
                  args = widget_slice.call( arguments, 1 ),
                  returnValue = this;
      
      

        Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            $.fn[ name ] = function( options ) {
                var isMethodCall = typeof options === "string",
                    args = widget_slice.call( arguments, 1 ),
                    returnValue = this;
        
        

          Function refresh has 43 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              refresh: function() {
                  var menus, items,
                      that = this,
                      icon = this.options.icons.submenu,
                      submenus = this.element.find( this.options.menus );

            Function _drawMenu has 43 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                _drawMenu: function() {
                    var that = this;
            
                    // Create menu
                    this.menu = $( "<ul>", {

              Function onload has 43 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                          onload = (function( self, callback, src ) {
              
                              return function() {
              
                                  var complete = function() {

                Function onThumbLoad has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                            onThumbLoad = function( thumb, callback ) {
                
                                // scale when ready
                                thumb.scale({
                                    width:    thumb.data.width,

                  Function parallax has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      $.fn.parallax = function () {
                        var window_width = $(window).width();
                        // Parallax Scripts
                        return this.each(function(i) {
                          var $this = $(this);

                    Function defaults has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    DatePicker.defaults = (function( prefix ) {
                    
                        return {
                    
                            // The title label to use for the month nav buttons

                      Function parallax has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          $.fn.parallax = function () {
                            var window_width = $(window).width();
                            // Parallax Scripts
                            return this.each(function(i) {
                              var $this = $(this);

                        Function defaults has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        DatePicker.defaults = (function( prefix ) {
                        
                            return {
                        
                                // The title label to use for the month nav buttons

                          Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              $.fn[ name ] = function( options ) {
                                  var isMethodCall = typeof options === "string",
                                      args = widget_slice.call( arguments, 1 ),
                                      returnValue = this;
                          
                          

                            Function _drawMenu has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                _drawMenu: function() {
                                    var that = this;
                            
                                    // Create menu
                                    this.menu = $( "<ul>", {

                              Function refresh has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  refresh: function() {
                                      var menus, items,
                                          that = this,
                                          icon = this.options.icons.submenu,
                                          submenus = this.element.find( this.options.menus );

                                Function selectValues has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                          selectValues: function() {
                                            var
                                              select = {}
                                            ;
                                            select.values = (settings.sortSelect)

                                  Function standard has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      standard: function(response) {
                                        var
                                          html = ''
                                        ;
                                        if(response.results !== undefined) {

                                    Function format has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                      PrettyPrinter.prototype.format = function(value) {
                                        this.ppNestLevel_++;
                                        try {
                                          if (j$.util.isUndefined(value)) {
                                            this.emitScalar('undefined');

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

                                              hide: function(e) {
                                                  TouchHandler.touchup(e);
                                      
                                                  var el = this;
                                                  var width = el.clientWidth * 1.4;

                                        Function shake has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        return $.effects.effect.shake = function( o, done ) {
                                        
                                            var el = $( this ),
                                                props = [ "position", "top", "bottom", "left", "right", "height", "width" ],
                                                mode = $.effects.setMode( el, o.mode || "effect" ),
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language