Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 290 for Nest (0.21 sec)

  1. .idea/runConfigurations/Test__Partial_Linkage_JS___no_IC.xml

          </option>
          <option name="taskNames">
            <list>
              <option value=":js:js.tests:test" />
              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.js.test.ir.JsPartialLinkageNoICTestCaseGenerated&quot;" />
              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.js.test.ir.FirJsPartialLinkageNoICTestCaseGenerated&quot;" />
              <option value="--tests" />
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Wed Aug 16 19:11:34 GMT 2023
    - 1.4K bytes
    - Viewed (0)
  2. .idea/runConfigurations/Test__Kotlin_Gradle_Plugin___functionalTest.xml

    <component name="ProjectRunConfigurationManager">
      <configuration default="false" name="Test: Kotlin Gradle Plugin / functionalTest" type="GradleRunConfiguration" factoryName="Gradle" folderName="Tests">
        <ExternalSystemSettings>
          <option name="executionName" />
          <option name="externalProjectPath" value="$PROJECT_DIR$" />
          <option name="externalSystemIdString" value="GRADLE" />
          <option name="scriptParameters" value="" />
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Mon Jun 05 14:25:01 GMT 2023
    - 1020 bytes
    - Viewed (0)
  3. maven-compat/src/test/resources/inheritance-repo/t06/p0/pom.xml

        <dependencies>
          <dependency>
            <groupId>maven-test</groupId>
            <artifactId>t06-a</artifactId>
            <version>1.0</version>
          </dependency>
          <dependency>
            <groupId>maven-test</groupId>
            <artifactId>t06-b</artifactId>
            <version>1.1</version>
          </dependency>
          <dependency>
            <groupId>maven-test</groupId>
            <artifactId>t06-c</artifactId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 992 bytes
    - Viewed (0)
  4. maven-compat/src/test/resources/inheritance-repo/t07/p0/p1/pom.xml

      <dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>maven-test</groupId>
            <artifactId>t07-b</artifactId>
            <version>1.0</version>
          </dependency>
          <dependency>
            <groupId>maven-test</groupId>
            <artifactId>t07-d</artifactId>
            <version>1.0</version>
            <scope>test</scope>
            <optional>false</optional>
          </dependency>
        </dependencies>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 1.3K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

          </resource>
        </resources>
        <testResources>
          <testResource>
            <directory>res/test</directory>
            <filtering>true</filtering>
            <targetPath>test</targetPath>
            <includes>
              <include>test.included</include>
            </includes>
            <excludes>
              <exclude>test.excluded</exclude>
            </excludes>
          </testResource>
        </testResources>
        <filters>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  6. .idea/kotlinTestDataPluginTestDataPaths.xml

                <array>
                  <option value="$PROJECT_DIR$/js/js.tests/build/node/{out,out-min,out-per-module,out-per-module-min}/codegen/{box,irBox,firBox,firEs6Box}/$TEST_DATA_FILE$_v5.js" />
                  <option value="$PROJECT_DIR$/js/js.translator/testData/out/codegen/wasmBox/$TEST_DATA_FILE$.wat" />
                </array>
              </value>
            </entry>
            <entry key="$PROJECT_DIR$/compiler/testData/codegen/boxInline">
              <value>
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Fri Apr 19 08:18:44 GMT 2024
    - 4.9K bytes
    - Viewed (0)
  7. maven-compat/pom.xml

          <artifactId>hamcrest</artifactId>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.eclipse.sisu</groupId>
          <artifactId>org.eclipse.sisu.inject</artifactId>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>com.google.inject</groupId>
          <artifactId>guice</artifactId>
          <scope>test</scope>
        </dependency>
    
        <dependency>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 5.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources-project-builder/xml-whitespace/sub/pom.xml

      <parent>
        <groupId>   org.apache.maven.its.mng4070   </groupId>
        <artifactId>  parent  </artifactId>
        <version>  1.0  </version>
      </parent>
    
      <artifactId>subproject</artifactId>
      <version>1.0</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: MNG-4070 :: Child</name>
      <description>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.6K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/id-container-joining-with-empty-elements/pom.xml

      <version>0.1</version>
      <packaging>pom</packaging>
    
      <name>Maven Integration Test :: MNG-3979</name>
      <description>
        Test that during inheritance the merging/joining of subtrees with equal identifier doesn't crash if the parent
        POM has a non-empty element and the child POM has an empty element to join.
      </description>
    
      <properties>
        <prop0>test</prop0>
      </properties>
    
      <repositories>
        <repository>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 2.8K bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/xml-whitespace/pom.xml

      <!-- NOTE: The ugly formatting is essential part of this test! -->
      <groupId>
        org.apache.maven.its.mng4070
      </groupId>
      <artifactId>
        parent
      </artifactId>
      <version>
        1.0
      </version>
      <packaging>
        pom
      </packaging>
    
      <name>Maven Integration Test :: MNG-4070</name>
      <description>
        Test that whitespace around artifact coordinates does not change artifact identity.
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.2K bytes
    - Viewed (0)
Back to top