Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 668 for patching (0.2 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/jvm_test_suite_plugin.adoc

    <4> Add dependencies specific to the `functionalTest` test suite
    
    === Method 2: Use `withType`, `matching` and `configureEach`
    
    This method adds filtering commands to only apply the configuration to a subset of the test suites, as identified by name.
    
    ====
    include::sample[dir="snippets/testing/test-suite-multi-configure-each-matching/kotlin",files="build.gradle.kts[tags=multi-configure]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:47:11 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  2. test/fixedbugs/issue21317.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // As of "Mon 6 Nov 2017", run.go doesn't yet have proper
    // column matching so instead match the output manually
    // by exec-ing
    
    package main
    
    import (
    	"fmt"
    	"io/ioutil"
    	"log"
    	"os"
    	"os/exec"
    	"strings"
    )
    
    func main() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. platforms/core-execution/build-cache-example-client/src/main/java/org/gradle/caching/example/ExampleBuildCacheClient.java

     * limitations under the License.
     */
    
    package org.gradle.caching.example;
    
    import com.google.common.collect.ImmutableMap;
    import com.google.inject.Guice;
    import com.google.inject.Inject;
    import org.gradle.caching.BuildCacheKey;
    import org.gradle.caching.internal.CacheableEntity;
    import org.gradle.caching.internal.SimpleBuildCacheKey;
    import org.gradle.caching.internal.controller.BuildCacheController;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 19:35:22 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. pkg/kubelet/certificate/kubelet.go

    	return m.currentTLSCertificate.Load()
    }
    
    // Start starts watching the certificate and key files
    func (m *kubeletServerCertificateDynamicFileManager) Start() {
    	var ctx context.Context
    	ctx, m.cancelFn = context.WithCancel(context.Background())
    	go m.dynamicCertificateContent.Run(ctx, 1)
    }
    
    // Stop stops watching the certificate and key files
    func (m *kubeletServerCertificateDynamicFileManager) Stop() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 03:07:16 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. src/net/addrselect.go

    	if !SourceDA.IsValid() && !SourceDB.IsValid() {
    		return false // "equal"
    	}
    	if !SourceDB.IsValid() {
    		return preferDA
    	}
    	if !SourceDA.IsValid() {
    		return preferDB
    	}
    
    	// Rule 2: Prefer matching scope.
    	// If Scope(DA) = Scope(Source(DA)) and Scope(DB) <> Scope(Source(DB)),
    	// then prefer DA.  Similarly, if Scope(DA) <> Scope(Source(DA)) and
    	// Scope(DB) = Scope(Source(DB)), then prefer DB.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 00:24:06 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/caching_android_projects.adoc

    ====
    include::sample[dir="snippets/buildCache/caching-android-projects/kotlin",files="build.gradle.kts[tags=cacheKapt]"]
    include::sample[dir="snippets/buildCache/caching-android-projects/groovy",files="build.gradle[tags=cacheKapt]"]
    ====
    
    == Unit test execution
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 12:54:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1/types.go

    type ServiceAccountSubject struct {
    	// `namespace` is the namespace of matching ServiceAccount objects.
    	// Required.
    	Namespace string `json:"namespace" protobuf:"bytes,1,opt,name=namespace"`
    	// `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name.
    	// Required.
    	Name string `json:"name" protobuf:"bytes,2,opt,name=name"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache.go

    		if opts.SendInitialEvents == nil {
    			// resourceVersion = 0 means that we don't require any specific starting point
    			// and we would like to start watching from ~now.
    			// However, to keep backward compatibility, we additionally need to return the
    			// current state and only then start watching from that point.
    			//
    			// TODO: In v2 api, we should stop returning the current state - #13969.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 10:20:57 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/overview/about_manual.adoc

    <<performance.adoc#performance_gradle,Optimizing Builds>> :: Use caches to optimize your build and understand the Gradle daemon, incremental builds and file system watching.
    <<jenkins.adoc#build_jenkins,Gradle on CI>> :: Gradle integration with popular continuous integration (CI) servers.
    
    [[reference]]
    == Reference
    
    . Gradle's API link:{javadocPath}/index.html[Javadocs^]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 07:52:44 UTC 2024
    - 2K bytes
    - Viewed (0)
  10. pkg/controller/daemon/daemon_controller_test.go

    			wantedPods: []*v1.Pod{
    				newPod("matching-owned-0-", "node-0", simpleDaemonSetLabel, ds),
    				newPod("matching-orphan-0-", "node-0", simpleDaemonSetLabel, nil),
    				newPod("matching-owned-1-", "node-1", simpleDaemonSetLabel, ds),
    				newPod("matching-orphan-1-", "node-1", simpleDaemonSetLabel, nil),
    				func() *v1.Pod {
    					pod := newPod("matching-owned-succeeded-pod-0-", "node-0", simpleDaemonSetLabel, ds)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
Back to top