Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 101 for Distinguishes (0.53 sec)

  1. prow/config/calico.yaml

                    type: string
                  interfacePrefix:
                    description: 'InterfacePrefix is the interface name prefix that identifies
                      workload endpoints and so distinguishes them from host endpoint
                      interfaces. Note: in environments other than bare metal, the orchestrators
                      configure this appropriately. For example our Kubernetes and Docker
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. docs/sts/ldap.md

    - User provides their AD/LDAP username and password to the STS API.
    - MinIO looks up the user's information (specifically the user's Distinguished Name) in the LDAP server.
    - On finding the user's info, MinIO verifies the login credentials with the AD/LDAP server.
    - MinIO optionally queries the AD/LDAP server for a list of groups that the user is a member of.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/AbstractDependencyMetadataRulesTest.groovy

        }
    
        private gradleComponentMetadata(String[] deps) {
            def metadata = mavenMetadataFactory.create(componentIdentifier, [])
            //gradle metadata is distinguished from maven POM metadata by explicitly defining variants
            defaultVariant = metadata.addVariant("default", attributes)
            deps.each { name ->
                if (addAllDependenciesAsConstraints()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 12:39:10 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  4. src/encoding/ascii85/ascii85_test.go

    package ascii85
    
    import (
    	"bytes"
    	"io"
    	"strings"
    	"testing"
    )
    
    type testpair struct {
    	decoded, encoded string
    }
    
    var bigtest = testpair{
    	"Man is distinguished, not only by his reason, but by this singular passion from " +
    		"other animals, which is a lust of the mind, that by a perseverance of delight in " +
    		"the continued and indefatigable generation of knowledge, exceeds the short " +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:46:20 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    - Kubeadm now distinguishes between generated and user supplied component configs, regenerating the former ones if a config upgrade is required ([#86070](https://github.com/kubernetes/kubernetes/pull/86070), [@rosti](https://github.com/rosti)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerReader.kt

    import okio.Source
    import okio.buffer
    
    /**
     * Streaming decoder of data encoded following Abstract Syntax Notation One (ASN.1). There are
     * multiple variants of ASN.1, including:
     *
     *  * DER: Distinguished Encoding Rules. This further constrains ASN.1 for deterministic encoding.
     *  * BER: Basic Encoding Rules.
     *
     * This class was implemented according to the [X.690 spec][[x690]], and under the advice of
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modfetch/repo.go

    // Lookup returns the module with the given module path,
    // fetched through the given proxy.
    //
    // The distinguished proxy "direct" indicates that the path should be fetched
    // from its origin, and "noproxy" indicates that the patch should be fetched
    // directly only if GONOPROXY matches the given path.
    //
    // For the distinguished proxy "off", Lookup always returns a Repo that returns
    // a non-nil error for every method call.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 16:36:19 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.22.md

    - The `kubectl wait --for=delete` command now ignores the not found error correctly. ([#96702](https://github.com/kubernetes/kubernetes/pull/96702), [@lingsamuel](https://github.com/lingsamuel))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	case MOV:
    		// The 16-bit and 32-bit forms of MOV Sreg, dst and MOV src, Sreg
    		// cannot be distinguished when src or dst refers to memory, because
    		// Sreg is always a 16-bit value, even when we're doing a 32-bit
    		// instruction. Because the instruction tables distinguished these two,
    		// any operand size prefix has been marked as used (to decide which
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  10. src/math/big/floatconv.go

    // maximum float64 value. For hexadecimal mantissae, the exponent character
    // must be one of 'p' or 'P', if present (an "e" or "E" exponent indicator
    // cannot be distinguished from a mantissa digit).
    //
    // The returned *Float f is nil and the value of z is valid but not
    // defined if an error is reported.
    func (z *Float) Parse(s string, base int) (f *Float, b int, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 8.3K bytes
    - Viewed (0)
Back to top