Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 111 for NOR (4.28 sec)

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

    	if len(strings.Split(stringValue, "/")) == 1 {
    		if !helper.IsStandardFinalizerName(stringValue) {
    			return append(allErrs, field.Invalid(fldPath, stringValue, "name is neither a standard finalizer name nor is it fully qualified"))
    		}
    	}
    
    	return allErrs
    }
    
    // ValidateNamespaceUpdate tests to make sure a namespace update can be applied.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - CEL can now correctly handle a CRD `openAPIV3Schema` that has neither `Properties` nor `AdditionalProperties`. ([#121459](https://github.com/kubernetes/kubernetes/pull/121459), [@jiahuif](https://github.com/jiahuif))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //
    // When telemetry is in local mode, counter data is written to the local file
    // system, but will not be uploaded to remote servers.
    //
    // When telemetry is off, local counter data is neither collected nor uploaded.
    //
    // When telemetry is on, telemetry data is written to the local file system
    // and periodically sent to https://telemetry.go.dev/. Uploaded data is used to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// +unionDiscriminator
    	Type SeccompProfileType
    	// Load a profile defined in static file on the node.
    	// The profile must be preconfigured on the node to work.
    	// LocalhostProfile cannot be an absolute nor a descending path.
    	// +optional
    	LocalhostProfile *string
    }
    
    // SeccompProfileType defines the supported seccomp profile types.
    type SeccompProfileType string
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    type http2UnknownFrame struct {
    	http2FrameHeader
    	p []byte
    }
    
    // Payload returns the frame's payload (after the header).  It is not
    // valid to call this method after a subsequent call to
    // Framer.ReadFrame, nor is it valid to retain the returned slice.
    // The memory is owned by the Framer and is invalidated when the next
    // frame is read.
    func (f *http2UnknownFrame) Payload() []byte {
    	f.checkValid()
    	return f.p
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		windowsOptions: &core.WindowsSecurityContextOptions{
    			RunAsUserName: toPtr("\\User"),
    		},
    		expectedErrorSubstring: "runAsUserName's Domain doesn't match the NetBios nor the DNS format",
    	}, {
    		testName: "RunAsUserName containing backslash but empty User",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    			RunAsUserName: toPtr("Container\\"),
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/opGen.go

    			},
    			outputs: []outputInfo{
    				{0, 1071644664}, // R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R18 R19 R20 R21 R23 R24 R25 R26 R27 R28 R29 R31
    			},
    		},
    	},
    	{
    		name:        "NOR",
    		argLen:      2,
    		commutative: true,
    		asm:         loong64.ANOR,
    		reg: regInfo{
    			inputs: []inputInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  8. RELEASE.md

        *   ResourceVariable's gather op supports batch dimensions.
        *   ResourceVariable support for `gather_nd`.
        *   `ResourceVariable` and `Variable` no longer accepts `constraint` in the
            constructor, nor expose it as a @property.
        *   Added gradient for `SparseToDense` op.
        *   Expose a flag that allows the number of threads to vary across Python
            benchmarks.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    but 1000 = 1k; I didn't choose the capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<Variadic<TF_Tensor>, [{A list of `Tensor` with possibly different types to be passed as arguments
    to the `module`. These are the actual arguments and do not include the
    platform argument (see `platforms`) nor the dimension arguments (see
    `dim_args_spec`).}]>:$args,
    
        I64Attr:$version,
        StrAttr:$module,
        TF_ShapeAttrArray:$Sout,
        DefaultValuedOptionalAttr<StrArrayAttr, "{}">:$dim_args_spec,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top