Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for creat (0.13 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Conn", Type, 9},
    		{"Connect", Func, 0},
    		{"ConnectEx", Func, 1},
    		{"ConvertSidToStringSid", Func, 0},
    		{"ConvertStringSidToSid", Func, 0},
    		{"CopySid", Func, 0},
    		{"Creat", Func, 0},
    		{"CreateDirectory", Func, 0},
    		{"CreateFile", Func, 0},
    		{"CreateFileMapping", Func, 0},
    		{"CreateHardLink", Func, 4},
    		{"CreateIoCompletionPort", Func, 0},
    		{"CreatePipe", Func, 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)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      - ""
      resources:
      - configmaps
      verbs:
      - create
      - get
      - list
      - watch
      - update
    - apiGroups:
      - authentication.k8s.io
      resources:
      - tokenreviews
      verbs:
      - create
    - apiGroups:
      - authorization.k8s.io
      resources:
      - subjectaccessreviews
      verbs:
      - create
    - apiGroups:
      - networking.x-k8s.io
      - gateway.networking.k8s.io
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "path": {
                "default": "",
                "description": "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
                "type": "string"
              },
              "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. RELEASE.md

    *  The default Keras model saving format is now the Keras v3 format: calling `model.save("xyz.keras")` will no longer create a H5 file, it will create a native Keras model file. This will only be breaking for you if you were manually inspecting or modifying H5 files saved by Keras under a `.keras` extension. If this breaks you, simply add `save_format="h5"` to your `.save()` call to...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "verbs": {
                "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		testName     string
    		claimSpec    core.PersistentVolumeClaimSpec
    		expectedFail bool
    	}{{
    		testName:  "test create from valid snapshot source",
    		claimSpec: *testDataSourceInSpec("test_snapshot", "VolumeSnapshot", "snapshot.storage.k8s.io"),
    	}, {
    		testName:  "test create from valid pvc source",
    		claimSpec: *testDataSourceInSpec("test_pvc", "PersistentVolumeClaim", ""),
    	}, {
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      and allow "consumer" routes for the referenced Service. ReferenceGrant is
                      not applicable for governing ParentRefs to Services - it is not possible to
                      create a "producer" route for a Service in a different namespace from the
                      Route.
    
    
                      There are two kinds of parent resources with "Core" support:
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

         For example, in the equation `iii->i` with input shape `[3, 3, 3]`, the
         generalized diagonal would consist of `3` elements at indices `(0, 0, 0)`,
         `(1, 1, 1)` and `(2, 2, 2)` to create a Tensor of shape `[3]`.
    
     (b) Reduction: Axes corresponding to labels appearing only in one input
         subscript but not in the output subscript are summed over prior to Tensor
         contraction.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1036..1039    ; valid                                  # 3.0  MYANMAR SIGN ANUSVARA..MYANMAR SIGN VIRAMA
    103A..103F    ; valid                                  # 5.1  MYANMAR SIGN ASAT..MYANMAR LETTER GREAT SA
    1040..1049    ; valid                                  # 3.0  MYANMAR DIGIT ZERO..MYANMAR DIGIT NINE
    104A..104F    ; valid                  ;      ; NV8    # 3.0  MYANMAR SIGN LITTLE SECTION..MYANMAR SYMBOL GENITIVE
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top