angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function invoke has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        invoke: function(query, passedArguments, context) {
          var
            object = instance,
            maxDepth,
            found,

    Function buildFragment has 51 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function buildFragment( elems, context, scripts, selection, ignored ) {
        var elem, tmp, tag, wrap, contains, j,
            fragment = context.createDocumentFragment(),
            nodes = [],
            i = 0,

      Function invoke has 51 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              invoke: function(query, passedArguments, context) {
                var
                  object = instance,
                  maxDepth,
                  found,

        Function invoke has 51 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                invoke: function(query, passedArguments, context) {
                  var
                    object = instance,
                    maxDepth,
                    found,

          Function url has 51 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                    url: function(source) {
                      var
                        api      = (settings.api)
                          ? 1
                          : 0,

            Function JsApiReporter has 51 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

              function JsApiReporter(options) {
                var timer = options.timer || noopTimer,
                    status = 'loaded';
            
                this.started = false;

              Function pushpin has 51 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                $.fn.pushpin = function (options) {
                  // Defaults
                  var defaults = {
                    top: 0,
                    bottom: Infinity,

                Function formats has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                DatePicker.prototype.formats = (function() {
                
                    // Return the length of the first word in a collection.
                    function getWordLengthFromCollection( string, collection, dateObject ) {
                
                

                  Function start has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      start: function() {
                          var element, p, co, ch, cw, width, height,
                              that = $( this ).resizable( "instance" ),
                              o = that.options,
                              el = that.element,

                    Function start has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        start: function() {
                            var element, p, co, ch, cw, width, height,
                                that = $( this ).resizable( "instance" ),
                                o = that.options,
                                el = that.element,

                      Function blind has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      return $.effects.effect.blind = function( o, done ) {
                          // Create element
                          var el = $( this ),
                              rvertical = /up|down|vertical/,
                              rpositivemotion = /up|left|vertical|horizontal/,

                        Function _animate has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            _animate: function( toShow, toHide, data ) {
                                var total, easing, duration,
                                    that = this,
                                    adjust = 0,
                                    boxSizing = toShow.css( "box-sizing" ),

                          Function blind has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          return $.effects.effect.blind = function( o, done ) {
                              // Create element
                              var el = $( this ),
                                  rvertical = /up|down|vertical/,
                                  rpositivemotion = /up|left|vertical|horizontal/,

                            Function formats has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            DatePicker.prototype.formats = (function() {
                            
                                // Return the length of the first word in a collection.
                                function getWordLengthFromCollection( string, collection, dateObject ) {
                            
                            

                              Function pushpin has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                $.fn.pushpin = function (options) {
                                  // Defaults
                                  var defaults = {
                                    top: 0,
                                    bottom: Infinity,

                                Function formats has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                DatePicker.prototype.formats = (function() {
                                
                                    // Return the length of the first word in a collection.
                                    function getWordLengthFromCollection( string, collection, dateObject ) {
                                
                                

                                  Function pushpin has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                    $.fn.pushpin = function (options) {
                                      // Defaults
                                      var defaults = {
                                        top: 0,
                                        bottom: Infinity,

                                    Function _animate has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        _animate: function( toShow, toHide, data ) {
                                            var total, easing, duration,
                                                that = this,
                                                adjust = 0,
                                                boxSizing = toShow.css( "box-sizing" ),

                                      Function start has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          start: function() {
                                              var element, p, co, ch, cw, width, height,
                                                  that = $( this ).resizable( "instance" ),
                                                  o = that.options,
                                                  el = that.element,

                                        Function blind has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        var effectBlind = $.effects.effect.blind = function( o, done ) {
                                            // Create element
                                            var el = $( this ),
                                                rvertical = /up|down|vertical/,
                                                rpositivemotion = /up|left|vertical|horizontal/,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language