Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 312 for 1251 (0.05 sec)

  1. src/test/resources/plugin/repo2/fess-ds-atlassian/maven-metadata.xml

      <versioning>
        <latest>13.2.1-SNAPSHOT</latest>
        <release></release>
        <versions>
          <version>12.2.0-SNAPSHOT</version>
          <version>12.5.0-SNAPSHOT</version>
          <version>12.5.1-SNAPSHOT</version>
          <version>12.6.1-SNAPSHOT</version>
          <version>13.0.1-SNAPSHOT</version>
          <version>13.1.1-SNAPSHOT</version>
          <version>13.2.1-SNAPSHOT</version>
        </versions>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Aug 15 02:16:52 UTC 2019
    - 623 bytes
    - Viewed (0)
  2. src/strconv/atof_test.go

    	{"0x0.89aBcDp-125", "1.2643093e-38", nil},  // 0x0089abcd
    	{"0x0.8000000p-125", "1.1754944e-38", nil}, // 0x00800000
    	{"0x0.1234560p-125", "1.671814e-39", nil},  // 0x00123456
    	{"0x0.1234567p-125", "1.671814e-39", nil},  // rounded down
    	{"0x0.1234568p-125", "1.671814e-39", nil},  // rounded down
    	{"0x0.1234569p-125", "1.671815e-39", nil},  // rounded up
    	{"0x0.1234570p-125", "1.671815e-39", nil},  // 0x00123457
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  3. src/crypto/rand/rand_getrandom.go

    		// Per the manpage:
    		//     When reading from the urandom source, a maximum of 33554431 bytes
    		//     is returned by a single call to getrandom() on systems where int
    		//     has a size of 32 bits.
    		maxGetRandomRead = (1 << 25) - 1
    	case "dragonfly", "freebsd", "illumos", "solaris":
    		maxGetRandomRead = 1 << 8
    	default:
    		panic("no maximum specified for GetRandom")
    	}
    	altGetRandom = batched(getRandom, maxGetRandomRead)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:26:43 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. internal/s3select/simdj/testdata/parking-citations-10.json.zst

    parking-citations-10.json.zst {"Ticket":1103341116,"IssueData":"2015-12-21T00:00:00","IssueTime":"1251","RPState":"CA","PlateExpiry":"200304","Make":"HOND","BodyStyle":"PA","Color":"GY","Location":"13147 WELBY WAY","Route":"01521","Agency":1,"ViolationCode":"4000A1","ViolationDescr":"NO EVIDENCE OF REG","Fine":50,"Latitude":99999,"Longitude":99999} {"Ticket":1103700150,"IssueData":"2015-12-21T00:00:00","IssueTime":"1435","RPState":"CA","PlateExpiry":"201512","Make":"GMC","BodyStyle":"VN","Col...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 693 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics_test.go

    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="1"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="1.25"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="1.5"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="2"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="3"} 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 21:15:32 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. fuzzing/fuzzingserver-expected.txt

    "12.4.8 UNIMPLEMENTED"
    "12.4.9 UNIMPLEMENTED"
    "12.5.1 UNIMPLEMENTED"
    "12.5.10 UNIMPLEMENTED"
    "12.5.11 UNIMPLEMENTED"
    "12.5.12 UNIMPLEMENTED"
    "12.5.13 UNIMPLEMENTED"
    "12.5.14 UNIMPLEMENTED"
    "12.5.15 UNIMPLEMENTED"
    "12.5.16 UNIMPLEMENTED"
    "12.5.17 UNIMPLEMENTED"
    "12.5.18 UNIMPLEMENTED"
    "12.5.2 UNIMPLEMENTED"
    "12.5.3 UNIMPLEMENTED"
    "12.5.4 UNIMPLEMENTED"
    "12.5.5 UNIMPLEMENTED"
    "12.5.6 UNIMPLEMENTED"
    "12.5.7 UNIMPLEMENTED"
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 6.7K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/core/convert/BigDecimalConversionUtilTest.java

        }
    
        /**
         * @throws Exception
         */
        public void testToString() throws Exception {
            final BigDecimal d = new BigDecimal(new BigInteger("125"), -1);
            assertEquals("1250", BigDecimalConversionUtil.toString(d));
        }
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  8. src/runtime/mksizeclasses.go

    // request up to the next size class wastes at most 12.5% (1.125x).
    //
    // Each size class has its own page count that gets allocated
    // and chopped up when new objects of the size class are needed.
    // That page count is chosen so that chopping up the run of
    // pages into objects of the given size wastes at most 12.5% (1.125x)
    // of the memory. It is not necessary that the cutoff here be
    // the same as above.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:31:27 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/egressselector/egress_selector_test.go

                apiserver_egress_dialer_dial_duration_seconds_bucket{protocol="fake_protocol",transport="fake_transport",le="2.5"} 1
                apiserver_egress_dialer_dial_duration_seconds_bucket{protocol="fake_protocol",transport="fake_transport",le="12.5"} 1
                apiserver_egress_dialer_dial_duration_seconds_bucket{protocol="fake_protocol",transport="fake_transport",le="+Inf"} 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 26 22:41:29 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go

          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="1"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="1.25"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="1.5"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="2"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="3"} 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
Back to top