Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 11 for 1440 (0.04 seconds)

  1. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "bigCppApp",
        "linux" : 568
      }, {
        "testProject" : "bigCppMulti",
        "linux" : 1440
      }, {
        "testProject" : "bigNative",
        "linux" : 660
      }, {
        "testProject" : "mediumCppApp",
        "linux" : 234
      }, {
        "testProject" : "mediumCppAppWithMacroIncludes",
        "linux" : 239
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 04:45:09 GMT 2026
    - 26.1K bytes
    - Click Count (0)
  2. docs/en/data/topic_repos.yml

      stars: 1482
      owner_login: teamhide
      owner_html_url: https://github.com/teamhide
    - name: awesome-python-resources
      html_url: https://github.com/DjangoEx/awesome-python-resources
      stars: 1444
      owner_login: DjangoEx
      owner_html_url: https://github.com/DjangoEx
    - name: prometheus-fastapi-instrumentator
      html_url: https://github.com/trallnag/prometheus-fastapi-instrumentator
      stars: 1438
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 12:36:41 GMT 2026
    - 16K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/helper/PluginHelperTest.java

            assertEquals(2, list.size());
            assertEquals("fess-crawler-smbj", list.get(0).getName());
            assertEquals("14.14.0", list.get(0).getVersion());
            assertEquals("plugin/repo3/fess-crawler-smbj/14.14.0/fess-crawler-smbj-14.14.0.jar", list.get(0).getUrl());
            assertEquals("fess-crawler-smbj", list.get(1).getName());
            assertEquals("14.15.0", list.get(1).getVersion());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 22.6K bytes
    - Click Count (0)
  4. android/guava/src/com/google/common/hash/Murmur3_128HashFunction.java

          long k1 = 0;
          long k2 = 0;
          length += bb.remaining();
          switch (bb.remaining()) {
            case 15:
              k2 ^= (long) toUnsignedInt(bb.get(14)) << 48; // fall through
            case 14:
              k2 ^= (long) toUnsignedInt(bb.get(13)) << 40; // fall through
            case 13:
              k2 ^= (long) toUnsignedInt(bb.get(12)) << 32; // fall through
            case 12:
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 19 18:53:45 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  5. gradle/libs.versions.toml

    androidx-test-runner = "1.7.0"
    animalsniffer = "2.0.1"
    animalsniffer-annotations = "1.27"
    assertk = "0.28.1"
    binary-compatibility-validator = "0.18.1"
    bnd = "7.2.3"
    brotli-dec = "0.1.2"
    burst = "2.10.2"
    checkstyle = "13.4.0"
    clikt = "5.1.0"
    extra-java-module-info = "1.14"
    codehaus-signature-java18 = "1.0"
    coroutines = "1.10.2"
    de-mannodermaus-junit5 = "2.0.1"
    dokka = "2.2.0"
    eclipse-osgi = "3.24.100"
    graalvm = "25.0.2"
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 31 22:01:48 GMT 2026
    - 12K bytes
    - Click Count (0)
  6. android/guava-tests/test/com/google/common/io/ByteStreamsTest.java

        ByteStreams.copy(inChannel, outChannel);
        assertThat(out.toByteArray()).isEqualTo(expected);
      }
    
    
      public void testCopyFileChannel() throws IOException {
        int chunkSize = 14407; // Random prime, unlikely to match any internal chunk size
        ByteArrayOutputStream out = new ByteArrayOutputStream();
        WritableByteChannel outChannel = Channels.newChannel(out);
    
        File testFile = createTempFile();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 19:26:39 GMT 2026
    - 22K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java

        public void test_generateId_long() {
            for (int i = 0; i < 1000; i++) {
                final String value = RandomStringUtils.randomAlphabetic(550);
                assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 440)).length());
                assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 450)).length());
                assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 460)).length());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 01:46:45 GMT 2026
    - 28.7K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.35.md

    - KEP-5440: Enabled support for resizing resources while a Job is suspended. This feature is alpha. ([#132441](https://github.com/kubernetes/kubernetes/pull/132441), [@kannon92](https://github.com/kannon92)) [SIG Apps and Testing]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:20:49 GMT 2026
    - 265.9K bytes
    - Click Count (0)
  9. CHANGELOG/CHANGELOG-1.36.md

    - github.com/envoyproxy/go-control-plane: [75eaa19 → v0.14.0](https://github.com/envoyproxy/go-control-plane/compare/75eaa19...v0.14.0)
    - github.com/envoyproxy/protoc-gen-validate: [v1.2.1 → v1.3.0](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.2.1...v1.3.0)
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 23:38:00 GMT 2026
    - 142.1K bytes
    - Click Count (0)
  10. docs/en/docs/release-notes.md

    * 🌐 Add Chinese translation for Advanced - Path Operation Advanced Configuration. PR [#1447](https://github.com/tiangolo/fastapi/pull/1447) by [@RunningIkkyu](https://github.com/RunningIkkyu).
    * 🌐 Add Chinese translation for Advanced User Guide - Intro. PR [#1445](https://github.com/tiangolo/fastapi/pull/1445) by [@RunningIkkyu](https://github.com/RunningIkkyu).
    
    ### Internal
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top