Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,357 for DOMAIN (0.33 sec)

  1. apache-maven/src/main/appended-resources/licenses/Public-Domain.txt

    Public Domain...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 13 bytes
    - Viewed (0)
  2. src/net/testdata/domain-resolv.conf

    # /etc/resolv.conf
    
    search test invalid
    domain localdomain
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 78 bytes
    - Viewed (0)
  3. releasenotes/notes/trust-domain-validation.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
      - 26224
    releaseNotes:
    - |
      **Added** Trust Domain Validation by default rejecting requests in sidecars if the request is not from same trust domain
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 09 16:52:01 UTC 2020
    - 288 bytes
    - Viewed (0)
  4. releasenotes/notes/multicluster-global-domain.yaml

    upgradeNotes:
      - title: Multicluster `.global` Stub Domain Deprecation
        content: |
          As part of this release, Istio has switched to a new configuration for
          multi-primary (formerly "replicated control planes"). The new
          configuration is simpler, has fewer limitations, and has been thoroughly
          tested in a variety of environments. As a result, the `.global` stub
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 16 18:47:12 UTC 2020
    - 998 bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/PolymorphicDomainObjectContainerExtensions.kt

    
    /**
     * Creates a domain object with the specified name and type if it does not exists, and adds it to the container.
     *
     * @param name the name of the domain object to be created
     * @param <U> the type of the domain object to be created
     * @return the created domain object
     * @throws [InvalidUserDataException] if a domain object with the specified name already
     * exists or the container does not support creating a domain object with the specified
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. src/net/http/cookiejar/jar.go

    		// domain cookies when there is no domain; the whole notion of
    		// domain cookies requires a domain name to be well defined.
    		return host, true, nil
    	}
    
    	// From here on: If the cookie is valid, it is a domain cookie (with
    	// the one exception of a public suffix below).
    	// See RFC 6265 section 5.2.3.
    	if domain[0] == '.' {
    		domain = domain[1:]
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 15K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/route-precedence.yaml.golden

        internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
        internal.istio.io/parents: Gateway/gateway/default.istio-system
      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-default
      namespace: istio-system
    spec:
      servers:
      - hosts:
        - allowed-1/*.domain.example
        - allowed-2/*.domain.example
        port:
          name: default
          number: 80
          protocol: HTTP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  8. pkg/config/host/name_test.go

    		{
    			"non-wildcard domain",
    			"foo.com", "foo.com", true,
    		},
    		{
    			"non-wildcard domain",
    			"bar.com", "foo.com", false,
    		},
    		{
    			"non-wildcard domain - order doesn't matter",
    			"foo.com", "bar.com", false,
    		},
    
    		{
    			"domain does not match subdomain",
    			"bar.foo.com", "foo.com", false,
    		},
    		{
    			"domain does not match subdomain - order doesn't matter",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 29 15:57:39 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  9. docs/federation/lookup/README.md

    #### MINIO_DOMAIN
    
    This is the top level domain name used for the federated setup. This domain name should ideally resolve to a load-balancer
    running in front of all the federated MinIO instances. The domain name is used to create sub domain entries to etcd. For
    example, if the domain is set to `domain.com`, the buckets `bucket1`, `bucket2` will be accessible as `bucket1.domain.com`
    and `bucket2.domain.com`.
    
    #### MINIO_PUBLIC_IPS
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/RegularContiguousSet.java

        final Range<C> range;
        final DiscreteDomain<C> domain;
    
        private SerializedForm(Range<C> range, DiscreteDomain<C> domain) {
          this.range = range;
          this.domain = domain;
        }
    
        private Object readResolve() {
          return new RegularContiguousSet<>(range, domain);
        }
      }
    
      @GwtIncompatible // serialization
      @J2ktIncompatible
      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top