Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 1,484 for replaced (0.18 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. internal/lock/lock_windows_test.go

    	for _, test := range []struct{ in, want string }{
    		// Short; unchanged:
    		{`C:\short.txt`, `C:\short.txt`},
    		{`C:\`, `C:\`},
    		{`C:`, `C:`},
    		// The "long" substring is replaced by a looooooong
    		// string which triggers the rewriting. Except in the
    		// cases below where it doesn't.
    		{`C:\long\foo.txt`, `\\?\C:\long\foo.txt`},
    		{`C:/long/foo.txt`, `\\?\C:\long\foo.txt`},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Oct 18 18:08:15 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  8. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/eclipse/model/WtpComponentTest.groovy

            then:
            component.deployName == constructorDeployName
            component.contextPath == constructorContextPath
            // dependent modules are replaced, other entries are added up
            component.wbModuleEntries as Set == [
                    new WbDependentModule('foo-1.2.3.jar', '/WEB-INF/lib', "module:/classpath/foo-1.2.3.jar"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  9. src/runtime/pprof/label.go

    	if labels == nil {
    		return labelMap(nil)
    	}
    	return *labels
    }
    
    // labelMap is the representation of the label set held in the context type.
    // This is an initial implementation, but it will be replaced with something
    // that admits incremental immutable modification more efficiently.
    type labelMap map[string]string
    
    // String satisfies Stringer and returns key, value pairs in a consistent
    // order.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_vendor.txt

    [!short] go build
    [!short] ! go build -mod=vendor
    
    # Without vendoring, 'go list' should report the replacement directory for
    # a package in a replaced module.
    go list -f {{.Dir}} x
    stdout 'src[\\/]x'
    
    # 'go mod vendor' should copy all replaced modules to the vendor directory.
    go mod vendor -v
    stderr '^# x v1.0.0 => ./x'
    stderr '^x'
    stderr '^# y v1.0.0 => ./y'
    stderr '^y'
    stderr '^# z v1.0.0 => ./z'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 15 16:24:01 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top