Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for columnGap (0.3 sec)

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

                      }
                    }),
                mutex);
          }
        }
    
        @Override
        public Map<C, Map<R, V>> columnMap() {
          synchronized (mutex) {
            return map(
                Maps.transformValues(
                    delegate().columnMap(),
                    new com.google.common.base.Function<Map<R, V>, Map<R, V>>() {
                      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Synchronized.java

                      }
                    }),
                mutex);
          }
        }
    
        @Override
        public Map<C, Map<R, V>> columnMap() {
          synchronized (mutex) {
            return map(
                Maps.transformValues(
                    delegate().columnMap(),
                    new com.google.common.base.Function<Map<R, V>, Map<R, V>>() {
                      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 57.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    }
    
    var map_TableOptions = map[string]string{
    	"":              "TableOptions are used when a Table is requested by the caller.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  4. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    message TableOptions {
      // includeObject decides whether to include each object along with its columnar information.
      // Specifying "None" will return no object, specifying "Object" will return the full object contents, and
      // specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    message TableOptions {
      // includeObject decides whether to include each object along with its columnar information.
      // Specifying "None" will return no object, specifying "Object" will return the full object contents, and
      // specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// and may be removed as a field in a future release.
    	NoHeaders bool `json:"-"`
    
    	// includeObject decides whether to include each object along with its columnar information.
    	// Specifying "None" will return no object, specifying "Object" will return the full object contents, and
    	// specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
Back to top