Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 70 for multi (0.02 sec)

  1. src/archive/tar/testdata/gnu-multi-hdrs.tar

    Joe Tsai <******@****.***> 1442390336 -0700
    Registered: 2025-05-27 11:13
    - Last Modified: 2015-12-02 02:27
    - 4.5K bytes
    - Viewed (0)
  2. src/archive/tar/testdata/pax-multi-hdrs.tar

    Joe Tsai <******@****.***> 1442390336 -0700
    Registered: 2025-05-27 11:13
    - Last Modified: 2015-12-02 02:27
    - 4.5K bytes
    - Viewed (0)
  3. docs/site-replication/run-multi-site-oidc.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-09-24 08:03
    - 8.5K bytes
    - Viewed (0)
  4. docs/iam/policies/pbac-tests.sh

    	echo "BUG: PutObject to bucket: multi-key-poc without sse-kms should fail. Succedded"
    	exit 1
    fi
    
    mc cp /etc/hosts myminio1/multi-key-poc/hosts --enc-kms "myminio1/multi-key-poc/hosts=minio-default-key"
    ret=$?
    if [ $ret -ne 0 ]; then
    	echo "BUG: PutObject to bucket: multi-key-poc with valid sse-kms should succeed. Failed"
    	exit 1
    fi
    
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-06-25 01:15
    - 2.5K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/MultiInputStreamTest.java

                            };
                          }
                        })
                    .iterator());
        assertEquals(0, multi.skip(-1));
        assertEquals(0, multi.skip(-1));
        assertEquals(0, multi.skip(0));
        ByteStreams.skipFully(multi, 20);
        assertEquals(20, multi.read());
      }
    
      public void testReadSingle_noStackOverflow() throws IOException {
        // https://github.com/google/guava/issues/2996
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-05-13 18:46
    - 4.6K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/MultiInputStreamTest.java

                            };
                          }
                        })
                    .iterator());
        assertEquals(0, multi.skip(-1));
        assertEquals(0, multi.skip(-1));
        assertEquals(0, multi.skip(0));
        ByteStreams.skipFully(multi, 20);
        assertEquals(20, multi.read());
      }
    
      public void testReadSingle_noStackOverflow() throws IOException {
        // https://github.com/google/guava/issues/2996
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-05-13 18:46
    - 4.6K bytes
    - Viewed (0)
  7. tests/test_ambiguous_params.py

        client = TestClient(app)
        response = client.get("/multi-query", params={"foo": "5"})
        assert response.status_code == 200
        assert response.json() == 5
    
        response = client.get("/multi-query", params={"foo": "123"})
        assert response.status_code == 422
    
        if PYDANTIC_V2:
            response = client.get("/multi-query", params={"foo": "1"})
    Registered: 2025-05-25 07:19
    - Last Modified: 2023-12-12 00:22
    - 2.1K bytes
    - Viewed (0)
  8. .github/ISSUE_TEMPLATE/feature_request.md

    [ ] Extensions and Telemetry
    [ ] Security
    [ ] Test and Release
    [ ] User Experience
    [ ] Developer Infrastructure
    
    **Affected features (please put an X in all that apply)**
    
    [ ] Multi Cluster
    [ ] Virtual Machine
    [ ] Multi Control Plane
    
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-02-12 19:42
    - 707 bytes
    - Viewed (0)
  9. ci/official/containers/linux_arm64/build.sh

    # Builds the following Docker images for Linux ARM64. See the accompanying
    # Dockerfile for more details:
    # - us-central1-docker.pkg.dev/tensorflow-sigs/build-arm64:jax-latest-multi-python
    # - us-central1-docker.pkg.dev/tensorflow-sigs/build-arm64:tf-latest-multi-python
    
    set -exo pipefail
    
    function is_continuous_or_release() {
      [[ "$KOKORO_JOB_TYPE" == "CONTINUOUS_INTEGRATION" ]] || [[ "$KOKORO_JOB_TYPE" == "RELEASE" ]]
    }
    
    Registered: 2025-05-27 12:39
    - Last Modified: 2024-12-02 21:59
    - 2.6K bytes
    - Viewed (0)
  10. docs/multi-tenancy/README.md

    # MinIO Multi-Tenant Deployment Guide [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/minio.svg?maxAge=604800)](https://hub.docker.com/r/minio/minio/)
    
    This topic provides commands to set up different configurations of hosts, nodes, and drives. The examples provided here can be used as a starting point for other configurations.
    
    1. [Standalone Deployment](#standalone-deployment)
    Registered: 2025-05-25 19:28
    - Last Modified: 2022-09-29 04:28
    - 3K bytes
    - Viewed (0)
Back to top