Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,050 for isnumber (0.32 sec)

  1. pkg/registry/core/service/ipallocator/metrics.go

    			Namespace:      namespace,
    			Subsystem:      subsystem,
    			Name:           "available_ips",
    			Help:           "Gauge measuring the number of available IPs for Services",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"cidr"},
    	)
    	// clusterIPAllocation counts the total number of ClusterIP allocation and allocation mode: static or dynamic.
    	clusterIPAllocations = metrics.NewCounterVec(
    		&metrics.CounterOpts{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 13 13:33:30 UTC 2022
    - 4K bytes
    - Viewed (0)
  2. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CodeNarcExtension.java

            setConfig(project.getResources().getText().fromFile(file));
        }
    
        /**
         * The maximum number of priority 1 violations allowed before failing the build.
         */
        public int getMaxPriority1Violations() {
            return maxPriority1Violations;
        }
    
        /**
         * The maximum number of priority 1 violations allowed before failing the build.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 4K bytes
    - Viewed (0)
  3. src/syscall/dir_plan9.go

    	}
    	if d.Muid, b, ok = gstring(b); !ok {
    		return nil, ErrBadStat
    	}
    
    	return &d, nil
    }
    
    // pbit8 copies the 8-bit number v to b and returns the remaining slice of b.
    func pbit8(b []byte, v uint8) []byte {
    	b[0] = byte(v)
    	return b[1:]
    }
    
    // pbit16 copies the 16-bit number v to b in little-endian order and returns the remaining slice of b.
    func pbit16(b []byte, v uint16) []byte {
    	byteorder.LePutUint16(b, v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 19:32:38 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/PropertyJavaInterOpIntegrationTest.groovy

                    public void run() {
                        System.out.println("flag = " + flag.get());
                        System.out.println("message = " + message.get());
                        System.out.println("number = " + number.get());
                        System.out.println("list = " + list.get());
                        System.out.println("set = " + set.get());
                        System.out.println("map = " + map.get());
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. cmd/kube-controller-manager/app/options/endpointslicemirroringcontroller.go

    	fs.Int32Var(&o.MirroringMaxEndpointsPerSubset, "mirroring-max-endpoints-per-subset", o.MirroringMaxEndpointsPerSubset, fmt.Sprintf("The maximum number of endpoints that will be added to an EndpointSlice by the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 19 13:01:01 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  6. pkg/wasm/monitoring.go

    	wasmCacheEntries = monitoring.NewGauge(
    		"wasm_cache_entries",
    		"number of Wasm remote fetch cache entries.",
    	)
    
    	wasmCacheLookupCount = monitoring.NewSum(
    		"wasm_cache_lookup_count",
    		"number of Wasm remote fetch cache lookups.",
    	)
    
    	wasmRemoteFetchCount = monitoring.NewSum(
    		"wasm_remote_fetch_count",
    		"number of Wasm remote fetches and results, including success, download failure, and checksum mismatch.",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  7. tests/testdata/config/ingress.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: istio-ingress
      namespace: testns
    spec:
      selector:
        istio: ingress
      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
        - "*"
      - port:
          number: 443
          name: https
          protocol: HTTPS
        hosts:
        - "*"
        tls:
          mode: SIMPLE
          serverCertificate: /etc/certs/servercert.pem
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 949 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Util.h

    /**< 
     *  Trims leading and trailing whitespace from the specified string.
     *  @param szString  The string to trim.
     */
    
    CU_EXPORT size_t CU_number_width(int number);
    /**< 
     *  Calculates the number of places required to display 
     *  number in decimal.
     */
    
    #ifdef CUNIT_BUILD_TESTS
    void test_cunit_Util(void);
    #endif
    
    #ifdef __cplusplus
    }
    #endif
    
    #ifdef USE_DEPRECATED_CUNIT_NAMES
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/integTest/java/org/gradle/kotlin/dsl/fixtures/codegen/GenericsVariance.java

     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.fixtures.codegen;
    
    public interface GenericsVariance {
    
        void invariant(Class<Number> type);
    
        void covariant(Class<? extends Number> type);
    
        void contravariant(Class<? super Number> type);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 849 bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/dev_darwin.go

    package unix
    
    // Major returns the major component of a Darwin device number.
    func Major(dev uint64) uint32 {
    	return uint32((dev >> 24) & 0xff)
    }
    
    // Minor returns the minor component of a Darwin device number.
    func Minor(dev uint64) uint32 {
    	return uint32(dev & 0xffffff)
    }
    
    // Mkdev returns a Darwin device number generated from the given major and minor
    // components.
    func Mkdev(major, minor uint32) uint64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 19:01:58 UTC 2018
    - 747 bytes
    - Viewed (0)
Back to top