Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for RESTORED (0.18 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            gcFile.lastModified = daysAgo(2)
    
            and:
            // start as new process so journal is not restored from in-memory cache
            executer.withTasks("help").start().waitForFinish()
    
            then:
            outputDir1.assertDoesNotExist()
            outputDir2.assertExists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    			if event.Action.Delete() {
    				// apply whatever the expiry rule is.
    				applyExpiryRule(event, lcEventSrc_s3GetObject, objInfo)
    				if !event.Action.DeleteRestored() {
    					// If the ILM action is not on restored object return error.
    					writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrNoSuchKey), r.URL)
    					return
    				}
    			}
    		}
    
    		QueueReplicationHeal(ctx, bucket, gr.ObjInfo, 0)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

                                fbody->graph, outside_compilation_attr_name));
    
        // Preprocess edges between different outside compilations. They will be
        // restored in `ConstructHostGraph()`.
        TF_RETURN_IF_ERROR(PreprocessEdgesBetweenOutsideCompilations(
            fbody->graph, outside_compilation_attr_name));
    
        // Encapsulate outside_compilation cluster into function call node.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * Update gcr.io/google-containers/rescheduler to v0.2.2, which uses busybox as a base image instead of ubuntu. ([#41911](https://github.com/kubernetes/kubernetes/pull/41911), [@ixdy](https://github.com/ixdy))
    * restored normalization of custom `--etcd-prefix` when `--storage-backend` is set to etcd3 ([#42506](https://github.com/kubernetes/kubernetes/pull/42506), [@liggitt](https://github.com/liggitt))
    
    
    
    # v1.5.5
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    	if !expectedStaleChains.Equal(gotStaleChains) {
    		t.Errorf("expected stale chains %v, got %v", expectedStaleChains, gotStaleChains)
    	}
    	// Restore endpoints to non-empty immediately; its chains will be restored, and deleted from staleChains.
    	fp.OnEndpointSliceUpdate(eps3update3, eps3update2)
    	fp.syncProxyRules()
    	expected = baseRules + dedent.Dedent(`
    		add element ip kube-proxy cluster-ips { 172.30.0.41 }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. src/runtime/proc.go

    // to run bigger things on the system stack.
    //
    // reentersyscall is the entry point used by cgo callbacks, where explicitly
    // saved SP and PC are restored. This is needed when exitsyscall will be called
    // from a function further up in the call stack than the parent, as g->syscallsp
    // must always point to a valid stack frame. entersyscall below is the normal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Prisms. And the Colours generated by the interior Limits B and _c_ of the two Prisms, will be mingled at PT, and there compound white. For if either Prism be taken away, the Colours made by the other will appear in that Place PT, and when the Prism is restored to its Place again, so that its Colours may there fall upon the Colours of the other, the Mixture of them both will restore the Whiteness. This Experiment succeeds also, as I have tried, when the Angle _b_ of the lower Prism, is a little greater...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top