Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for 264 (0.1 sec)

  1. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  2. cmd/object-api-listobjects_test.go

    				{Name: "Asia/India/India-summer-photos-1"},
    				{Name: "Asia/India/Karnataka/Bangalore/Koramangala/pics"},
    			},
    		},
    		// ListObjectsResult-4.
    		// Again used for truncated case.
    		// (TestCase 26).
    		4: {
    			IsTruncated: true,
    			Objects: []ObjectInfo{
    				{Name: "Asia-maps.png"},
    			},
    		},
    		// ListObjectsResult-5.
    		// Used for Asserting prefixes.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 76.1K bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
    pkg syscall (darwin-386), const SYS_SHMAT = 262
    pkg syscall (darwin-386), const SYS_SHMCTL = 263
    pkg syscall (darwin-386), const SYS_SHMDT = 264
    pkg syscall (darwin-386), const SYS_SHMGET = 265
    pkg syscall (darwin-386), const SYS_SHMSYS = 253
    pkg syscall (darwin-386), const SYS_SHM_OPEN = 266
    pkg syscall (darwin-386), const SYS_SHM_UNLINK = 267
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  4. lib/fips140/v1.0.0.zip

    *testing.T) { a := uint64(5) b := uint64(5) r := mul64(a, b) if r.lo != 0x19 || r.hi != 0 { t.Errorf("lo-range wide mult failed, got %d + %d*(2**64)", r.lo, r.hi) } a = uint64(18014398509481983) // 2^54 - 1 b = uint64(18014398509481983) // 2^54 - 1 r = mul64(a, b) if r.lo != 0xff80000000000001 || r.hi != 0xfffffffffff { t.Errorf("hi-range wide mult failed, got %d + %d*(2**64)", r.lo, r.hi) } a = uint64(1125899906842661) b = uint64(2097155) r = mul64(a, b) r = addMul64(r, a, b) r = addMul64(r, a, b) r = addMul64(r,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SHMAT ideal-int
    pkg syscall (darwin-arm64), const SYS_SHMCTL = 263
    pkg syscall (darwin-arm64), const SYS_SHMCTL ideal-int
    pkg syscall (darwin-arm64), const SYS_SHMDT = 264
    pkg syscall (darwin-arm64), const SYS_SHMDT ideal-int
    pkg syscall (darwin-arm64), const SYS_SHMGET = 265
    pkg syscall (darwin-arm64), const SYS_SHMGET ideal-int
    pkg syscall (darwin-arm64), const SYS_SHMSYS = 253
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

        * Add docs for: [Body - updates](https://fastapi.tiangolo.com/tutorial/body-updates/), using Pydantic's `skip_defaults`.
        * Add method consistency tests.
        * PR [#264](https://github.com/tiangolo/fastapi/pull/264).
    
    * Add `CONTRIBUTING.md` file to GitHub, to help new contributors. PR [#255](https://github.com/tiangolo/fastapi/pull/255) by [@wshayes](https://github.com/wshayes).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  7. RELEASE.md

    *   Updates `zlib` to `1.2.12` after `1.2.11` was pulled due to [security issue](https://www.openwall.com/lists/oss-security/2022/03/28/1)
    
    # Release 2.6.4
    
    This releases introduces several vulnerability fixes:
    
    *   Fixes a code injection in `saved_model_cli` ([CVE-2022-29216](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29216))
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top