Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 41 for recognizers (0.18 sec)

  1. android/guava/src/com/google/common/collect/Iterators.java

       * returned to the caller, although this is neither guaranteed to occur nor required to be
       * consistent. For example, this method <i>might</i> choose to pass through recognized
       * implementations of {@code PeekingIterator} when the behavior of the implementation is known to
       * meet the contract guaranteed by this method.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Iterators.java

       * returned to the caller, although this is neither guaranteed to occur nor required to be
       * consistent. For example, this method <i>might</i> choose to pass through recognized
       * implementations of {@code PeekingIterator} when the behavior of the implementation is known to
       * meet the contract guaranteed by this method.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

          "type": "object",
          "required": ["spec"],
          "properties": {
            "apiVersion": {
              "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
              "type": "string"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    )
    
    // HSPFILEQ is type for setup file queue
    type HSPFILEQ uintptr
    
    // DevInfo holds reference to device information set
    type DevInfo Handle
    
    // DEVINST is a handle usually recognized by cfgmgr32 APIs
    type DEVINST uint32
    
    // DevInfoData is a device information structure (references a device instance that is a member of a device information set)
    type DevInfoData struct {
    	size      uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/types.go

    	//
    	// Clients should expect to handle additional values by ignoring
    	// any values not recognized.
    	//
    	// "Deny" and "Warn" may not be used together since this combination
    	// needlessly duplicates the validation failure both in the
    	// API response body and the HTTP warning headers.
    	//
    	// Required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      //
      // Clients should expect to handle additional values by ignoring
      // any values not recognized.
      //
      // "Deny" and "Warn" may not be used together since this combination
      // needlessly duplicates the validation failure both in the
      // API response body and the HTTP warning headers.
      //
      // Required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/filesystem/filesystem_interface.h

    typedef struct TF_TransactionToken {
      void* token;
      TF_Filesystem* owner;
    } TF_TransactionToken;
    
    // The named union is needed here (as opposed to
    // inside the `TF_Filesystem_Option_Value` struct)
    // as MSVC does not recognize `typeof`.
    typedef union TF_Filesystem_Option_Value_Union {
      int64_t int_val;
      double real_val;
      struct {
        char* buf;
        int buf_length;
      } buffer_val;
    } TF_Filesystem_Option_Value_Union;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      //
      // Clients should expect to handle additional values by ignoring
      // any values not recognized.
      //
      // "Deny" and "Warn" may not be used together since this combination
      // needlessly duplicates the validation failure both in the
      // API response body and the HTTP warning headers.
      //
      // Required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	disallowDefaultsReason string
    	// requireRecognizedConversionReviewVersion requires accepted webhook conversion versions to contain a recognized version
    	requireRecognizedConversionReviewVersion bool
    	// requireImmutableNames disables changing spec.names
    	requireImmutableNames bool
    	// requireOpenAPISchema requires an openapi V3 schema be specified
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/syntax/parser.go

    		// The syntax restricts the possible simple statements here to:
    		//
    		//     lhs <- x (send statement)
    		//     <-x
    		//     lhs = <-x
    		//     lhs := <-x
    		//
    		// All these (and more) are recognized by simpleStmt and invalid
    		// syntax trees are flagged later, during type checking.
    
    	case _Default:
    		p.next()
    
    	default:
    		p.syntaxError("expected case or default or }")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
Back to top