Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for OSX (0.02 sec)

  1. buildscripts/checkdeps.sh

    	OSX_VERSION="10.8"
    	KNAME=$(uname -s)
    	ARCH=$(uname -m)
    	case "${KNAME}" in
    	SunOS)
    		ARCH=$(isainfo -k)
    		;;
    	esac
    }
    
    ## FIXME:
    ## In OSX, 'readlink -f' option does not exist, hence
    ## we have our own readlink -f behavior here.
    ## Once OSX has the option, below function is good enough.
    ##
    ## readlink() {
    ##     return /bin/readlink -f "$1"
    ## }
    ##
    readlink() {
    	TARGET_FILE=$1
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Jun 08 16:12:05 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  2. src/archive/zip/reader_test.go

    				// Format says encoding is not UTF-8, so we trust it.
    				NonUTF8:  true,
    				Modified: time.Date(2017, 11, 6, 13, 9, 27, 0, timeZone(-8*time.Hour)),
    			},
    		},
    	},
    	{
    		Name: "utf8-osx.zip",
    		File: []ZipTestFile{
    			{
    				Name:    "世界",
    				Content: []byte{},
    				Mode:    0644,
    				// Name is valid UTF-8, but format does not have UTF-8 set.
    				NonUTF8:  true,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Mar 11 22:19:38 UTC 2025
    - 56.6K bytes
    - Viewed (0)
  3. tensorflow/BUILD

        constraint_values =
            [
                "@platforms//cpu:x86_64",
                "@platforms//os:ios",
            ],
        values = dict(
            if_oss(
                {"crosstool_top": "//tools/osx/crosstool:crosstool"},
            ),
        ),
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "chromiumos",
        constraint_values = if_google(
            ["@platforms//os:chromiumos"],
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

            <match value="0x13" type="little32" offset="4"/>
          </match>
        </magic>
      </mime-type>
    
      <mime-type type="application/x-java-jnilib">
        <_comment>Java Native Library for OSX</_comment>
        <glob pattern="*.jnilib"/>
        <sub-class-of type="application/x-mach-o-universal"/>
      </mime-type>
    
      <mime-type type="application/vnd.java.hprof ">
        <_comment>Java hprof text file</_comment>
    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