Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 351 for Mallocs (0.07 sec)

  1. doc/godebug.md

    1. but may nonetheless break some existing programs,
    2. we first engineer the change to keep as many existing programs working as possible.
    3. For the remaining programs,
    4. we define a new GODEBUG setting that
    5. allows individual programs to opt back in to the old behavior.
    6. A GODEBUG setting may not be added if doing so is infeasible,
    7. but that should be extremely rare.
    8.  
    9. GODEBUG settings added for compatibility will be maintained
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Oct 28 14:46:33 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java

    1. * a file named {@code pom.xml} and loaded into a {@link org.apache.maven.api.model.Model Model}
    2. * instances.</p>
    3. *
    4. * <p><dfn>Project aggregation</dfn> allows building several projects together. This is only
    5. * for projects that are built, hence available on the file system. One project,
    6. * called the <dfn>aggregator project</dfn> will list one or more <dfn>modules</dfn>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Aug 27 21:13:34 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. common/scripts/metallb-native.yaml

    1. - jsonPath: .spec.nodeSelectors
    2. name: Node Selectors
    3. priority: 10
    4. type: string
    5. name: v1beta1
    6. schema:
    7. openAPIV3Schema:
    8. description: BGPAdvertisement allows to advertise the IPs coming from the
    9. selected IPAddressPools via BGP, setting the parameters of the BGP Advertisement.
    10. properties:
    11. apiVersion:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  4. docs/en/docs/advanced/openapi-callbacks.md

    1. ## An app with callbacks
    2.  
    3. Let's see all this with an example.
    4.  
    5. Imagine you develop an app that allows creating invoices.
    6.  
    7. These invoices will have an `id`, `title` (optional), `customer`, and `total`.
    8.  
    9. The user of your API (an external developer) will create an invoice in your API with a POST request.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  5. internal/grid/README.md

    1. To disable this behavior, use `(SingleHandler).WithSharedResponse()` to disable it.
    2.  
    3. ## Streaming Requests
    4.  
    5. Streams consists of an initial request with payload and allows for full two-way communication between the client and server.
    6.  
    7. The handler function has this signature.
    8.  
    9. Sample handler:
    10. ```go
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  6. okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt

    1. import org.opentest4j.TestAbortedException
    2.  
    3. /**
    4. * Marks a test as Platform aware, before the test runs a consistent Platform will be
    5. * established e.g. SecurityProvider for Conscrypt installed.
    6. *
    7. * Also allows a test file to state general platform assumptions, or for individual test.
    8. */
    9. @Suppress("unused", "MemberVisibilityCanBePrivate")
    10. open class PlatformRule
    11. @JvmOverloads
    12. constructor(
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 15.3K bytes
    - Viewed (1)
  7. mvnw

    1. log "$MAVEN_PROJECTBASEDIR"
    2.  
    3. ##########################################################################################
    4. # Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
    5. # This allows using the maven wrapper in projects that prohibit checking in binary data.
    6. ##########################################################################################
    7. wrapperJarPath="$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar"
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 14 22:24:15 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/io/ReaderInputStream.java

    1. * arbitrary Charset.
    2. *
    3. * <p>This is an alternative to copying the data to an {@code OutputStream} via a {@code Writer},
    4. * which is necessarily blocking. By implementing an {@code InputStream} it allows consumers to
    5. * "pull" as much data as they can handle, which is more convenient when dealing with flow
    6. * controlled, async APIs.
    7. *
    8. * @author Chris Nokleberg
    9. */
    10. @J2ktIncompatible
    11. @GwtIncompatible
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  9. guava/src/com/google/common/base/Stopwatch.java

    1. * that is already in the desired state.
    2. *
    3. * <p>When testing code that uses this class, use {@link #createUnstarted(Ticker)} or {@link
    4. * #createStarted(Ticker)} to supply a fake or mock ticker. This allows you to simulate any valid
    5. * behavior of the stopwatch.
    6. *
    7. * <p><b>Note:</b> This class is not thread-safe.
    8. *
    9. * <p><b>Warning for Android users:</b> a stopwatch with default behavior may not continue to keep
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:20:11 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  10. guava/src/com/google/common/io/ReaderInputStream.java

    1. * arbitrary Charset.
    2. *
    3. * <p>This is an alternative to copying the data to an {@code OutputStream} via a {@code Writer},
    4. * which is necessarily blocking. By implementing an {@code InputStream} it allows consumers to
    5. * "pull" as much data as they can handle, which is more convenient when dealing with flow
    6. * controlled, async APIs.
    7. *
    8. * @author Chris Nokleberg
    9. */
    10. @J2ktIncompatible
    11. @GwtIncompatible
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top