angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function matchWithInterpolations has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    Lexer.prototype.matchWithInterpolations = function(regex, delimiter) {
      var close, column, firstToken, index, lastToken, line, nested, offsetInChunk, open, ref2, ref3, ref4, str, strPart, tokens;
      tokens = [];
      offsetInChunk = delimiter.length;
      if (this.chunk.slice(0, offsetInChunk) !== delimiter) {

    Function CallTracker has 52 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function CallTracker() {
        var calls = [];
        var opts = {};
    
        function argCloner(context) {

      Function create__createDuration has 52 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          function create__createDuration (input, key) {
              var duration = input,
                  // matching against regexp is expensive, do it on demand
                  match = null,
                  sign,

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

            init: function(options) {
        
                Galleria.requires(1.4, 'This version of Classic theme requires Galleria 1.4 or later');
        
                // add some elements

          Function create__createDuration has 52 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              function create__createDuration (input, key) {
                  var duration = input,
                      // matching against regexp is expensive, do it on demand
                      match = null,
                      sign,

            Function _refreshValue has 52 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                _refreshValue: function() {
                    var lastValPercent, valPercent, value, valueMin, valueMax,
                        oRange = this.options.range,
                        o = this.options,
                        that = this,

              Function _refreshValue has 52 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  _refreshValue: function() {
                      var lastValPercent, valPercent, value, valueMin, valueMax,
                          oRange = this.options.range,
                          o = this.options,
                          that = this,

                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 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 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 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 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,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language