Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 131 - 140 of 212 for 28 (0.06 seconds)

  1. android/guava-tests/test/com/google/common/collect/RangeTest.java

        assertEquals(Range.atMost(8), range.span(Range.atMost(2)));
    
        // adjacent below
        assertEquals(Range.closed(2, 8), range.span(Range.closedOpen(2, 4)));
        assertEquals(Range.atMost(8), range.span(Range.lessThan(4)));
    
        // overlap below
        assertEquals(Range.closed(2, 8), range.span(Range.closed(2, 6)));
        assertEquals(Range.atMost(8), range.span(Range.atMost(6)));
    
        // enclosed with same start
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 24.2K bytes
    - Click Count (0)
  2. api/go1.5.txt

    pkg crypto/sha512, const Size224 = 28
    pkg crypto/sha512, const Size224 ideal-int
    pkg crypto/sha512, const Size256 = 32
    pkg crypto/sha512, const Size256 ideal-int
    pkg crypto/sha512, func New512_224() hash.Hash
    pkg crypto/sha512, func New512_256() hash.Hash
    pkg crypto/sha512, func Sum512_224([]uint8) [28]uint8
    pkg crypto/sha512, func Sum512_256([]uint8) [32]uint8
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Click Count (0)
  3. tests/test_custom_middleware_exception.py

    @router.post("/middleware")
    def run_middleware(file: UploadFile = File(..., description="Big File")):
        return {"message": "OK"}
    
    
    app.include_router(router)
    app.add_middleware(ContentSizeLimitMiddleware, max_content_size=2**8)
    
    
    client = TestClient(app)
    
    
    def test_custom_middleware_exception(tmp_path: Path):
        default_pydantic_max_size = 2**16
        path = tmp_path / "test.txt"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  4. lib/fips140/v1.26.0.zip

    CSEL EQ, acc0, x0, x0 CSEL EQ, acc1, x1, x1 CSEL EQ, acc2, x2, x2 CSEL EQ, acc3, x3, x3 MOVD res+0(FP), t0 STP (x0, x1), 0*16(t0) STP (x2, x3), 1*16(t0) LDP h(0*8), (y0, y1) LDP h(2*8), (y2, y3) CALL p256SubInternal<>(SB) LDP r(0*8), (y0, y1) LDP r(2*8), (y2, y3) CALL p256MulInternal<>(SB) LDP s2(0*8), (x0, x1) LDP s2(2*8), (x2, x3) CALL p256SubInternal<>(SB) LDP 2*16(a_ptr), (acc0, acc1) LDP 3*16(a_ptr), (acc2, acc3) ANDS $1, hlp1, ZR // iff select[0] == 0, y3 = y1 CSEL EQ, acc0, x0, x0 CSEL EQ, acc1,...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  5. guava-tests/test/com/google/common/collect/RangeTest.java

        assertEquals(Range.atMost(8), range.span(Range.atMost(2)));
    
        // adjacent below
        assertEquals(Range.closed(2, 8), range.span(Range.closedOpen(2, 4)));
        assertEquals(Range.atMost(8), range.span(Range.lessThan(4)));
    
        // overlap below
        assertEquals(Range.closed(2, 8), range.span(Range.closed(2, 6)));
        assertEquals(Range.atMost(8), range.span(Range.atMost(6)));
    
        // enclosed with same start
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 24.4K bytes
    - Click Count (0)
  6. api/go1.11.txt

    pkg debug/elf, const R_RISCV_JUMP_SLOT = 5
    pkg debug/elf, const R_RISCV_JUMP_SLOT R_RISCV
    pkg debug/elf, const R_RISCV_LO12_I = 27
    pkg debug/elf, const R_RISCV_LO12_I R_RISCV
    pkg debug/elf, const R_RISCV_LO12_S = 28
    pkg debug/elf, const R_RISCV_LO12_S R_RISCV
    pkg debug/elf, const R_RISCV_NONE = 0
    pkg debug/elf, const R_RISCV_NONE R_RISCV
    pkg debug/elf, const R_RISCV_PCREL_HI20 = 23
    pkg debug/elf, const R_RISCV_PCREL_HI20 R_RISCV
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Click Count (0)
  7. LICENSE

    for and in connection with specific products or compilations that
    contain the covered work, unless you entered into that arrangement,
    or that patent license was granted, prior to 28 March 2007.
    
      Nothing in this License shall be construed as excluding or limiting
    any implied license or other defenses to infringement that may
    otherwise be available to you under applicable patent law.
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Apr 23 18:58:53 GMT 2021
    - 33.7K bytes
    - Click Count (0)
  8. internal/grid/handlers_string.go

    	_ = x[HandlerListen-23]
    	_ = x[HandlerDeleteBucketMetadata-24]
    	_ = x[HandlerLoadBucketMetadata-25]
    	_ = x[HandlerReloadSiteReplicationConfig-26]
    	_ = x[HandlerReloadPoolMeta-27]
    	_ = x[HandlerStopRebalance-28]
    	_ = x[HandlerLoadRebalanceMeta-29]
    	_ = x[HandlerLoadTransitionTierConfig-30]
    	_ = x[HandlerDeletePolicy-31]
    	_ = x[HandlerLoadPolicy-32]
    	_ = x[HandlerLoadPolicyMapping-33]
    	_ = x[HandlerDeleteServiceAccount-34]
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Dec 12 05:50:57 GMT 2024
    - 4.4K bytes
    - Click Count (0)
  9. .github/ISSUE_TEMPLATE/tensorflow_issue_template.yaml

          options:
            - source
            - binary
        validations:
          required: true
    
      - type: input
        id: tfversion
        attributes:
          label: TensorFlow version
          placeholder: e.g., tf 2.8
        validations:
          required: true
      - type: dropdown
        id: Code
        attributes:
          label: Custom code
          options:
            - "Yes"
            - "No"
        validations:
          required: true
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jun 28 18:25:42 GMT 2023
    - 3.7K bytes
    - Click Count (0)
  10. lib/fips140/v1.0.0-c2097c7c.zip

    CSEL EQ, acc0, x0, x0 CSEL EQ, acc1, x1, x1 CSEL EQ, acc2, x2, x2 CSEL EQ, acc3, x3, x3 MOVD res+0(FP), t0 STP (x0, x1), 0*16(t0) STP (x2, x3), 1*16(t0) LDP h(0*8), (y0, y1) LDP h(2*8), (y2, y3) CALL p256SubInternal<>(SB) LDP r(0*8), (y0, y1) LDP r(2*8), (y2, y3) CALL p256MulInternal<>(SB) LDP s2(0*8), (x0, x1) LDP s2(2*8), (x2, x3) CALL p256SubInternal<>(SB) LDP 2*16(a_ptr), (acc0, acc1) LDP 3*16(a_ptr), (acc2, acc3) ANDS $1, hlp1, ZR // iff select[0] == 0, y3 = y1 CSEL EQ, acc0, x0, x0 CSEL EQ, acc1,...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top