Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 92 for Consistently (0.23 sec)

  1. src/syscall/syscall_linux.go

    // invoked syscall's return value differs from that of the first
    // invocation.
    //
    // AllThreadsSyscall is intended for emulating simultaneous
    // process-wide state changes that require consistently modifying
    // per-thread state of the Go runtime.
    //
    // AllThreadsSyscall is unaware of any threads that are launched
    // explicitly by cgo linked code, so the function always returns
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.20.md

      - A namespaced object with an ownerReference referencing a uid of a namespaced kind which does not exist in the same namespace is now consistently treated as though that owner does not exist, and the child object is deleted.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    In the simplest case, the toolchain can be configured for a project using the `java` extension.
    This way, not only compilation benefits from it, but also other tasks such as `test` and `javadoc` will also consistently use the same toolchain.
    
    ====
    include::sample[dir="snippets/java/toolchain-basic/kotlin",files="build.gradle.kts[tags=toolchain]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  4. guava/src/com/google/common/base/Preconditions.java

       *
       * @since 20.0 (varargs overload since 2.0)
       */
      public static void checkArgument(
          boolean expression,
          // TODO: cl/604933487 - Make errorMessageTemplate consistently @CheckForNull across overloads.
          @CheckForNull String errorMessageTemplate,
          @CheckForNull Object p1,
          @CheckForNull Object p2) {
        if (!expression) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 11 11:52:14 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/base/Preconditions.java

       *
       * @since 20.0 (varargs overload since 2.0)
       */
      public static void checkArgument(
          boolean expression,
          // TODO: cl/604933487 - Make errorMessageTemplate consistently @CheckForNull across overloads.
          @CheckForNull String errorMessageTemplate,
          @CheckForNull Object p1,
          @CheckForNull Object p2) {
        if (!expression) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 11 11:52:14 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. src/cmd/link/link_test.go

    and Jarndyce still drags its dreary length before the Court, perennially hopeless."`
    
    	principle int `text:"The one great principle of the English law is, to make business for itself. There is no other principle distinctly, certainly, and consistently maintained through all its narrow turnings. Viewed by this light it becomes a coherent scheme, and not the monstrous maze the laity are apt to think it. Let them but once clearly perceive that its grand principle is to make business for itself...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    You will need to explicitly declare any missing dependencies that you need.
    
    [[rel4.7:plain_console_output]]
    === [4.7] Changes to the structure of Gradle's plain console output
    
    The plain console mode now formats output consistently with the rich console, which means that the output format has changed.
    For example:
    
     * The output produced by a given task is now grouped together, even when other tasks execute in parallel with it.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    reading or writing the cached configuration data via the `GRADLE_ENCRYPTION_KEY` environment variable.
    
    [IMPORTANT]
    ====
    You must ensure that the same encryption key is consistently provided across multiple Gradle runs,
    or else Gradle will not be able to reuse existing cached configurations.
    ====
    
    [[config_cache:secrets:generating_encryption_key]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.8.md

    For more information, see [#53040](https://github.com/kubernetes/kubernetes/issues/53040).
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  10. tests/integration/pilot/common/routing.go

    func consistentHashCases(t TrafficContext) {
    	if len(t.Clusters().ByNetwork()) != 1 {
    		// Consistent hashing does not work for multinetwork. The first request will consistently go to a
    		// gateway, but that gateway will tcp_proxy it to a random pod.
    		t.Skipf("multi-network is not supported")
    	}
    	for _, app := range []echo.Instances{t.Apps.A, t.Apps.B} {
    		app := app
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top