Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Parr (0.1 sec)

  1. compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java

            };
    
            checkVersionsArrayEqual(arr);
        }
    
        /**
         * Test all "0" versions are equal when starting with many leading zeroes regardless of string length
         * (related to MNG-6572 optimization)
         */
        @Test
        void testVersionZeroEqualWithLeadingZeroes() {
            // versions with string lengths from 1 to 19
            String[] arr = new String[] {
                "0000000000000000000",
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/popper.min.js.map

    @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nexport default function findIndex(arr, prop, value) {\n  // use native findIndex if supported\n  if (Array.prototype.findIndex) {\n    return arr.findIndex(cur => cur[prop] === value);\n  }\n\n  // use `find` + `indexOf` if `findIndex` isn't supported\n  const match = find(arr, obj => obj[prop] === value);\n  return arr.indexOf(match);\n}\n","import isFunction from './isFunction';\nimport...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
  3. src/main/webapp/js/jquery-3.7.1.min.map

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/jquery-3.7.1.min.map

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/moment-with-locales.min.js.map

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 224.8K bytes
    - Viewed (0)
  6. src/main/webapp/css/admin/adminlte.min.css.map

    MAAA,wBAjJZ,yHzF01cA,4HACA,4HyFrscc,MAAA,wBAtJd,uIzFg2cA,0IACA,0IyFtscgB,MAAA,wBA3JhB,qJzFs2cA,wJACA,wJyFvsckB,MAAA,wBAhKlB,sCzF42cA,yCACA,yCyFpscM,MAAA,wBvE9NA,WAAA,MAAA,YAAA,IAIA,uCuEiDN,sCzFo3cE,yCACA,yCkBr6cM,WAAA,MuE+NR,qEAAA,wEAAA,wEAQQ,QAAA,KARR,oEAAA,uEAAA,uEAaU,MAAA,OAbV,6EAAA,+EAAA,gFAAA,kFAAA,gFAAA,kFAmBY,MAAA,OAnBZ,qGAAA,wGAAA,wGAwBY,aAAA,YACA,YAAA,YAzBZ,iGAAA,oGAAA,oGA6BY,MAAA,yBA7BZ,wGAAA,8FAAA,2GAAA,iGAAA,2GAAA,iGAsCY,QAAA,aAtCZ,+FAAA,qFAAA,kGAAA,wFAAA,kGAAA,wFA6CY,MAAA,wBA7CZ,2GA...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top