Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for withRoot (0.2 sec)

  1. maven-model/src/test/java/org/apache/maven/model/v4/MavenModelVersionTest.java

            Model m = model.withModelVersion("4.1.0");
            assertEquals("4.0.0", new MavenModelVersion().getModelVersion(m));
        }
    
        @Test
        void testV4ModelRoot() {
            Model m = model.withRoot(true);
            assertEquals("4.1.0", new MavenModelVersion().getModelVersion(m));
        }
    
        @Test
        void testV4ModelPreserveModelVersion() {
            Model m = model.withPreserveModelVersion(true);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 16 13:44:33 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java

            String packaging = model.getPackaging();
            if (POM_PACKAGING.equals(packaging)) {
                // raw to consumer transform
                model = model.withRoot(false).withModules(null);
                if (model.getParent() != null) {
                    model = model.withParent(model.getParent().withRelativePath(null));
                }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/without-version.toml

    Louis Jacomet <******@****.***> 1615370565 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 16 14:58:26 UTC 2021
    - 128 bytes
    - Viewed (0)
  4. tools/go-compile-without-link

    John Howard <******@****.***> 1688599652 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 23:27:32 UTC 2023
    - 171 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/vcstest/git/empty-v2-without-v1.txt

    at 2019-10-07T14:15:32-04:00
    git add go.mod
    git commit -m 'add go.mod file without go source files'
    git branch -m master
    git tag v2.0.0
    
    git log --oneline --decorate=short
    cmp stdout .git-log
    
    -- .git-log --
    122733c (HEAD -> master, tag: v2.0.0) add go.mod file without go source files
    -- go.mod --
    module vcs-test.golang.org/git/empty-v2-without-v1.git/v2
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 550 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/dependencyManagement/customizingResolution-consistentResolution/tests/without-resolution-consistency.sample.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 146 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/dependencyManagement/declaringDependencies-withoutVersion/tests/dependencies-without-version.sample.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 31 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/legacy-fed-input-without-inputs.pbtxt

    # Verify that invalid LegacyFedInput ops without any inputs are replaced with
    # Placeholder ops.
    
    # CHECK: func @main(%arg0: tensor<f32>)
    # CHECK-NOT: LegacyFedInput
    
    # If input data type isn't specified, uses the one in the graph
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 24 00:20:25 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  9. src/internal/trace/testdata/generators/go122-go-create-without-running-g.go

    Michael Anthony Knyszek <******@****.***> 1716583527 +0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 996 bytes
    - Viewed (0)
  10. src/internal/trace/testdata/tests/go122-go-create-without-running-g.test

    Carlos Amedee <******@****.***> 1715265901 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 446 bytes
    - Viewed (0)
Back to top