Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 98 of 98 for planes (0.11 sec)

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

     * which is optimal, and <i>not</i> the size of the internal hashtable, which could be much larger
     * than {@code size()}. Furthermore, this structure places significantly reduced load on the garbage
     * collector by only using a constant number of internal objects.
     *
     * <p>If there are no removals, then iteration order for the {@link #entrySet}, {@link #keySet}, and
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 35.8K bytes
    - Viewed (0)
  2. pkg/volume/plugins.go

    	CanDeviceMount(spec *Spec) (bool, error)
    }
    
    // ExpandableVolumePlugin is an extended interface of VolumePlugin and is used for volumes that can be
    // expanded via control-plane ExpandVolumeDevice call.
    type ExpandableVolumePlugin interface {
    	VolumePlugin
    	ExpandVolumeDevice(spec *Spec, newSize resource.Quantity, oldSize resource.Quantity) (resource.Quantity, error)
    	RequiresFSResize() bool
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/config.go

    	// but /readyz will return failure.
    	ShutdownDelayDuration time.Duration
    
    	// The limit on the total size increase all "copy" operations in a json
    	// patch may cause.
    	// This affects all places that applies json patch in the binary.
    	JSONPatchMaxCopyBytes int64
    	// The limit on the request size that would be accepted and decoded in a write request
    	// 0 means no limit.
    	MaxRequestBodyBytes int64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  4. src/runtime/trace.go

    	// flushed, they end up on the full queue for trace.gen%2.
    	//
    	// The trace reader takes buffers off the full list one-by-one and
    	// places them into reading until they're finished being read from.
    	// Then they're placed onto the empty list.
    	//
    	// Protected by trace.lock.
    	reading       *traceBuf // buffer currently handed off to user
    	empty         *traceBuf // stack of empty buffers
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/controller.go

    	namespaces kclient.Client[*v1.Namespace]
    	services   kclient.Client[*v1.Service]
    
    	endpoints *endpointSliceController
    
    	// Used to watch node accessible from remote cluster.
    	// In multi-cluster(shared control plane multi-networks) scenario, ingress gateway service can be of nodePort type.
    	// With this, we can populate mesh's gateway address with the node ips.
    	nodes kclient.Client[*v1.Node]
    
    	exports serviceExportCache
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  6. src/cmd/go/internal/help/helpdoc.go

    The Go path is used to resolve import statements.
    It is implemented by and documented in the go/build package.
    
    The GOPATH environment variable lists places to look for Go code.
    On Unix, the value is a colon-separated string.
    On Windows, the value is a semicolon-separated string.
    On Plan 9, the value is a list.
    
    If the environment variable is unset, GOPATH defaults
    to a subdirectory named "go" in the user's home directory
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  7. src/cmd/link/link_test.go

    shivering little ‘prentice boy on deck. Chance people on the bridges peeping over the parapets into a nether sky of fog, with fog all round them, as if they were up in a balloon and hanging in the misty clouds.  	Gas looming through the fog in divers places in the streets, much as the sun may, from the spongey fields, be seen to loom by husbandman and ploughboy. Most of the shops lighted two hours before their time—as the gas seems to know, for it has a haggard and unwilling look.  	The raw afternoon...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  8. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    which the executable runs, unless that component itself accompanies the
    executable.
    
    If distribution of executable or object code is made by offering access
    to copy from a designated place, then offering equivalent access to copy
    the source code from the same place counts as distribution of the source
    code, even though third parties are not compelled to copy the source
    along with the object code.
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
Back to top