Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 142 for multi (0.01 sec)

  1. docs/site-replication/run-multi-site-ldap.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-09-24 08:03
    - 10.1K bytes
    - Viewed (0)
  2. docs/site-replication/run-multi-site-minio-idp.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-09-24 08:03
    - 12.1K bytes
    - Viewed (0)
  3. docs/metrics/prometheus/grafana/node/minio-node.json

            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.4.0",
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-06-04 13:24
    - 22.4K bytes
    - Viewed (0)
  4. manifests/addons/dashboards/istio-extension-dashboard.json

            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.1.5",
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-11-18 17:10
    - 20K bytes
    - Viewed (0)
  5. manifests/addons/dashboards/istio-performance-dashboard.json

            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.1.5",
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-11-18 17:10
    - 39.8K bytes
    - Viewed (0)
  6. Makefile

    	@echo "Running tests for replicating three sites"
    
    test-site-replication-ldap: install-race ## verify automatic site replication
    	@echo "Running tests for automatic site replication of IAM (with LDAP)"
    	@(env bash $(PWD)/docs/site-replication/run-multi-site-ldap.sh)
    
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-04-27 00:44
    - 11.2K bytes
    - Viewed (0)
  7. tests/test_openapi_separate_input_output_schemas.py

            return item
    
        @app.get("/items/")
        def read_items() -> List[Item]:
            return [
                Item(
                    name="Portal Gun",
                    description="Device to travel through the multi-rick-verse",
                    sub=SubItem(subname="subname"),
                ),
                Item(name="Plumbus"),
            ]
    
        client = TestClient(app)
        return client
    
    
    def test_create_item():
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-10-12 09:44
    - 19.7K bytes
    - Viewed (0)
  8. docs/bucket/replication/DESIGN.md

    applications to take full advantage of two-way replication even before the two sites get fully synced.
    
    In the case of multi destination replication, the replication status shows `COMPLETED` only after the replication operation succeeds on each of the targets specified in the replication configuration. If multiple targets are configured to use active-active replication and multi destination replication, the administrator should ensure that the replication features enabled (such as replica metadata...
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-02-26 09:25
    - 14.7K bytes
    - Viewed (0)
  9. docs/security/README.md

    ciphertext  := sealed_chunk_0   ||       sealed_chunk_1   ||       sealed_chunk_2   ||       ...
    ```
    
    In case of a S3 multi-part operation each part is en/decrypted with the scheme shown in Figure 1. However, for each part a unique secret key is derived from the OEK and the part number using a PRF. So in case of multi-part not the OEK but the output of `PRF(OEK, part_id)` is used as secret key.
    
    #### Cryptographic Primitives
    
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-02-26 09:25
    - 13.8K bytes
    - Viewed (0)
  10. build-logic/build-init-samples/src/main/kotlin/gradlebuild/samples/SamplesGenerator.kt

            comments: Map<String, List<String>>,
            descriptor: CompositeProjectInitDescriptor, projectLayoutSetupRegistry: ProjectLayoutSetupRegistry
        ) {
            generateReadmeFragment(templateFolder, "multi-common-body", settings, comments, descriptor, projectLayoutSetupRegistry)
            generateReadmeFragment(templateFolder, "$specificContentId-body", settings, comments, descriptor, projectLayoutSetupRegistry)
    Registered: 2025-05-28 11:36
    - Last Modified: 2024-12-15 07:49
    - 13.5K bytes
    - Viewed (0)
Back to top