Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pcf (0.04 sec)

  1. cmd/update.go

    // source code.
    func IsSourceBuild() bool {
    	_, err := minioVersionToReleaseTime(Version)
    	return err != nil
    }
    
    // IsPCFTile returns if server is running in PCF
    func IsPCFTile() bool {
    	return env.Get("MINIO_PCF_TILE_VERSION", "") != ""
    }
    
    // DO NOT CHANGE USER AGENT STYLE.
    // The style should be
    //
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="40">
          <match value="OTTO\x00" type="string" offset="0"/>
        </magic>
        <glob pattern="*.otf"/>
      </mime-type>
    
      <mime-type type="application/x-font-pcf">
        <glob pattern="*.pcf"/>
      </mime-type>
      <mime-type type="application/x-font-snf">
        <glob pattern="*.snf"/>
      </mime-type>
      <mime-type type="application/x-font-speedo"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top