Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 373 for 1011 (0.18 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom

      <modelVersion>4.0.0</modelVersion>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus</artifactId>
      <packaging>pom</packaging>
      <name>Plexus</name>
      <version>1.0.11</version>
      <ciManagement>
        <notifiers>
          <notifier>
            <type>mail</type>
            <configuration>
              <address>******@****.***</address>
            </configuration>
          </notifier>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.md5

    Guillaume Nodet <******@****.***> 1664700085 +0200
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 32 bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.sha1

    Guillaume Nodet <******@****.***> 1664700085 +0200
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 40 bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/AbstractComponentSelectionRulesIntegrationTest.groovy

        def setup() {
            buildFile << "List<String> candidates = []\n"
    
            repository {
                group('org.utils') {
                    module('api') {
                        '1.0'()
                        '1.1' {
                            withModule(org.gradle.test.fixtures.ivy.IvyModule) {
                                withBranch('test')
                                withStatus('milestone')
                            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/locking/DependencyLockingLenientModeIntegrationTest.groovy

            lockedConf('org:foo:1.1')
        }
        lockedConf 'org:foo:[1.0, 1.1]'
    }
    """
    
            lockfileFixture.createLockfile('lockedConf', ['org:bar:1.0', 'org:foo:1.0'])
    
            when:
            run 'dependencies'
    
            then:
            outputContains """lockedConf
    +--- org:foo:[1.0, 1.1] -> 1.1
    +--- org:foo:1.1 (c)
    \\--- org:foo:1.0 -> 1.1 (c)"""
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tpu-dynamic-layout-pass.mlir

          mlir_module = "..."} : () -> (tensor<!tf_type.string>, tensor<2x!tf_type.string>)
        tf_device.return %1#0, %1#1 : tensor<!tf_type.string>, tensor<2x!tf_type.string>
      }) {device = "/device:CPU:0"} : () -> (tensor<!tf_type.string>, tensor<2x!tf_type.string>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/parallel_execute_to_islands.mlir

            tf_device.return %2 : tensor<i1>
          }, {
            %2 = "tf.opB"() : () -> tensor<i32>
            tf_device.return %2 : tensor<i32>
          }) {} : () -> (tensor<i1>, tensor<i32>)
          tf_executor.yield %1#0, %1#1 : tensor<i1>, tensor<i32>
        }
        %3 = tf_executor.island(%0#2) {
          "tf.someOp"() : () -> ()
          tf_executor.yield
        }
        tf_executor.fetch %3 : !tf_executor.control
      }
      func.return
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 19 19:47:16 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/tests/adjust-layout.mlir

      %1:3 = "mhlo.infeed"(%0) {infeed_config = ""} : (!mhlo.token) -> (tensor<1x8x4x4xi32>, tensor<1x100x1xf32>, !mhlo.token)
    
      // CHECK: return [[INFEED]]#0, [[INFEED]]#1
      func.return %1#0, %1#1 : tensor<1x8x4x4xi32>, tensor<1x100x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 817 bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/apache/maven/core/test/test-extension/1/test-extension-1.pom

          <artifactId>plexus-utils</artifactId>
          <version>1.1</version>
        </dependency>
        <dependency>
          <groupId>org.codehaus.plexus</groupId>
          <artifactId>plexus</artifactId>
          <version>1.0.11</version>
          <type>pom</type>
        </dependency>
        <dependency>
          <groupId>org.codehaus.plexus</groupId>
          <artifactId>plexus-component-api</artifactId>
          <version>1.0-alpha-16</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/PublishedRichVersionConstraintsIntegrationTest.groovy

            }
    
        }
    
        def "should fail during conflict resolution transitive dependency rejects"() {
            given:
            repository {
                'org:foo' {
                    '1.0'()
                    '1.1'()
                }
                'org:bar:1.0' {
                    dependsOn(group: 'org', artifact: 'foo', version: '1.0', rejects: ['1.1']) // transitive dependency rejects version
                }
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13K bytes
    - Viewed (0)
Back to top