Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 210 for module_name (0.37 sec)

  1. platforms/software/version-control/src/integTest/groovy/org/gradle/vcs/internal/NestedSourceDependencyIdentityIntegrationTest.groovy

                group = 'org.test'
                version = '1.2'
            """
        }
    
        def dependency(String moduleName) {
            repoB.file("settings.gradle") << """
                sourceControl {
                    vcsMappings {
                        withModule("org.test:${moduleName}") {
                            from(GitVersionControlSpec) {
                                url = uri("${repoC.url}")
                            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/resolve/AbstractProjectDependencyConflictResolutionIntegrationSpec.groovy

        abstract String getProjectPath();
    
        abstract String dependsOnMechanism(String projectName, String taskName);
    
        abstract String declareDependency(String moduleName, String moduleVersion);
    
        abstract String declaredDependencyId(String moduleName, String moduleVersion);
    
        abstract void moduleDefinition(String name, String definition);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 8K bytes
    - Viewed (0)
  3. tensorflow/cc/experimental/libtf/tests/generate_testdata.py

      return TEST_MODELS[name]()
    
    
    def main(unused_argv):
    
      model = get_model(MODEL_NAME.value)
      path = os.path.join(TESTDATA_PATH.value, MODEL_NAME.value)
      saved_model.save(model, path)
    
    
    if __name__ == "__main__":
      v2_compat.enable_v2_behavior()
      flags.mark_flag_as_required("path")
      flags.mark_flag_as_required("model_name")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 15 16:58:38 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftSharedLibraryLinkageIntegrationTest.groovy

            return ":compileDebugSwift"
        }
    
        @Override
        void assertComponentUnderTestWasBuilt() {
            file("build/modules/main/debug/${componentUnderTest.moduleName}.swiftmodule").assertIsFile()
            sharedLibrary("build/lib/main/debug/${componentUnderTest.moduleName}").assertExists()
        }
    
        @Override
        protected String getComponentUnderTestDsl() {
            return "library"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  5. platforms/jvm/language-groovy/src/testFixtures/resources/org/gradle/groovy/compile/AbstractGroovyCompilerIntegrationSpec/gradle3235/src/main/resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule

    moduleName=test-extension-module
    moduleVersion=1.0.0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 101 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/kotlinDsl/interoperability-static-extensions/kotlin/buildSrc/src/main/resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule

    moduleName=Test module for documentation
    moduleVersion=1.0-doc
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 124 bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/DefaultResolvableArtifactTest.groovy

            artifact Matchers.strictlyEqual(differentModule)
            artifact != differentId
        }
    
        def dep(String group, String moduleName, String version) {
            new DefaultModuleVersionIdentifier(group, moduleName, version)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  8. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/SwiftProjectInitDescriptor.java

                .withBinding("projectName", settings.getProjectName())
                .withBinding("moduleName", moduleName)
                .withBinding("fileComment", settings.isWithComments() ? "This source file was generated by the Gradle 'init' task" : "")
                .create();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 19:41:01 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/IncrementalSwiftModifyExpectedOutputAppWithLib.groovy

            final greeter = new SwiftGreeter()
            final sum = new SwiftSum()
            final alternateGreeter = new SwiftAlternateGreeter()
    
            final String moduleName = "Greeter"
            final List<IncrementalElement.Transform> incrementalChanges = [modify(greeter, alternateGreeter), preserve(sum)]
    
            @Override
            int sum(int a, int b) {
                return sum.sum(a, b)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/main/resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    #
    
    moduleName=model-core
    moduleVersion=1.0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 713 bytes
    - Viewed (0)
Back to top