Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for lifo (0.12 sec)

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

      <mime-type type="application/dvcs"/>
    
      <mime-type type="application/x-dvd-ifo">
        <acronym>IFO</acronym>
        <_comment>DVD information file</_comment>
        <magic priority="70">
          <match value="DVDVIDEO-VTS" type="string" offset="0"/>
          <match value="DVDVIDEO-VMG" type="string" offset="0"/>
        </magic>
        <glob pattern="*.ifo"/>
        <glob pattern="*.bup"/>
      </mime-type>
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.23.md

    - github.com/containerd/continuity: [aaeac12 → v0.1.0](https://github.com/containerd/continuity/compare/aaeac12...v0.1.0)
    - github.com/containerd/fifo: [a9fb20d → v1.0.0](https://github.com/containerd/fifo/compare/a9fb20d...v1.0.0)
    - github.com/containerd/go-runc: [5a6d9f3 → v1.0.0](https://github.com/containerd/go-runc/compare/5a6d9f3...v1.0.0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    ## 0.84.0
    
    ### Breaking Changes
    
    This version of FastAPI drops support for Python 3.6. 🔥 Please upgrade to a supported version of Python (3.7 or above), Python 3.6 reached the end-of-life a long time ago. 😅☠
    
    * 🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch. PR [#5240](https://github.com/tiangolo/fastapi/pull/5240) by [@ofek](https://github.com/ofek).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/containerd/continuity,v0.0.0-20190827140505-75bee3e2ccb6,h1:NmTXa/uVnDyp0TY5MKi197+3HWcnYWfnHGyaFthlnGw=,ef1a3a4c2c1508d293eb2730e47e9601cba19d939393b1018d8e476b30dfd90b
    github.com/containerd/fifo,v0.0.0-20190816180239-bda0ff6ed73c,h1:KFbqHhDeaHM7IfFtXHfUHMDaUStpM2YwBR+iJCIOsKk=,0c1b858ee9dd28bd915a3f7bd108b98b1d689be3c14535e7e8aee4a60c4a72c0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    type VolumeNodeAffinity struct {
    	// Required specifies hard node constraints that must be met.
    	Required *NodeSelector
    }
    
    // PersistentVolumeReclaimPolicy describes a policy for end-of-life maintenance of persistent volumes
    type PersistentVolumeReclaimPolicy string
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    func http2cloneHeader(h Header) Header {
    	h2 := make(Header, len(h))
    	for k, vv := range h {
    		vv2 := make([]string, len(vv))
    		copy(vv2, vv)
    		h2[k] = vv2
    	}
    	return h2
    }
    
    // The Life Of A Write is like this:
    //
    // * Handler calls w.Write or w.WriteString ->
    // * -> rws.bw (*bufio.Writer) ->
    // * (Handler might call Flush)
    // * -> chunkWriter{rws}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// required specifies hard node constraints that must be met.
    	Required *NodeSelector `json:"required,omitempty" protobuf:"bytes,1,opt,name=required"`
    }
    
    // PersistentVolumeReclaimPolicy describes a policy for end-of-life maintenance of persistent volumes.
    // +enum
    type PersistentVolumeReclaimPolicy string
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top