Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for configured (0.17 sec)

  1. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    initField(); private void setValueUsingField(Object) throws org.codehaus.plexus.component.configurator.ComponentConfigurati; private void setValueUsingSetter(Object) throws org.codehaus.plexus.component.configurator.ComponentConfigurati; public void configure(org.codehaus.plexus.configuration.PlexusConfiguration, ClassLoader, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator) throws org.codehaus.plexus.component.configurator.ComponentConfigurati; } org/codehaus/plexus/componen...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/CallTest.kt

        )
        executeSynchronously("/")
          .assertFailure(SSLHandshakeException::class.java)
      }
    
      @Test
      fun cleartextCallsFailWhenCleartextIsDisabled() {
        // Configure the client with only TLS configurations. No cleartext!
        client =
          client.newBuilder()
            .connectionSpecs(listOf(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS))
            .build()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    initField(); private void setValueUsingField(Object) throws org.codehaus.plexus.component.configurator.ComponentConfigurati; private void setValueUsingSetter(Object) throws org.codehaus.plexus.component.configurator.ComponentConfigurati; public void configure(org.codehaus.plexus.configuration.PlexusConfiguration, ClassLoader, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator) throws org.codehaus.plexus.component.configurator.ComponentConfigurati; } org/codehaus/plexus/componen...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 205.7K bytes
    - Viewed (0)
  4. fastapi/applications.py

                Doc(
                    """
                    Parameters to configure Swagger UI, the autogenerated interactive API
                    documentation (by default at `/docs`).
    
                    Read more about it in the
                    [FastAPI docs about how to Configure Swagger UI](https://fastapi.tiangolo.com/how-to/configure-swagger-ui/).
                    """
                ),
            ] = None,
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

    * Fix issue in converting AWS volume ID from mount paths ([#36840](https://github.com/kubernetes/kubernetes/pull/36840), [@jingxu97](https://github.com/jingxu97))
    * Correct env var name in configure-helper ([#33848](https://github.com/kubernetes/kubernetes/pull/33848), [@mtaufen](https://github.com/mtaufen))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        server.enqueue(
          MockResponse(
            body = "bogus proxy connect response content",
            inTunnel = true,
          ),
        )
        server.enqueue(MockResponse(body = "response"))
    
        // Configure a single IP address for the host and a single configuration, so we only need one
        // failure to fail permanently.
        client =
          client.newBuilder()
            .sslSocketFactory(
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

                <type>Notifier</type>
              </association>
            </field>
          </fields>
        </class>
        <class>
          <name>Notifier</name>
          <description>Configures one method for notifying users/developers when a build breaks.</description>
          <version>4.0.0+</version>
          <fields>
            <field>
              <name>type</name>
              <version>4.0.0+</version>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top