Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 185 of 185 for 42 (0.03 sec)

  1. CHANGELOG/CHANGELOG-1.22.md

    - go.uber.org/atomic: v1.4.0 → v1.7.0
    - go.uber.org/multierr: v1.1.0 → v1.6.0
    - go.uber.org/zap: v1.10.0 → v1.17.0
    - golang.org/x/lint: 738671d → 6edffad
    - golang.org/x/mod: ce943fd → v0.4.2
    - golang.org/x/net: 3d97a24 → 37e1c6a
    - golang.org/x/sync: 67f06af → 036812b
    - golang.org/x/sys: a50acf3 → 59db8d7
    - golang.org/x/text: v0.3.4 → v0.3.6
    - golang.org/x/time: f8bda1e → 1f47c86
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.24.md

    - go.etcd.io/etcd/api/v3: v3.5.0 → v3.5.1
    - go.etcd.io/etcd/client/pkg/v3: v3.5.0 → v3.5.1
    - go.etcd.io/etcd/client/v3: v3.5.0 → v3.5.1
    - golang.org/x/crypto: 32db794 → 8634188
    - golang.org/x/mod: v0.4.2 → 9b9b3d8
    - golang.org/x/net: e898025 → cd36cc0
    - golang.org/x/oauth2: 2bc19b1 → d3ed0bb
    - golang.org/x/sys: f4d4317 → 3681064
    - golang.org/x/term: 6886f2d → 03fcf44
    - golang.org/x/time: 1f47c86 → 90d013b
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.wp61"/>
        <glob pattern="*.wpt"/>
    
      </mime-type>
      <!-- TODO: figure out how to identify earlier versions -->
      <mime-type type="application/vnd.wordperfect;version=4.2">
        <sub-class-of type="application/vnd.wordperfect"/>
        <magic priority="50">
          <match value="0xCB0A01" type="string" offset="0">
            <match value="0xCB" type="string" offset="5"/>
          </match>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    For example:
    
    ```Python
    from contextlib import asynccontextmanager
    
    from fastapi import FastAPI
    
    
    def fake_answer_to_everything_ml_model(x: float):
        return x * 42
    
    
    ml_models = {}
    
    
    @asynccontextmanager
    async def lifespan(app: FastAPI):
        # Load the ML model
        ml_models["answer_to_everything"] = fake_answer_to_everything_ml_model
        yield
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.23.md

    ### Added
    _Nothing has changed._
    
    ### Changed
    - github.com/yuin/goldmark: [v1.4.0 → v1.4.13](https://github.com/yuin/goldmark/compare/v1.4.0...v1.4.13)
    - golang.org/x/crypto: 32db794 → 8634188
    - golang.org/x/mod: v0.4.2 → 86c51ed
    - golang.org/x/net: 491a49a → 1e63c2f
    - golang.org/x/oauth2: 2bc19b1 → d3ed0bb
    - golang.org/x/sync: 036812b → 886fb93
    - golang.org/x/sys: f4d4317 → v0.3.0
    - golang.org/x/term: 6886f2d → v0.3.0
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
Back to top