- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for dgnlib (0.08 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<!-- credit: peeveen's tika-dgn-detector https://github.com/peeveen/tika-dgn-detector/ --> <mime-type type="image/vnd.dgn"> <glob pattern="*.dgn" /> <glob pattern="*.dgnlib" /> <glob pattern="*.cel" /> </mime-type> <mime-type type="image/vnd.dgn;version=7"> <_comment>MicroStation v7 drawing</_comment> <_comment>Sometimes first byte is C8, sometimes it is 08.</_comment>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.test-fixtures.gradle.kts
testFixturesImplementation(libs.junit) testFixturesImplementation(libs.groovy) testFixturesImplementation(libs.spock) testFixturesRuntimeOnly(libs.bytebuddy) testFixturesRuntimeOnly(libs.cglib) } } // Do not publish test fixture, we use them only internal for now val javaComponent = components["java"] as AdhocComponentWithVariants javaComponent.withVariantsFromConfiguration(testFixturesRuntimeElements) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jun 24 14:00:52 UTC 2025 - 3.5K bytes - Viewed (0) -
tensorflow/BUILD
# as a workaround for https://github.com/tensorflow/tensorflow/issues/34117 cc_import( name = "libtensorflow_framework_import_lib", shared_library = select({ "//tensorflow:macos": ":libtensorflow_framework.dylib", "//conditions:default": ":libtensorflow_framework.so.%s" % VERSION_MAJOR, }), visibility = ["//visibility:public"], ) # -------------------------------------------Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Nov 12 19:21:56 UTC 2025 - 53.1K bytes - Viewed (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
val awaitility = "org.awaitility:awaitility-kotlin" val bytebuddy = "net.bytebuddy:byte-buddy" val bytebuddyAgent = "net.bytebuddy:byte-buddy-agent" val cglib = "cglib:cglib" val compileTesting = "com.google.testing.compile:compile-testing" val dockerJavaApi = "com.github.docker-java:docker-java-api" val equalsverifier = "nl.jqno.equalsverifier:equalsverifier"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:45:52 UTC 2025 - 15.9K bytes - Viewed (0)