Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 3,365 for replaced (0.13 sec)

  1. hack/e2e-node-test.sh

    # For help output
    ARGHELP=""
    if [[ -n "${FOCUS:-}" ]]; then
        ARGHELP="FOCUS='${FOCUS}' "
    fi
    if [[ -n "${SKIP:-}" ]]; then
        ARGHELP="${ARGHELP}SKIP='${SKIP}'"
    fi
    
    echo "NOTE: $0 has been replaced by 'make test-e2e-node'"
    echo
    echo "This script supports a number of parameters passed as environment variables."
    echo "Please see the Makefile for more details."
    echo
    echo "The equivalent of this invocation is: "
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 27 02:13:09 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_1x.md

    need to customize SSL, do so for your specific OkHttpClient instance only.
    
    ##### Synthetic headers have changed
    
    Previously OkHttp added a synthetic response header, `OkHttp-Selected-Transport`. It
    has been replaced with a new synthetic header, `OkHttp-Selected-Protocol`.
    
    ##### Changes
    
     * New: Support for `HTTP-draft-09/2.0`.
     * New: Support for `spdy/3.1`. Dropped support for `spdy/3`.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/cache/RemovalListener.java

    /**
     * An object that can receive a notification when an entry is removed from a cache. The removal
     * resulting in notification could have occurred to an entry being manually removed or replaced, or
     * due to eviction resulting from timed expiration, exceeding a maximum size, or garbage collection.
     *
     * <p>An instance may be called concurrently by multiple threads to process different entries.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 15 18:00:07 UTC 2021
    - 2K bytes
    - Viewed (0)
  4. subprojects/core/src/testFixtures/groovy/org/gradle/internal/classpath/intercept/TestInterceptorsSubstitution.groovy

        abstract ThreadLocalInterceptorSet<T> decorateWithThreadLocalImpl(T original);
        abstract void setCurrentInterceptorSet(T newInterceptorSet);
    
        /**
         * Ensures that the global call interceptors are replaced with an implementation that maintains call interceptors per thread.
         * Then sets up the call interceptors for the current thread only.
         */
        void setupForCurrentThread() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 16:29:37 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/UndeclaredFileInputsIntegrationTest.groovy

            configurationCacheRunLenient()
    
            then:
            configurationCache.assertStateStored()
            problems.assertResultHasProblems(result) {
                // TODO when implemented, this assertion should be replaced with the commented one:
                inputs.expect(allOf(startsWith("Plugin class 'SneakyPluginA': file '${FileUtils.testFileName}'"), containsString(FileUtils.testFileName)))
                /*
                pluginClasses.forEach {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. src/go/types/subst.go

    			assert(t.complete) // otherwise we are copying incomplete data
    			iface.complete = t.complete
    			// If we've changed the interface type, we may need to replace its
    			// receiver if the receiver type is the original interface. Receivers of
    			// *Named type are replaced during named type expansion.
    			//
    			// Notably, it's possible to reach here and not create a new *Interface,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:04:07 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/constant_op_device_assignment.cc

          mlir::Operation *new_op = cloned_op_by_device[device_attr.getValue()];
          user_op->setOperand(use.getOperandNumber(), new_op->getResult(0));
        }
        // Erase the original ConstOp if all its uses have been replaced.
        if (all_uses_replaced) {
          op.erase();
        }
        return WalkResult::advance();
      });
    }
    
    }  // namespace
    
    std::unique_ptr<OperationPass<ModuleOp>>
    CreateConstantOpDeviceAssignmentPass() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 23:50:19 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/deprecation/deprecation_test.go

    		},
    		{
    			name: "replaced interface, zero-value replacement",
    			obj:  &fakeReplacedObject{major: 1, minor: 2, removedMajor: 3, removedMinor: 4},
    			gvk:  schema.GroupVersionKind{Group: "mygroup", Version: "v1", Kind: "MyKind"},
    			want: "mygroup/v1 MyKind is deprecated in v1.2+, unavailable in v3.4+",
    		},
    		{
    			name: "replaced interface, non-zero-value replacement",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 11 20:04:19 UTC 2020
    - 8.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs-asciidoctor-extensions-base/src/main/java/org/gradle/docs/asciidoctor/MetadataDocinfoProcessor.java

     * "meta_property-$PROPERTY=$CONTENT".
     *
     * For example the declaration ":meta-name-robots: noindex" would produce:
     * &lt;meta name="robots" content="noindex"&gt;
     *
     * Underscores will be replaced with colons. ":meta-property-og_locale: en_US"
     * would produce &lt;meta property="og:locale" content="en_US"&gt;
     */
    public class MetadataDocinfoProcessor extends DocinfoProcessor {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/internal/project/taskfactory/TaskIdentity.java

        public final Path identityPath; // path within the build tree (i.e. including project path)
        public final Path buildPath; // path of the owning build
    
        /**
         * Tasks can be replaced in Gradle, meaning there can be two different tasks with the same path/type.
         * This allows identifying a precise instance.
         */
        public final long uniqueId;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 24 12:01:24 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top