Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 170 for inf (0.24 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics_test.go

    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="45"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="60"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="+Inf"} 1
    etcd_request_duration_seconds_sum{operation="foo",type="bar"} 0.3
    etcd_request_duration_seconds_count{operation="foo",type="bar"} 1
    # HELP etcd_requests_total [ALPHA] Etcd request counts for each operation and object type.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 21:15:32 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. src/fmt/scan_test.go

    		t.Errorf("didn't get right Infs scanning %q: got %g %g %g", text, f, f32, f64)
    	}
    }
    
    func TestInf(t *testing.T) {
    	for _, s := range []string{"inf", "+inf", "-inf", "INF", "-INF", "+INF", "Inf", "-Inf", "+Inf"} {
    		verifyInf(s, t)
    	}
    }
    
    func testScanfMulti(t *testing.T, f func(string) io.Reader) {
    	sliceType := reflect.TypeOf(make([]any, 1))
    	for _, test := range multiTests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 20:25:13 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: jvanzyl Build-Jdk: 1.5.0_06 org/codehaus/classworlds/BytesURLConnection.class package org.codehaus.classworlds; public synchronized class BytesURLConnection extends java.net.URLConnection { protected byte[] content; protected int offset; protected int length; public void BytesURLConnection(java.net.URL, byte[]); public void connect(); public java.io.InputStream getInputStream(); } o...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 41.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/core/io/ClassTraversalUtil.java

            }
        }
    
        /**
         * Jarファイルに含まれるクラスをトラバースします。
         * <p>
         * 指定されたJarファイルが拡張子<code>.war</code>を持つ場合は、 Jarファイル内のエントリのうち、 接頭辞
         * <code>WEB-INF/classes</code>で始まるパスを持つエントリがトラバースの対象となります。
         * クラスを処理するハンドラには、接頭辞を除くエントリ名が渡されます。 例えばJarファイル内に
         * <code>/WEB-INF/classes/ccc/ddd/Eee.class</code>というクラスファイルが存在すると、 ハンドラには
         * パッケージ名<code>ccc.ddd</code>およびクラス名<code>Eee</code>が渡されます。
         * </p>
         *
         * @param jarFile
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java

                }
                String path;
                if ("view".equals(jspType)) {
                    path = "/WEB-INF/" + jspType + values[0] + "/" + jspFileName;
                } else {
                    path = "/WEB-INF/" + jspType + "/" + jspFileName;
                }
                final File jspFile = new File(getServletContext().getRealPath(path));
                if (!jspFile.exists()) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  6. pkg/kubelet/certificate/kubelet.go

    				"serving certificate is invalid or unused, the value will " +
    				"be +INF.",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		func() float64 {
    			if c := m.Current(); c != nil && c.Leaf != nil {
    				return math.Trunc(time.Until(c.Leaf.NotAfter).Seconds())
    			}
    			return math.Inf(1)
    		},
    	))
    	return m, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 03:07:16 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: jvanzyl Build-Jdk: 1.6.0-dp org/codehaus/classworlds/BytesURLConnection.class package org.codehaus.classworlds; public synchronized class BytesURLConnection extends java.net.URLConnection { protected byte[] content; protected int offset; protected int length; public void BytesURLConnection(java.net.URL, byte[]); public void connect(); public java.io.InputStream getInputStream(); } o...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 41.5K bytes
    - Viewed (0)
  8. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperGenerationIntegrationTest.groovy

                }
            """
    
            when:
            run "wrapper", "--no-validate-url"
    
            then:
            new ZipTestFixture(file("gradle/wrapper/gradle-wrapper.jar"))
                .assertFileContent("META-INF/LICENSE", containsString("Apache License"))
        }
    
        def "generated wrapper scripts for given version from command-line"() {
            when:
            run "wrapper", "--gradle-version", "2.2.1", "--no-validate-url"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/generic/policy_source.go

    	usedParams := map[schema.GroupVersionKind]struct{}{}
    	var errs []error
    	for policyKey, bindingSpecs := range policiesToBindings {
    		var inf generic.NamespacedLister[P] = s.policyInformer
    		if len(policyKey.Namespace) > 0 {
    			inf = s.policyInformer.Namespaced(policyKey.Namespace)
    		}
    		policySpec, err := inf.Get(policyKey.Name)
    		if errors.IsNotFound(err) {
    			// Policy for bindings doesn't exist. This can happen if the policy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 23:07:34 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  10. src/strconv/ftoa.go

    	exp := int(bits>>flt.mantbits) & (1<<flt.expbits - 1)
    	mant := bits & (uint64(1)<<flt.mantbits - 1)
    
    	switch exp {
    	case 1<<flt.expbits - 1:
    		// Inf, NaN
    		var s string
    		switch {
    		case mant != 0:
    			s = "NaN"
    		case neg:
    			s = "-Inf"
    		default:
    			s = "+Inf"
    		}
    		return append(dst, s...)
    
    	case 0:
    		// denormalized
    		exp++
    
    	default:
    		// add implicit top bit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top