Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for announce (0.19 sec)

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

        <glob pattern="*.bibtex"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="application/x-bittorrent">
        <magic priority="50">
          <match value="d8:announce" type="string" offset="0"/>
        </magic>
        <glob pattern="*.torrent"/>
      </mime-type>
    
      <mime-type type="application/x-bplist">
        <!-- this is the binary verision of x-plist -->
    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. src/net/http/h2_bundle.go

    	// tokens we give the server at start-up, past the default 64k.
    	http2transportDefaultConnFlow = 1 << 30
    
    	// transportDefaultStreamFlow is how many stream-level flow
    	// control tokens we announce to the peer, and how many bytes
    	// we buffer per stream.
    	http2transportDefaultStreamFlow = 4 << 20
    
    	http2defaultUserAgent = "Go-http-client/2.0"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * Add typing information to package including file `py.typed`. PR [#209](https://github.com/tiangolo/fastapi/pull/209) by [@meadsteve](https://github.com/meadsteve).
    
    * Add FastAPI bot for Gitter. To automatically announce new releases. PR [#189](https://github.com/tiangolo/fastapi/pull/189).
    
    ## 0.20.0
    
    * Upgrade OAuth2:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top