Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for importing (0.29 sec)

  1. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

              "singularName": {
                "default": "",
                "description": "singularName is the singular name of the resource.  This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.",
                "type": "string"
              },
              "storageVersionHash": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    	SPOP_CVADP:   {3, 7, 13, 1, true},
    }
    
    // Used for padding NOOP instruction
    const OP_NOOP = 0xd503201f
    
    // pcAlignPadLength returns the number of bytes required to align pc to alignedValue,
    // reporting an error if alignedValue is not a power of two or is out of range.
    func pcAlignPadLength(ctxt *obj.Link, pc int64, alignedValue int64) int {
    	if !((alignedValue&(alignedValue-1) == 0) && 8 <= alignedValue && alignedValue <= 2048) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    Interface Description All Known Implementing Classes: BaseDescription, Description.NullDescription, StringDescription public interface Description A description of a Matcher. A Matcher will describe itself to a description which can later be used for reporting. See Also: SelfDescribing.describeTo(Description) Nested Class Summary static class Description.NullDescription Field Summary static Description NONE A description that consumes input but does nothing. Method Summary Description appendDescriptionOf(SelfDescribing...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
Back to top