Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for psf (0.02 sec)

  1. operator/pkg/manifest/shared.go

    	if err != nil {
    		return "", "", err
    	}
    	if fp != "" {
    		profile = fp
    	}
    	// The profile coming from --set flag has the highest precedence.
    	psf := GetValueForSetFlag(setFlags, "profile")
    	if psf != "" {
    		profile = psf
    	}
    	return fy, profile, nil
    }
    
    // ParseYAMLFiles parses the given slice of filenames containing YAML and merges them into a single IstioOperator
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 06:27:07 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/x-font-bdf",
    				"application/x-font-dos",
    				"application/x-font-framemaker",
    				"application/x-font-ghostscript",
    				"application/x-font-libgrx",
    				"application/x-font-linux-psf",
    				"application/x-font-otf",
    				"application/x-font-pcf",
    				"application/x-font-snf",
    				"application/x-font-speedo",
    				"application/x-font-sunos-news",
    				"application/x-font-ttf",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.gsf"/>
      </mime-type>
      <mime-type type="application/x-font-libgrx"/>
      <mime-type type="application/x-font-linux-psf">
        <!-- conflict with portable sound format -->
        <glob pattern="*.psf"/>
      </mime-type>
    
      <mime-type type="application/x-font-otf">
        <alias type="application/vnd.ms-opentype"/>
        <acronym>OTF</acronym>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top