Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 190 for Merging (0.06 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/SessionData.java

    /**
     * A container for data that is specific to a session.
     * All components may use this storage to associate arbitrary data with a session.
     * <p>
     * Unlike a cache, this session data is not subject to purging. For this same reason, session data should also not be
     * abused as a cache (i.e. for storing values that can be re-calculated) to avoid memory exhaustion.
     * <p>
     * <strong>Note:</strong> Actual implementations must be thread-safe.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Feb 28 23:31:09 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. docs/en/docs/fastapi-cli.md

     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│  Serving at: http://127.0.0.1:8000                  │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. docs/pt/docs/deployment/manually.md

     <font color="#4E9A06">╭─────────── FastAPI CLI - Production mode ───────────╮</font>
     <font color="#4E9A06">│                                                     │</font>
     <font color="#4E9A06">│  Serving at: http://0.0.0.0:8000                    │</font>
     <font color="#4E9A06">│                                                     │</font>
     <font color="#4E9A06">│  API docs: http://0.0.0.0:8000/docs                 │</font>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Sep 20 11:10:02 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. docs/zh/docs/contributing.md

    首先,请确保按上述步骤设置好环境,这将安装所有需要的依赖。
    
    ### 实时文档
    
    在本地开发时,可以使用该脚本构建站点并检查所做的任何更改,并实时重载:
    
    <div class="termy">
    
    ```console
    $ python ./scripts/docs.py live
    
    <span style="color: green;">[INFO]</span> Serving on http://127.0.0.1:8008
    <span style="color: green;">[INFO]</span> Start watching changes
    <span style="color: green;">[INFO]</span> Start detecting changes
    ```
    
    </div>
    
    文档服务将运行在 `http://127.0.0.1:8008`。
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  5. docs/pt/docs/fastapi-cli.md

     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│  Serving at: http://127.0.0.1:8000                  │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. cmd/metrics-v3-cache.go

    package cmd
    
    import (
    	"context"
    	"sync"
    	"time"
    
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/minio/internal/cachevalue"
    )
    
    // metricsCache - cache for metrics.
    //
    // When serving metrics, this cache is passed to the MetricsLoaderFn.
    //
    // This cache is used for metrics that would result in network/storage calls.
    type metricsCache struct {
    	dataUsageInfo       *cachevalue.Cache[DataUsageInfo]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu May 09 00:51:34 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. docs/zh-hant/docs/fastapi-cli.md

     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│  Serving at: http://127.0.0.1:8000                  │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Oct 18 12:12:01 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  8. docs/ko/docs/fastapi-cli.md

     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│  Serving at: http://127.0.0.1:8000                  │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 11:29:32 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  9. docs/zh/docs/fastapi-cli.md

     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│  Serving at: http://127.0.0.1:8000                  │</font></span>
     <span style="background-color:#C4A000"><font color="#2E3436">│                                                     │</font></span>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. docs/en/docs/deployment/manually.md

     <font color="#4E9A06">╭─────────── FastAPI CLI - Production mode ───────────╮</font>
     <font color="#4E9A06">│                                                     │</font>
     <font color="#4E9A06">│  Serving at: http://0.0.0.0:8000                    │</font>
     <font color="#4E9A06">│                                                     │</font>
     <font color="#4E9A06">│  API docs: http://0.0.0.0:8000/docs                 │</font>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Aug 25 02:44:06 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top