Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for dylib (0.07 sec)

  1. 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)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="0xCFFAEDFE" type="string" offset="0">
            <match value="0x00000005" type="little32" offset="12"/>
          </match>
        </magic>
      </mime-type>
      <mime-type type="application/x-mach-o-dylib">
        <_comment>Mach-O dynamic shared library</_comment>
        <magic priority="55">
          <match value="0xFEEDFACE" type="string" offset="0">
            <match value="0x00000006" type="big32" offset="12"/>
          </match>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (5)
  3. build-logic-commons/basics/src/test/kotlin/gradlebuild/basics/tasks/PackageListGeneratorIntegrationTest.kt

            }
    
            return sequenceOf(directory)
        }
    
        private
        fun aJar(sourceFiles: Sequence<Path>): Sequence<Path> {
            val outputPath = projectDir.resolve("mylib.jar")
            Files.newOutputStream(outputPath).use { outputStream ->
                JarOutputStream(outputStream).use { jarStream ->
                    sourceFiles.forEach { dir ->
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Tue Mar 25 08:50:34 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg debug/macho, type Cpu uint32
    pkg debug/macho, type Dylib struct
    pkg debug/macho, type Dylib struct, CompatVersion uint32
    pkg debug/macho, type Dylib struct, CurrentVersion uint32
    pkg debug/macho, type Dylib struct, Name string
    pkg debug/macho, type Dylib struct, Time uint32
    pkg debug/macho, type Dylib struct, embedded LoadBytes
    pkg debug/macho, type DylibCmd struct
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top