Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 832 for newer (0.1 sec)

  1. pilot/pkg/model/authentication_test.go

    			createTestPeerAuthenticationResource("ignored-newer", rootNamespace, baseTimestamp.Add(time.Second*2),
    				nil, securityBeta.PeerAuthentication_MutualTLS_UNSET),
    			createTestPeerAuthenticationResource("default", rootNamespace, baseTimestamp,
    				nil, securityBeta.PeerAuthentication_MutualTLS_UNSET),
    			createTestPeerAuthenticationResource("ignored-another-newer", rootNamespace, baseTimestamp.Add(time.Second),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 45.1K bytes
    - Viewed (0)
  2. README.md

        should not use them for communication between trusted and untrusted code.
    
    6.  For the mainline flavor, we test the libraries using OpenJDK 8, 11, and 17
        on Linux, with some additional testing on newer JDKs and on Windows. Some
        features, especially in `com.google.common.io`, may not work correctly in
        non-Linux environments. For the Android flavor, our unit tests also run on
        API level 21 (Lollipop).
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 31 17:43:52 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. pyproject.toml

        'ignore:starlette.middleware.wsgi is deprecated and will be removed in a future release\..*:DeprecationWarning:starlette',
        # TODO: remove after upgrading HTTPX to a version newer than 0.23.0
        # Including PR: https://github.com/encode/httpx/pull/2309
        "ignore:'cgi' is deprecated:DeprecationWarning",
        # For passlib
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                        Version.V20,
                        "modelVersion",
                        null,
                        "of '" + string + "' is newer than the versions supported by this version of Maven: "
                                + validVersions + ". Building this project requires a newer version of Maven.",
                        tracker);
    
            } else if (olderThanAll) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  5. docs/en/docs/python-types.md

    #### Newer versions of Python
    
    The syntax using `typing` is **compatible** with all versions, from Python 3.6 to the latest ones, including Python 3.9, Python 3.10, etc.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri May 31 02:38:05 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modload/init.go

    		return false
    	}
    
    	wf.AddGoStmt(goVers)
    
    	// We wrote a new go line. For reproducibility,
    	// if the toolchain running right now is newer than the new toolchain line,
    	// update the toolchain line to record the newer toolchain.
    	// The user never sets the toolchain explicitly in a 'go work' command,
    	// so this is only happening as a result of a go or toolchain line found
    	// in a module.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  7. src/runtime/runtime1.go

    		}
    	}
    }
    
    // parsegodebug parses the godebug string, updating variables listed in dbgvars.
    // If seen == nil, this is startup time and we process the string left to right
    // overwriting older settings with newer ones.
    // If seen != nil, $GODEBUG has changed and we are doing an
    // incremental update. To avoid flapping in the case where a value is
    // set multiple times (perhaps in the default and the environment,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  8. pkg/kubelet/util/manager/cache_based_manager.go

    			// Return the fetch result instead.
    			return object, err
    		}
    		if (err == nil && !isObjectOlder(object, data.object)) || apierrors.IsNotFound(err) {
    			// If the fetch succeeded with a newer version of the object, or if the
    			// object could not be found in the apiserver, update the cached data to
    			// reflect the current status.
    			data.object = object
    			data.err = err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  9. src/make.bash

    # $HOME/sdk/go1.20.6, or $HOME/go1.4, whichever exists, in that order.
    # We still check $HOME/go1.4 to allow for build scripts that still hard-code
    # that name even though they put newer Go toolchains there.
    
    bootgo=1.20.6
    
    set -e
    
    if [[ ! -f run.bash ]]; then
    	echo 'make.bash must be run from $GOROOT/src' 1>&2
    	exit 1
    fi
    
    if [[ "$GOBUILDTIMELOGFILE" != "" ]]; then
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:48:46 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/import.go

    			// QueryPattern proposed that we add module c.Mod to provide the package,
    			// but we already depend on a newer version of that module (and that
    			// version doesn't have the package).
    			//
    			// This typically happens when a package is present at the "@latest"
    			// version (e.g., v1.0.0) of a module, but we have a newer version
    			// of the same module in the build list (e.g., v1.0.1-beta), and
    			// the package is not present there.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 15:21:14 UTC 2024
    - 27.7K bytes
    - Viewed (0)
Back to top