Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 4,152 for VModule (0.16 sec)

  1. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseJavaModulesIntegrationTest.groovy

            setup:
            file("src/main/java/module-info.java") << """
                module my.module {
                    requires jmodule
                    requires jautomodule
                }
            """
    
            when:
            succeeds "eclipse"
    
            then:
            def libraries = classpath.libs
            libraries.size() == 3
            libraries[0].jarName == 'jmodule-1.0.jar'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/java-feature-variant/requiring-features-external/common/repo/org/gradle/demo/producer/1.0/producer-1.0.module.sha1

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/java-feature-variant/requiring-features-external/common/repo/org/gradle/demo/producer/1.0/producer-1.0.module.md5

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 32 bytes
    - Viewed (0)
  4. tensorflow/cc/experimental/libtf/mlir/mlir_transform.cc

      if (!module_or.status().ok()) {
        return None();
      }
    
      // Make a module to wrap MLIR module and allow getting strings and running
      // transforms.
      // auto obj = TaggedValue::Dict();
      Object obj;
      obj.Set(
          String("_module"),
          Handle(impl::TaggedValue::Capsule(new mlir::OwningOpRef<mlir::ModuleOp>(
              std::move(module_or).value()))));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jul 12 16:28:19 UTC 2022
    - 3K bytes
    - Viewed (0)
  5. analysis/analysis-api-impl-base/src/org/jetbrains/kotlin/analysis/api/impl/base/components/KtAnalysisScopeProviderImpl.kt

        private val shadowed: GlobalSearchScope,
    ) : GlobalSearchScope() {
        override fun getProject(): Project? = base.project
        override fun isSearchInModuleContent(aModule: Module): Boolean = base.isSearchInModuleContent(aModule)
        override fun isSearchInLibraries(): Boolean = base.isSearchInLibraries
        override fun contains(file: VirtualFile): Boolean =
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. build-logic/uber-plugins/src/main/kotlin/gradlebuild.distribution-module.gradle.kts

    Octavia Togami <******@****.***> 1670436801 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 12 19:12:11 UTC 2022
    - 792 bytes
    - Viewed (0)
  7. build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts

    Paul Merlin <******@****.***> 1696084526 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.26.md

    - Legacy klog flags are no longer available. Only `-v` and `-vmodule` are still supported. ([#112120](https://github.com/kubernetes/kubernetes/pull/112120), [@pohly](https://github.com/pohly)) [SIG Architecture, CLI, Instrumentation, Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/java_library_plugin.adoc

            └── module-info.java
    ```
    
    In the module info file, you declare a _module name_, which packages of your module you want to _export_ and which other modules you _require_.
    
    [source,java,indent=0]
    .module-info.java file
    ----
    include::{snippetsPath}/java-library/module/groovy/src/main/java/module-info.java[]
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/dependencyManagement/troubleshooting-cache-changing/tests/changing-module-cache-control.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
    - 34 bytes
    - Viewed (0)
Back to top