Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,304 for nature (0.2 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/signing_plugin.adoc

    These items must be supplied as the values of the `signing.keyId`, `signing.secretKeyRingFile`, and `signing.password` properties, respectively.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  2. src/internal/types/errors/codes.go

    // implement special handling for certain types of errors.
    //
    // Error code values should not be changed: add new codes at the end.
    //
    // Error codes should be fine-grained enough that the exact nature of the error
    // can be easily determined, but coarse enough that they are not an
    // implementation detail of the type checking algorithm. As a rule-of-thumb,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 22:50:48 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_concepts.adoc

    Tasks that depend on the code generator's output will need to be re-executed.
    
    When a task is cacheable, then the very nature of task output caching makes sure that the task will have the same outputs for a given set of inputs.
    Therefore, cacheable tasks should have repeatable task outputs.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/elf_test.go

    	}
    }
    
    func TestNoDuplicateNeededEntries(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    	testenv.MustHaveCGO(t)
    
    	// run this test on just a small set of platforms (no need to test it
    	// across the board given the nature of the test).
    	pair := runtime.GOOS + "-" + runtime.GOARCH
    	switch pair {
    	case "linux-amd64", "linux-arm64", "freebsd-amd64", "openbsd-amd64":
    	default:
    		t.Skip("no need for test on " + pair)
    	}
    
    	t.Parallel()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 13:44:07 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/ImmutableCollection.java

    @ElementTypesAreNonnullByDefault
    // TODO(kevinb): I think we should push everything down to "BaseImmutableCollection" or something,
    // just to do everything we can to emphasize the "practically an interface" nature of this class.
    public abstract class ImmutableCollection<E> extends AbstractCollection<E> implements Serializable {
      /*
       * We expect SIZED (and SUBSIZED, if applicable) to be added by the spliterator factory methods.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  6. pkg/controller/nodeipam/ipam/range_allocator.go

    		// period.
    		defer r.queue.Done(obj)
    		var key string
    		var ok bool
    		// We expect strings to come off the workNodeQueue. These are of the
    		// form namespace/name. We do this as the delayed nature of the
    		// workNodeQueue means the items in the informer cache may actually be
    		// more up to date that when the item was initially put onto the
    		// workNodeQueue.
    		if key, ok = obj.(string); !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 10:06:15 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  7. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

    The actual replacement happens when the user runs his Gradle build.
    
    **_Note: Dynamic Groovy interception uses the same mechanism but replacements are a bit more complicated due to the dynamic nature of Groovy. 
    And due to that build logic is also intercepted when code is run and not just on the bytecode level._**
    
    Next sections will explain more in detail how we can define interceptors and how the code is then replaced.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/jvm/scala_plugin.adoc

    [[sec:eclipse_integration]]
    == Eclipse Integration
    
    When the Eclipse plugin encounters a Scala project, it adds additional configuration to make the project work with Scala IDE out of the box. Specifically, the plugin adds a Scala nature and dependency container.
    
    [[sec:intellij_idea_integration]]
    == IntelliJ IDEA Integration
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 17K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/kubeadm/v1beta3/types.go

    	// BootstrapTokens is respected at `kubeadm init` time and describes a set of Bootstrap Tokens to create.
    	// This information IS NOT uploaded to the kubeadm cluster configmap, partly because of its sensitive nature
    	// +optional
    	BootstrapTokens []bootstraptokenv1.BootstrapToken `json:"bootstrapTokens,omitempty"`
    
    	// NodeRegistration holds fields that relate to registering the new control-plane node to the cluster
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/ImmutableCollection.java

    @ElementTypesAreNonnullByDefault
    // TODO(kevinb): I think we should push everything down to "BaseImmutableCollection" or something,
    // just to do everything we can to emphasize the "practically an interface" nature of this class.
    public abstract class ImmutableCollection<E> extends AbstractCollection<E> implements Serializable {
      /*
       * We expect SIZED (and SUBSIZED, if applicable) to be added by the spliterator factory methods.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top