Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for oldR (0.23 sec)

  1. pkg/apis/core/validation/validation_test.go

    		test.old.ObjectMeta.ResourceVersion = "1"
    
    		// set required fields if old and new match and have no opinion on the value
    		if test.new.Name == "" && test.old.Name == "" {
    			test.new.Name = "name"
    			test.old.Name = "name"
    		}
    		if test.new.Namespace == "" && test.old.Namespace == "" {
    			test.new.Namespace = "namespace"
    			test.old.Namespace = "namespace"
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    10A60..10A7C  ; valid                                  # 5.2  OLD SOUTH ARABIAN LETTER HE..OLD SOUTH ARABIAN LETTER THETH
    10A7D..10A7F  ; valid                  ;      ; NV8    # 5.2  OLD SOUTH ARABIAN NUMBER ONE..OLD SOUTH ARABIAN NUMERIC INDICATOR
    10A80..10A9C  ; valid                                  # 7.0  OLD NORTH ARABIAN LETTER HEH..OLD NORTH ARABIAN LETTER ZAH
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. RELEASE.md

    *   `tf.keras.optimizers.Optimizer` now points to the new Keras optimizer, and
        old optimizers have moved to the `tf.keras.optimizers.legacy` namespace.
        If you find your workflow failing due to this change,
        you may be facing one of the following issues:
    
        *   **Checkpoint loading failure.** The new optimizer handles optimizer
            state differently from the old optimizer, which simplies the logic of
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    by this vulnerability if you run a Validating Admission Webhook for Nodes
    that denies admission based at least partially on the old state of the
    Node object.
    
    **Note**: This only impacts validating admission plugins that rely on old
    values in certain fields, and does not impact calls from kubelets that go
    through the built-in NodeRestriction admission plugin.
    
    **Affected Versions**:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (AtomicCompareAndSwap32 ptr old new_ mem)
    	// result: (CMPXCHGLlock ptr old new_ mem)
    	for {
    		ptr := v_0
    		old := v_1
    		new_ := v_2
    		mem := v_3
    		v.reset(OpAMD64CMPXCHGLlock)
    		v.AddArg4(ptr, old, new_, mem)
    		return true
    	}
    }
    func rewriteValueAMD64_OpAtomicCompareAndSwap64(v *Value) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

    total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    the Eye be tinged with any colour (as in the Disease of the _Jaundice_)
    so as to tinge the Pictures in the bottom of the Eye with that Colour,
    then all Objects appear tinged with the same Colour. If the Humours of
    the Eye by old Age decay, so as by shrinking to make the _Cornea_ and
    Coat of the _Crystalline Humour_ grow flatter than before, the Light
    will not be refracted enough, and for want of a sufficient Refraction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    tensor: The tensor to put on the list.
    input_handle: The old list.
    output_handle: A list with the elements of the old list followed by tensor.
    element_dtype: the type of elements in the list.
    element_shape: a shape compatible with that of elements in the list.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IsTimeout", Func, 10},
    		{"Kill", Var, 0},
    		{"Lchown", Func, 0},
    		{"Link", Func, 0},
    		{"LinkError", Type, 0},
    		{"LinkError.Err", Field, 0},
    		{"LinkError.New", Field, 0},
    		{"LinkError.Old", Field, 0},
    		{"LinkError.Op", Field, 0},
    		{"LookupEnv", Func, 5},
    		{"Lstat", Func, 0},
    		{"Mkdir", Func, 0},
    		{"MkdirAll", Func, 0},
    		{"MkdirTemp", Func, 16},
    		{"ModeAppend", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top