VSVverkeerskunde/gvq-api

View on GitHub

Showing 428 of 1,426 total issues

Avoid too many return statements within this function.
Open

        return jQuery.makeArray( selector, this );
Severity: Major
Found in public/js/jquery.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return data;
    Severity: Major
    Found in public/js/jquery.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                          return results;
      Severity: Major
      Found in public/js/jquery.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return elem.disabled === disabled;
        Severity: Major
        Found in public/js/jquery.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                          return this.constructor( context ).find( selector );
          Severity: Major
          Found in public/js/jquery.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                        return 0;
            Severity: Major
            Found in public/js/jquery.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                          return function (data, val) { // meta is also passed in, but not used
                              data[mSource] = val;
                          };
              Severity: Major
              Found in public/js/jquery.dataTables.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                                    return order * -1;
                Severity: Major
                Found in public/js/bootstrap-table.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                                      return 0;
                  Severity: Major
                  Found in public/js/bootstrap-table.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                                        return host.length ?
                                            [ host.data('dt-row') ] :
                                            [];
                    Severity: Major
                    Found in public/js/jquery.dataTables.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                      return jqResult;
                      Severity: Major
                      Found in public/js/jquery.dataTables.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                    return function (data, type) { // row and meta also passed, but not used
                                        return data[mSource];
                                    };
                        Severity: Major
                        Found in public/js/jquery.dataTables.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                              return [ sel._DT_RowIndex ]; // Property added by DT for fast lookup
                          Severity: Major
                          Found in public/js/jquery.dataTables.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                                return [ sel._DT_CellIndex.row ];
                            Severity: Major
                            Found in public/js/jquery.dataTables.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                                  return order;
                              Severity: Major
                              Found in public/js/bootstrap-table.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                            return jq.map( function(i) {
                                                idx = $.inArray( this, tables );
                                                return idx !== -1 ? settings[idx] : null;
                                            } ).toArray();
                                Severity: Major
                                Found in public/js/jquery.dataTables.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                              return host.length ?
                                                  [ host.data('dt-column') ] :
                                                  [];
                                  Severity: Major
                                  Found in public/js/jquery.dataTables.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                return $(nodes)
                                                    .filter( sel )
                                                    .map( function () {
                                                        return this._DT_RowIndex;
                                                    } )
                                    Severity: Major
                                    Found in public/js/jquery.dataTables.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                      return [ s._DT_CellIndex.column ];
                                      Severity: Major
                                      Found in public/js/jquery.dataTables.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                        return order;
                                        Severity: Major
                                        Found in public/js/bootstrap-table.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language