Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for yml (0.01 seconds)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>YAML source code</_comment>
        <alias type="application/x-yaml" />
        <alias type="application/x-yml" />
        <alias type="application/yaml" />
        <alias type="text/vnd.yaml" />
        <alias type="text/yaml" />
        <alias type="text/x-yml" />
        <glob pattern="*.yaml"/>
        <glob pattern="*.yml"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="video/3gpp">
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Oct 16 07:46:32 GMT 2025
    - 320.2K bytes
    - Click Count (5)
  2. CHANGELOG/CHANGELOG-1.34.md

    - Kubelet: Extended the `--image-credential-provider-config` flag to accept a directory path in addition to a single file. When a directory was specified, all .json, .yaml, and .yml files in that directory were loaded and merged in lexicographical order. ([#131658](https://github.com/kubernetes/kubernetes/pull/131658), [@dims](https://github.com/dims)) [SIG Auth and Node]
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Dec 10 01:13:50 GMT 2025
    - 333.3K bytes
    - Click Count (2)
Back to Top