Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 76 for exploded (0.15 sec)

  1. src/cmd/go/internal/modload/load.go

    // loadFromRoots attempts to load the build graph needed to process a set of
    // root packages and their dependencies.
    //
    // The set of root packages is returned by the params.listRoots function, and
    // expanded to the full set of packages by tracing imports (and possibly tests)
    // as needed.
    func loadFromRoots(ctx context.Context, params loaderParams) *loader {
    	ld := &loader{
    		loaderParams: params,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    ==== Effects of exclusion on substituted dependencies in dependency resolution
    
    Prior to this version, a dependency substitution target could not be excluded from a dependency graph.
    This was caused by checking for exclusions prior to performing the substitution.
    Now Gradle will also check for exclusion on the substitution result.
    
    ==== Version catalog
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  3. pkg/kubelet/pod_workers.go

    	// This function is run to sync the desired state of pod.
    	// NOTE: This function has to be thread-safe - it can be called for
    	// different pods at the same time.
    	podSyncer podSyncer
    
    	// workerChannelFn is exposed for testing to allow unit tests to impose delays
    	// in channel communication. The function is invoked once each time a new worker
    	// goroutine starts.
    	workerChannelFn func(uid types.UID, in chan struct{}) (out <-chan struct{})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  4. src/net/netip/netip_test.go

    		},
    		// Basic zero IPv6 address.
    		{
    			in: "::",
    			ip: MkAddr(Mk128(0, 0), Z6noz),
    		},
    		// Localhost IPv6.
    		{
    			in: "::1",
    			ip: MkAddr(Mk128(0, 1), Z6noz),
    		},
    		// Fully expanded IPv6 address.
    		{
    			in: "fd7a:115c:a1e0:ab12:4843:cd96:626b:430b",
    			ip: MkAddr(Mk128(0xfd7a115ca1e0ab12, 0x4843cd96626b430b), Z6noz),
    		},
    		// IPv6 with elided fields in the middle.
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// updateStrategy indicates the StatefulSetUpdateStrategy that will be
    	// employed to update Pods in the StatefulSet when a revision is made to
    	// Template.
    	UpdateStrategy StatefulSetUpdateStrategy `json:"updateStrategy,omitempty" protobuf:"bytes,7,opt,name=updateStrategy"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    			});
    		}
    		// return the jquery selection (or if it was a method call that returned a value - the returned value)
    		return returnValue;
    	};
    	// object to store exposed functions and objects
    	$.jstree = {
    		defaults : {
    			plugins : []
    		},
    		_focused : function () { return instances[focused_instance] || null; },
    		_reference : function (needle) {
    			// get by instance id
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_server_test.go

    		vers:   VersionTLS11,
    		random: make([]byte, 32),
    		cipherSuites: []uint16{
    			// The Server, by default, will use the client's
    			// preference order. So the GCM cipher suite
    			// will be selected unless it's excluded because
    			// of the version in this ClientHello.
    			TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
    			TLS_RSA_WITH_RC4_128_SHA,
    		},
    		compressionMethods: []uint8{compressionNone},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/types.go

    	// updateStrategy indicates the StatefulSetUpdateStrategy that will be
    	// employed to update Pods in the StatefulSet when a revision is made to
    	// Template.
    	UpdateStrategy StatefulSetUpdateStrategy `json:"updateStrategy,omitempty" protobuf:"bytes,7,opt,name=updateStrategy"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/buildlist.go

    //
    //  1. The selected version of the module providing each package marked with
    //     either pkgInAll or pkgIsRoot is included as a root.
    //     Note that certain root patterns (such as '...') may explode the root set
    //     to contain every module that provides any package imported (or merely
    //     required) by any other module.
    //  2. Each root appears only once, at the selected version of its path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  10. guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

       * are thus excluded from consideration. Since it refers to elements in UNDER of the same type,
       * the type is actually not important here. The map is simply used for consistency reasons.
       */
      public static final ImmutableMap<String, PublicSuffixType> EXCLUDED =
          TrieParser.parseTrie(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top