Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 8 of 8 for 072412 (0.12 seconds)

  1. README.md

    [![PyPI](https://badge.fury.io/py/tensorflow.svg)](https://badge.fury.io/py/tensorflow)
    [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4724125.svg)](https://doi.org/10.5281/zenodo.4724125)
    [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1486/badge)](https://bestpractices.coreinfrastructure.org/projects/1486)
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Fri Jul 18 14:09:03 GMT 2025
    - 11.6K bytes
    - Click Count (0)
  2. src/test/java/jcifs/internal/smb2/lock/Smb2LockTest.java

                assertEquals(1, SMBUtil.readInt4(smallBuffer, 16));
            }
    
            @ParameterizedTest
            @DisplayName("Should encode consistently with various flag values")
            @ValueSource(ints = { 0, 1, 2, 4, 16, 0xFF, 0xFFFF, 0xFFFFFF, 0x7FFFFFFF, -1 })
            void testEncodingWithVariousFlags(int flags) {
                lock = new Smb2Lock(1024L, 2048L, flags);
                int encoded = lock.encode(buffer, 0);
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 10.9K bytes
    - Click Count (0)
  3. src/archive/tar/format.go

    func (h *headerV7) mode() []byte     { return h[100:][:8] }
    func (h *headerV7) uid() []byte      { return h[108:][:8] }
    func (h *headerV7) gid() []byte      { return h[116:][:8] }
    func (h *headerV7) size() []byte     { return h[124:][:12] }
    func (h *headerV7) modTime() []byte  { return h[136:][:12] }
    func (h *headerV7) chksum() []byte   { return h[148:][:8] }
    func (h *headerV7) typeFlag() []byte { return h[156:][:1] }
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 11.3K bytes
    - Click Count (0)
  4. helm/minio/values.yaml

    ##
    clusterDomain: cluster.local
    
    ## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
    ##
    image:
      repository: quay.io/minio/minio
      tag: RELEASE.2024-12-18T13-15-44Z
      pullPolicy: IfNotPresent
    
    imagePullSecrets: []
    # - name: "image-pull-secret"
    
    ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio
    ## client used to create a default bucket).
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 19.7K bytes
    - Click Count (1)
  5. src/archive/tar/strconv_test.go

    		input int64
    		width int
    		ok    bool
    	}{
    		{-1, 1, false},
    		{-1, 2, false},
    		{-1, 3, false},
    		{0, 1, true},
    		{0 + 1, 1, false},
    		{0, 2, true},
    		{07, 2, true},
    		{07 + 1, 2, false},
    		{0, 4, true},
    		{0777, 4, true},
    		{0777 + 1, 4, false},
    		{0, 8, true},
    		{07777777, 8, true},
    		{07777777 + 1, 8, false},
    		{0, 12, true},
    		{077777777777, 12, true},
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 11 17:52:43 GMT 2025
    - 15K bytes
    - Click Count (0)
  6. docs/en/data/topic_repos.yml

      html_url: https://github.com/Zeyi-Lin/HivisionIDPhotos
      stars: 20258
      owner_login: Zeyi-Lin
      owner_html_url: https://github.com/Zeyi-Lin
    - name: sqlmodel
      html_url: https://github.com/fastapi/sqlmodel
      stars: 17212
      owner_login: fastapi
      owner_html_url: https://github.com/fastapi
    - name: Douyin_TikTok_Download_API
      html_url: https://github.com/Evil0ctal/Douyin_TikTok_Download_API
      stars: 15145
      owner_login: Evil0ctal
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Dec 01 13:17:29 GMT 2025
    - 16K bytes
    - Click Count (0)
  7. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X2398,
        X2399,
        X2400,
        X2401,
        X2402,
        X2403,
        X2404,
        X2405,
        X2406,
        X2407,
        X2408,
        X2409,
        X2410,
        X2411,
        X2412,
        X2413,
        X2414,
        X2415,
        X2416,
        X2417,
        X2418,
        X2419,
        X2420,
        X2421,
        X2422,
        X2423,
        X2424,
        X2425,
        X2426,
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Dec 19 18:03:30 GMT 2024
    - 29.4K bytes
    - Click Count (0)
  8. helm-releases/minio-5.4.0.tgz

    minio-5.4.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2024-12-18T13-15-44Z description: High Performance Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 5.4.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Jan 03 05:34:47 GMT 2025
    - 21.7K bytes
    - Click Count (0)
Back to Top