Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 2,485 for cleaning (0.18 sec)

  1. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    ----
    $ gradle run
    ----
    
    === Running all checks
    It is common for _all_ verification tasks, including tests and linting, to be executed using the `check` task:
    
    ----
    $ gradle check
    ----
    
    === Cleaning outputs
    You can delete the contents of the build directory using the `clean` task. Doing so will cause pre-computed outputs to be lost, causing significant additional build time for the subsequent task execution:
    
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_loong64.go

    	111: "connection refused",
    	112: "host is down",
    	113: "no route to host",
    	114: "operation already in progress",
    	115: "operation now in progress",
    	116: "stale file handle",
    	117: "structure needs cleaning",
    	118: "not a XENIX named type file",
    	119: "no XENIX semaphores available",
    	120: "is a named type file",
    	121: "remote I/O error",
    	122: "disk quota exceeded",
    	123: "no medium found",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  3. src/internal/fuzz/fuzz.go

    	// values from this starting point.
    	entry CorpusEntry
    
    	// timeout is the time to spend fuzzing variations of this input,
    	// not including starting or cleaning up.
    	timeout time.Duration
    
    	// limit is the maximum number of calls to the fuzz function the worker may
    	// make. The worker may make fewer calls, for example, if it finds an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  4. hack/local-up-cluster.sh

    }
    
    function detect_binary {
        host_arch=$(detect_arch)
        host_os=$(detect_os)
    
        GO_OUT="${KUBE_ROOT}/_output/local/bin/${host_os}/${host_arch}"
    }
    
    cleanup()
    {
      echo "Cleaning up..."
      # delete running images
      # if [[ "${ENABLE_CLUSTER_DNS}" == true ]]; then
      # Still need to figure why this commands throw an error: Error from server: client: etcd cluster is unavailable or misconfigured
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    include::sample[dir="snippets/java/basic/groovy",files="build.gradle[tags=defining-custom-javadoc-task]"]
    ====
    
    These are just two non-trivial but common customizations that you might come across.
    
    [[sec:cleaning_java_build]]
    == Cleaning the build
    
    The Java Library Plugin adds a `clean` task to your project by virtue of applying the <<base_plugin.adoc#base_plugin,Base Plugin>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  6. src/runtime/trace.go

    		tl := traceAcquire()
    		tl.GCActive()
    		traceRelease(tl)
    	}
    
    	// Preemption is OK again after this. If the world stops or whatever it's fine.
    	// We're just cleaning up the last generation after this point.
    	//
    	// We also don't care if the GC starts again after this for the same reasons.
    	releasem(mp)
    	semrelease(&worldsema)
    
    	// Snapshot allm and freem.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  7. pkg/controller/controller_utils.go

    			oldNodeCopy = curNewNode
    		}
    		if !updated {
    			return nil
    		}
    		return PatchNodeTaints(ctx, c, nodeName, oldNode, newNode)
    	})
    }
    
    // RemoveTaintOffNode is for cleaning up taints temporarily added to node,
    // won't fail if target taint doesn't exist or has been removed.
    // If passed a node it'll check if there's anything to be done, if taint is not present it won't issue
    // any API calls.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods.go

    	klog.V(3).InfoS("Clean up orphaned pod user namespace allocations")
    	if err = kl.usernsManager.CleanupOrphanedPodUsernsAllocations(allPods, runningRuntimePods); err != nil {
    		klog.ErrorS(err, "Failed cleaning up orphaned pod user namespaces allocations")
    	}
    
    	// Remove orphaned volumes from pods that are known not to have any
    	// containers. Note that we pass all pods (including terminated pods) to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  9. pkg/controller/volume/persistentvolume/pv_controller.go

    			_, deleted, deleteErr = ctrl.doDeleteVolume(ctx, volume)
    			if deleteErr == nil && deleted {
    				// Delete succeeded
    				logger.V(4).Info("provisionClaimOperation: cleaning volume succeeded", "PVC", klog.KObj(claim), "volumeName", volume.Name)
    				break
    			}
    			if !deleted {
    				// This is unreachable code, the volume was provisioned by an
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

            true            | true
            true            | false
            false           | true
            false           | false
        }
    
        @Issue("gradle/gradle#8944")
        def 'verify that cleaning up constraints no longer causes a ConcurrentModificationException'() {
            given:
            // Direct dependency with transitive to be substituted by project
            def project = mavenRepo.module('org', 'project', '1.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top