Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pref (0.05 sec)

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

    		{"LookupMX", Func, 0},
    		{"LookupNS", Func, 1},
    		{"LookupPort", Func, 0},
    		{"LookupSRV", Func, 0},
    		{"LookupTXT", Func, 0},
    		{"MX", Type, 0},
    		{"MX.Host", Field, 0},
    		{"MX.Pref", Field, 0},
    		{"NS", Type, 1},
    		{"NS.Host", Field, 1},
    		{"OpError", Type, 0},
    		{"OpError.Addr", Field, 0},
    		{"OpError.Err", Field, 0},
    		{"OpError.Net", Field, 0},
    		{"OpError.Op", Field, 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. pkg/apis/core/validation/validation_test.go

    		Spec: core.PersistentVolumeClaimSpec{
    			DataSource: dataSource,
    		},
    	}
    }
    func pvcWithDataSourceRef(ref *core.TypedObjectReference) *core.PersistentVolumeClaim {
    	return &core.PersistentVolumeClaim{
    		Spec: core.PersistentVolumeClaimSpec{
    			DataSourceRef: ref,
    		},
    	}
    }
    
    func pvcTemplateWithVolumeAttributesClassName(vacName *string) *core.PersistentVolumeClaimTemplate {
    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. RELEASE.md

    tf.train.SummaryWriterCache with tf.summary.FileWriter and
    tf.summary.FileWriterCache. * Removes RegisterShape from public API. Use C++
    shape function registration instead. * Deprecated `_ref` dtypes from the python
    API. * In the C++ API (in tensorflow/cc), Input, Output, etc. have moved from
    the tensorflow::ops namespace to tensorflow. * Change arg order for
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top