Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 59 (0.06 sec)

  1. src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java

            assertEquals(0, result[0]);
            assertEquals(0, result[1]);
    
            result = IntervalControlHelper.parseTime("23:59");
            assertEquals(23, result[0]);
            assertEquals(59, result[1]);
        }
    
        public void test_parseTime_invalidFormat() {
            try {
                IntervalControlHelper.parseTime("12");
                fail("Should throw FessSystemException");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

            "R0.88", // #4, this is what the throttling would be with the old rate
            "R0.34, R0.28, R0.25, R0.25", // #5
            "U4.25", // #6
            "R0.00, R0.72, R0.66, R0.59, R0.53, R0.47, R0.41", // #7
            "R0.34, R0.28, R0.25, R0.25"); // #7 (cont.), note, this matches #5
      }
    
      public void testWarmUpAndUpdateWithColdFactor() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

            "R0.88", // #4, this is what the throttling would be with the old rate
            "R0.34, R0.28, R0.25, R0.25", // #5
            "U4.25", // #6
            "R0.00, R0.72, R0.66, R0.59, R0.53, R0.47, R0.41", // #7
            "R0.34, R0.28, R0.25, R0.25"); // #7 (cont.), note, this matches #5
      }
    
      public void testWarmUpAndUpdateWithColdFactor() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

      - kubelet 1.29.13
      - kubelet 1.30.9
      - kubelet 1.31.5
      - kubelet 1.32.1
    
    This vulnerability was reported by Peled, Tomer and mitigated by Aravindh Puthiyaprambil.
    
    
    **CVSS Rating:** Medium (5.9) [CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N)
    
    ## Changes by Kind
    
    ### API Change
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 18 18:59:10 UTC 2025
    - 398.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.32.md

      - kubelet 1.29.13
      - kubelet 1.30.9
      - kubelet 1.31.5
      - kubelet 1.32.1
    
    This vulnerability was reported by Peled, Tomer and mitigated by Aravindh Puthiyaprambil. 
    
    
    **CVSS Rating:** Medium (5.9) [CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N)
    
    ## Changes by Kind
    
    ### API Change
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.31.md

      - kubelet 1.29.13
      - kubelet 1.30.9
      - kubelet 1.31.5
      - kubelet 1.32.1
    
    This vulnerability was reported by Peled, Tomer and mitigated by Aravindh Puthiyaprambil.
    
    
    **CVSS Rating:** Medium (5.9) [CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N)
    
    ## Changes by Kind
    
    ### API Change
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
Back to top