sazze/node-pm

View on GitHub

Showing 297 of 342 total issues

Function e has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function e(a) {
      for (var l = a.d, p = [l, "pln"], d = 0, g = a.a.match(y) || [], r = {}, n = 0, z = g.length; n < z; ++n) {
        var f = g[n],
            b = r[f],
            o = void 0,
Severity: Minor
Found in docs/template/static/scripts/prettify/prettify.js - About 1 hr to fix

    Function readable has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      p.readable = function() {
        var uri = this.clone();
        // removing username, password, because they shouldn't be displayed according to RFC 3986
        uri.username("").password("").normalize();
        var t = '';
    Severity: Minor
    Found in docs/template/static/scripts/URI.js - About 1 hr to fix

      Function directory has 33 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        p.directory = function(v, build) {
          if (this._parts.urn) {
            return v === undefined ? '' : this;
          }
          if (v === undefined || v === true) {
      Severity: Minor
      Found in docs/template/static/scripts/URI.js - About 1 hr to fix

        Function Gn has 33 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          function Gn(e, t, n) {
            var r, i, s, o, u, a, f, l, c, h = this,
                p = e.style,
                d = {},
                m = [],
        Severity: Minor
        Found in docs/template/static/scripts/jquery.min.js - About 1 hr to fix

          Function directory has 33 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

            p.directory = function(v, build) {
              if (this._parts.urn) {
                return v === undefined ? '' : this;
              }
              if (v === undefined || v === true) {
          Severity: Minor
          Found in docs/scripts/URI.js - About 1 hr to fix

            Function e has 33 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                function e(a) {
                  for (var l = a.d, p = [l, "pln"], d = 0, g = a.a.match(y) || [], r = {}, n = 0, z = g.length; n < z; ++n) {
                    var f = g[n],
                        b = r[f],
                        o = void 0,
            Severity: Minor
            Found in docs/scripts/prettify/prettify.js - About 1 hr to fix

              Function readable has 33 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                p.readable = function() {
                  var uri = this.clone();
                  // removing username, password, because they shouldn't be displayed according to RFC 3986
                  uri.username("").password("").normalize();
                  var t = '';
              Severity: Minor
              Found in docs/scripts/URI.js - About 1 hr to fix

                Function Gn has 33 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                  function Gn(e, t, n) {
                    var r, i, s, o, u, a, f, l, c, h = this,
                        p = e.style,
                        d = {},
                        m = [],
                Severity: Minor
                Found in docs/scripts/jquery.min.js - About 1 hr to fix

                  Function domain has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                    p.domain = function(v, build) {
                      if (this._parts.urn) {
                        return v === undefined ? '' : this;
                      }
                      if (typeof v === 'boolean') {
                  Severity: Minor
                  Found in docs/template/static/scripts/URI.js - About 1 hr to fix

                    Function shutdown has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                      function shutdown() {
                        if (restarting) {
                          verbose('waiting for restart to finish');
                          setTimeout(shutdown, 50);
                          return;
                    Severity: Minor
                    Found in lib/master.js - About 1 hr to fix

                      Function domain has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                        p.domain = function(v, build) {
                          if (this._parts.urn) {
                            return v === undefined ? '' : this;
                          }
                          if (typeof v === 'boolean') {
                      Severity: Minor
                      Found in docs/scripts/URI.js - About 1 hr to fix

                        Function domManip has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            domManip: function(e, n, r) {
                              e = [].concat.apply([], e);
                              var i, s, o, u, a = 0,
                                  f = e[0],
                                  l = [],
                        Severity: Minor
                        Found in docs/template/static/scripts/jquery.min.js - About 1 hr to fix

                          Function defaultNumberParser has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              function defaultNumberParser(context) {
                                  var current = context.reader.current(), 
                                      number, 
                                      line = context.reader.getLine(), 
                                      column = context.reader.getColumn(),
                          Severity: Minor
                          Found in docs/template/static/scripts/sunlight.js - About 1 hr to fix

                            Function o has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                      o = function(u, a, f, l, h) {
                                      var p, d, v, m = [],
                                          y = 0,
                                          w = "0",
                                          x = u && [],
                            Severity: Minor
                            Found in docs/template/static/scripts/jquery.min.js - About 1 hr to fix

                              Function send has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      send: function(i, s) {
                                        var o, u, a = n.xhr();
                                        n.username ? a.open(n.type, n.url, n.async, n.username, n.password) : a.open(n.type, n.url, n.async);
                                        if (n.xhrFields) for (u in n.xhrFields) a[u] = n.xhrFields[u];
                                        n.mimeType && a.overrideMimeType && a.overrideMimeType(n.mimeType), !n.crossDomain && !i["X-Requested-With"] && (i["X-Requested-With"] = "XMLHttpRequest");
                              Severity: Minor
                              Found in docs/template/static/scripts/jquery.min.js - About 1 hr to fix

                                Function reOpenIO has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                function reOpenIO(io, callback) {
                                  if (typeof callback !== 'function') {
                                    callback = function () {};
                                  }
                                
                                
                                Severity: Minor
                                Found in lib/worker.js - About 1 hr to fix

                                  Function defaultNumberParser has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      function defaultNumberParser(context) {
                                          var current = context.reader.current(), 
                                              number, 
                                              line = context.reader.getLine(), 
                                              column = context.reader.getColumn(),
                                  Severity: Minor
                                  Found in docs/scripts/sunlight.js - About 1 hr to fix

                                    Function domManip has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        domManip: function(e, n, r) {
                                          e = [].concat.apply([], e);
                                          var i, s, o, u, a = 0,
                                              f = e[0],
                                              l = [],
                                    Severity: Minor
                                    Found in docs/scripts/jquery.min.js - About 1 hr to fix

                                      Function o has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                                o = function(u, a, f, l, h) {
                                                var p, d, v, m = [],
                                                    y = 0,
                                                    w = "0",
                                                    x = u && [],
                                      Severity: Minor
                                      Found in docs/scripts/jquery.min.js - About 1 hr to fix

                                        Function send has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                                send: function(i, s) {
                                                  var o, u, a = n.xhr();
                                                  n.username ? a.open(n.type, n.url, n.async, n.username, n.password) : a.open(n.type, n.url, n.async);
                                                  if (n.xhrFields) for (u in n.xhrFields) a[u] = n.xhrFields[u];
                                                  n.mimeType && a.overrideMimeType && a.overrideMimeType(n.mimeType), !n.crossDomain && !i["X-Requested-With"] && (i["X-Requested-With"] = "XMLHttpRequest");
                                        Severity: Minor
                                        Found in docs/scripts/jquery.min.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language