Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of about 10,000 for Returns (0.14 sec)

  1. src/math/rand/v2/rand.go

    // Uint64 returns a pseudo-random 64-bit value as a uint64.
    func (r *Rand) Uint64() uint64 { return r.src.Uint64() }
    
    // Int32 returns a non-negative pseudo-random 31-bit integer as an int32.
    func (r *Rand) Int32() int32 { return int32(r.src.Uint64() >> 33) }
    
    // Int returns a non-negative pseudo-random int.
    func (r *Rand) Int() int { return int(uint(r.src.Uint64()) << 1 >> 1) }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:25:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  2. pkg/proxy/util/localdetector.go

    	return len(d.ifLocal) > 0
    }
    
    func (d *detectLocal) IfLocal() []string {
    	return d.ifLocal
    }
    
    func (d *detectLocal) IfNotLocal() []string {
    	return d.ifNotLocal
    }
    
    func (d *detectLocal) IfLocalNFT() []string {
    	return d.ifLocalNFT
    }
    
    func (d *detectLocal) IfNotLocalNFT() []string {
    	return d.ifNotLocalNFT
    }
    
    // NewNoOpLocalDetector returns a no-op implementation of LocalTrafficDetector.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 15:34:37 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/jvm/toolchain/internal/operations/JavaToolchainUsageProgressDetails.java

             */
            String getJavaVendor();
    
            /**
             * Returns Java runtime name such as {@code OpenJDK Runtime Environment}.
             */
            String getRuntimeName();
    
            /**
             * Returns Java runtime version such as {@code 17.0.3.1+2-LTS}.
             */
            String getRuntimeVersion();
    
            /**
             * Returns Java VM name such as {@code OpenJDK 64-Bit Server VM}.
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 10 08:07:59 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. test/fixedbugs/issue6671.go

    	b = true && true           // permitted => && returns an untyped bool
    	b = x < y                  // permitted => x < y returns an untyped bool
    	b = true && x < y          // permitted => result of && returns untyped bool
    	b = x < y && x < y         // permitted => result of && returns untyped bool
    	b = x < y || x < y         // permitted => result of || returns untyped bool
    	var c bool = true && x < y // permitted => result of && is bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/container_manager.go

    	// Returns a noop implementation if qos cgroup hierarchy is not enabled
    	NewPodContainerManager() PodContainerManager
    
    	// GetMountedSubsystems returns the mounted cgroup subsystems on the node
    	GetMountedSubsystems() *CgroupSubsystems
    
    	// GetQOSContainersInfo returns the names of top level QoS containers
    	GetQOSContainersInfo() QOSContainersInfo
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:13 UTC 2024
    - 9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1/jsonschemaprops.go

    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Format field is set to the value of the last call.
    func (b *JSONSchemaPropsApplyConfiguration) WithFormat(value string) *JSONSchemaPropsApplyConfiguration {
    	b.Format = &value
    	return b
    }
    
    // WithTitle sets the Title field in the declarative configuration to the given value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/AtomicLongMap.java

       * Integer.MAX_VALUE} elements, returns {@code Integer.MAX_VALUE}.
       */
      public int size() {
        return map.size();
      }
    
      /** Returns {@code true} if this map contains no key-value mappings. */
      public boolean isEmpty() {
        return map.isEmpty();
      }
    
      /**
       * Removes all of the mappings from this map. The map will be empty after this call returns.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. build-logic/documentation/src/test/resources/org/gradle/test/GroovyClassWithMethods.groovy

            this.prop = prop
        }
    
        /**
         * A method that returns String.
         */
        String stringMethod(String stringParam) {
            'value'
        }
    
        /**
         * A method that returns void.
         */
        void voidMethod() {
        }
    
        /**
         * A method that returns a reference type.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 952 bytes
    - Viewed (0)
  9. pkg/kubelet/server/stats/handler.go

    	//
    	// GetPodByName returns the spec of the pod with the name in the specified
    	// namespace.
    	GetPodByName(namespace, name string) (*v1.Pod, bool)
    	// GetNode returns the spec of the local node.
    	GetNode() (*v1.Node, error)
    	// GetNodeConfig returns the configuration of the local node.
    	GetNodeConfig() cm.NodeConfig
    	// ListVolumesForPod returns the stats of the volume used by the pod with
    	// the podUID.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 14 21:31:38 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  10. pkg/apis/core/resource.go

    func (rn ResourceName) String() string {
    	return string(rn)
    }
    
    // CPU returns the CPU limit if specified.
    func (rl *ResourceList) CPU() *resource.Quantity {
    	return rl.Name(ResourceCPU, resource.DecimalSI)
    }
    
    // Memory returns the Memory limit if specified.
    func (rl *ResourceList) Memory() *resource.Quantity {
    	return rl.Name(ResourceMemory, resource.BinarySI)
    }
    
    // Storage returns the Storage limit if specified.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 10 21:09:13 UTC 2020
    - 1.8K bytes
    - Viewed (0)
Back to top