Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for dll (0.03 sec)

  1. .bazelrc

    build:macos --cxxopt=-std=c++17
    build:macos --host_cxxopt=-std=c++17
    build:windows --cxxopt=/std:c++17
    build:windows --host_cxxopt=/std:c++17
    
    # On windows, we still link everything into a single DLL.
    build:windows --config=monolithic
    
    # On linux, we dynamically link small amount of kernels
    build:linux --config=dynamic_kernels
    
    # Make sure to include as little of windows.h as possible
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (windows-386), func WriteFile(Handle, []uint8, *uint32, *Overlapped) error
    pkg syscall (windows-386), method (*DLL) FindProc(string) (*Proc, error)
    pkg syscall (windows-386), method (*DLL) MustFindProc(string) *Proc
    pkg syscall (windows-386), method (*DLL) Release() error
    pkg syscall (windows-386), method (*DLLError) Error() string
    pkg syscall (windows-386), method (*Filetime) Nanoseconds() int64
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. RELEASE.md

            flag. Refer to `configure.py` for more information about
            `EIGEN_STRONG_INLINE` and `/d2ReducedOptimizeHugeFunctions`.
        *   If either of the required DLLs, `msvcp140.dll` (old) or `msvcp140_1.dll`
            (new), are missing on your machine, `import tensorflow` will print a
            warning message.
    *   The `tensorflow` pip package is built with CUDA 10.1 and cuDNN 7.6.
    *   `tf.keras`
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.crd"/>
      </mime-type>
      <mime-type type="application/x-msclip">
        <glob pattern="*.clp"/>
      </mime-type>
    
      <mime-type type="application/x-msdownload">
        <glob pattern="*.dll"/>
        <glob pattern="*.com"/>
        <magic priority="50">
          <match value="MZ" type="string" offset="0"/>
        </magic>
      </mime-type>
    
      <mime-type type="application/x-ms-installer">
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top