Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Primer (0.16 sec)

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

    		{"(*Reader).RegisterDecompressor", Method, 6},
    		{"(*Writer).AddFS", Method, 22},
    		{"(*Writer).Close", Method, 0},
    		{"(*Writer).Copy", Method, 17},
    		{"(*Writer).Create", Method, 0},
    		{"(*Writer).CreateHeader", Method, 0},
    		{"(*Writer).CreateRaw", Method, 17},
    		{"(*Writer).Flush", Method, 4},
    		{"(*Writer).RegisterCompressor", Method, 6},
    		{"(*Writer).SetComment", Method, 10},
    		{"(*Writer).SetOffset", Method, 5},
    		{"Compressor", Type, 2},
    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. pkg/apis/core/validation/validation_test.go

    		csi:  &core.CSIVolumeSource{Driver: "test-driver"},
    	}, {
    		name:     "missing driver name",
    		csi:      &core.CSIVolumeSource{Driver: ""},
    		errtype:  field.ErrorTypeRequired,
    		errfield: "driver",
    	}, {
    		name: "driver name: ok no punctuations",
    		csi:  &core.CSIVolumeSource{Driver: "comgooglestoragecsigcepd"},
    	}, {
    		name: "driver name: ok dot only",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "properties": {
              "driverName": {
                "description": "DriverName is the name used by the DRA driver kubelet plugin.",
                "type": "string"
              },
              "requests": {
                "description": "Requests describes all resources that are needed from the driver.",
                "items": {
                  "allOf": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

          "io.k8s.api.core.v1.CSIVolumeSource": {
            "description": "Represents a source location of a volume to mount, managed by an external CSI driver",
            "properties": {
              "driver": {
                "default": "",
                "description": "driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              - emptyDir:
                name: credential-socket
              {{- if eq .Values.global.caName "GkeWorkloadCertificate" }}
              - name: gke-workload-certificate
                csi:
                  driver: workloadcertificates.security.cloud.google.com
              {{- else }}
              - emptyDir:
                name: workload-certs
              {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2030..2032    ; valid                  ;      ; NV8    # 1.1  PER MILLE SIGN..PRIME
    2033          ; mapped                 ; 2032 2032     # 1.1  DOUBLE PRIME
    2034          ; mapped                 ; 2032 2032 2032 #1.1  TRIPLE PRIME
    2035          ; valid                  ;      ; NV8    # 1.1  REVERSED PRIME
    2036          ; mapped                 ; 2035 2035     # 1.1  REVERSED DOUBLE PRIME
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. RELEASE.md

    `tensorflow` pip package has a new, optional installation method for Linux that installs necessary Nvidia CUDA libraries through pip. As long as the Nvidia driver is already installed on the system, you may now run `pip install tensorflow[and-cuda]` to install TensorFlow's Nvidia CUDA library dependencies in the Python environment. Aside from the Nvidia driver, no other pre-existing Nvidia CUDA packages are necessary.
    
    *   Enable JIT-compiled i64-indexed kernels on GPU for large tensors with more...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.artifacts.ivyservice.modulecache.ModuleMetadataSerializer$Writer> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ModuleMetadataSerializer.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top