Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for bonjour (0.32 sec)

  1. okhttp/src/test/java/okhttp3/CallTest.kt

        assertThat(response.header("h1")).isEqualTo("v1")
        assertThat(response.header("h2")).isEqualTo("v2")
        assertThat(source.readUtf8(5)).isEqualTo("Hello")
        assertThat(source.readUtf8(7)).isEqualTo("Bonjour")
        assertThat(source.exhausted()).isTrue()
        assertThat(response.trailers()).isEqualTo(headersOf("trailers", "boom"))
      }
    
      @Test
      fun clientReadsHeadersDataTrailersHttp2() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/SingleUseDaemonClient.java

    import org.gradle.launcher.exec.BuildActionResult;
    
    import java.io.InputStream;
    import java.util.UUID;
    
    public class SingleUseDaemonClient extends DaemonClient {
        public static final String MESSAGE = "To honour the JVM settings for this build a single-use Daemon process will be forked.";
        private static final Logger LOGGER = Logging.getLogger(SingleUseDaemonClient.class);
        private final DocumentationRegistry documentationRegistry;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/vfs/FileSystemAccess.java

    import java.io.IOException;
    import java.util.Optional;
    
    /**
     * Provides access to snapshots of the content and metadata of the file system.
     *
     * The implementation will attempt to efficiently honour the queries, maintaining some or all state in-memory and dealing with concurrent access to the same parts of the file system.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 08:29:37 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/FinalizerTaskIntegrationTest.groovy

            }
        }
    
        @Issue("https://github.com/gradle/gradle/issues/20800")
        void 'finalizedBy dependencies can run before finalized task to honour mustRunAfter constraints'() {
            given:
            buildFile '''
                task dockerTest(type: BreakingTask) {
                    dependsOn 'dockerUp'     // dependsOn createContainer mustRunAfter removeContainer
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  5. docs/fr/docs/index.md

    ---
    
    "_Je suis très enthousiaste à propos de **FastAPI**. C'est un bonheur !_"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "engines": {
            "node": ">=12"
          }
        },
        "node_modules/d3-contour": {
          "version": "4.0.2",
          "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz",
          "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
          "dependencies": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  7. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            if (userSuppliedConfigurationProcessorCount == 0) {
                //
                // Our settings.xml source is historically how we have configured Maven from the CLI so we are going to
                // have to honour its existence forever. So let's run it.
                //
                configurationProcessors.get(SettingsXmlConfigurationProcessor.HINT).process(cliRequest);
            } else if (userSuppliedConfigurationProcessorCount == 1) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  8. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    222C          ; mapped                 ; 222B 222B     # 1.1  DOUBLE INTEGRAL
    222D          ; mapped                 ; 222B 222B 222B #1.1  TRIPLE INTEGRAL
    222E          ; valid                  ;      ; NV8    # 1.1  CONTOUR INTEGRAL
    222F          ; mapped                 ; 222E 222E     # 1.1  SURFACE INTEGRAL
    2230          ; mapped                 ; 222E 222E 222E #1.1  VOLUME INTEGRAL
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top