Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,467 for dist (0.05 sec)

  1. tests/test_application.py

                                    }
                                },
                            },
                        },
                    }
                },
                "/query/list": {
                    "get": {
                        "summary": "Get Query List",
                        "operationId": "get_query_list_query_list_get",
                        "parameters": [
                            {
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 52.2K bytes
    - Viewed (0)
  2. docs/ja/docs/tutorial/handling-errors.md

    ```JSON
    {
      "detail": "Item not found"
    }
    ```
    
    /// tip | "豆知識"
    
    `HTTPException`を発生させる際には、`str`だけでなく、JSONに変換できる任意の値を`detail`パラメータとして渡すことができます。
    
    `dist`や`list`などを渡すことができます。
    
    これらは **FastAPI** によって自動的に処理され、JSONに変換されます。
    
    ///
    
    ## カスタムヘッダーの追加
    
    例えば、いくつかのタイプのセキュリティのために、HTTPエラーにカスタムヘッダを追加できると便利な状況がいくつかあります。
    
    おそらくコードの中で直接使用する必要はないでしょう。
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. internal/disk/disk.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package disk
    
    // Info stat fs struct is container which holds following values
    // Total - total size of the volume / disk
    // Free - free size of the volume / disk
    // Files - total inodes available
    // Ffree - free inodes available
    // FSType - file system type
    // Major - major dev id
    // Minor - minor dev id
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Feb 26 19:34:50 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. docs/metrics/prometheus/list.md

    | `minio_node_drive_writes_await`      | Average time for write requests to be served on a drive. |
    | `minio_node_drive_perc_util`         | Percentage of time the disk was busy since uptime.       |
    
    ## Network Interface Metrics
    
    | Name                          | Description                                                |
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 29 18:48:51 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/doist-banner.svg

    doist-banner.svg...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jul 01 08:58:40 UTC 2022
    - 52.2K bytes
    - Viewed (0)
  6. docs/en/docs/img/sponsors/doist.svg

    doist.svg...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jul 01 08:58:40 UTC 2022
    - 91K bytes
    - Viewed (0)
  7. android/guava/javadoc-link/jsr305/package-list

    cpovirk <******@****.***> 1510351134 -0800
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Nov 10 22:31:30 UTC 2017
    - 67 bytes
    - Viewed (0)
  8. cni/pkg/install/testdata/list.conflist

    Pengyuan Bian <******@****.***> 1625172474 -0700
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Jul 01 20:47:54 UTC 2021
    - 494 bytes
    - Viewed (0)
  9. guava/javadoc-link/jsr305/package-list

    cpovirk <******@****.***> 1509125686 -0700
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 27 17:43:17 UTC 2017
    - 67 bytes
    - Viewed (0)
  10. cmd/xl-storage-disk-id-check.go

    	lastSuccess int64
    
    	// atomic time of last time a token was grabbed.
    	lastStarted int64
    
    	// Atomic status of disk.
    	status atomic.Int32
    
    	// Atomic number indicates if a disk is hung
    	waiting atomic.Int32
    }
    
    // newDiskHealthTracker creates a new disk health tracker.
    func newDiskHealthTracker() *diskHealthTracker {
    	d := diskHealthTracker{
    		lastSuccess: time.Now().UnixNano(),
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:56:26 UTC 2024
    - 34.5K bytes
    - Viewed (0)
Back to top