Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 157 of 157 for getest (0.31 sec)

  1. fastapi/routing.py

                    """
                ),
            ] = None,
            redirect_slashes: Annotated[
                bool,
                Doc(
                    """
                    Whether to detect and redirect slashes in URLs when the client doesn't
                    use the same format.
                    """
                ),
            ] = True,
            default: Annotated[
                Optional[ASGIApp],
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sat Oct 12 09:44:57 UTC 2024
    - 172.1K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    	if rcfg != nil {
    		for _, rule := range rcfg.Rules {
    			if rule.Status != sreplication.Status(replication.Disabled) {
    				tgt, isValidARN := arnTgtMap[rule.Destination.ARN] // detect stale ARN in replication config
    				_, epFound := epDeplIDMap[tgt.URL().String()]      // detect end point change at site level
    				if !isValidARN || !epFound {
    					replMismatch = true
    					break
    				}
    			}
    		}
    	}
    
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 185.1K bytes
    - Viewed (0)
  3. fastapi/applications.py

                    """
                ),
            ] = Default(JSONResponse),
            redirect_slashes: Annotated[
                bool,
                Doc(
                    """
                    Whether to detect and redirect slashes in URLs when the client doesn't
                    use the same format.
    
                    **Example**
    
                    ```python
                    from fastapi import FastAPI
    
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sat Aug 17 04:52:31 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg testing, type T struct
    pkg testing/iotest, func DataErrReader(io.Reader) io.Reader
    pkg testing/iotest, func HalfReader(io.Reader) io.Reader
    pkg testing/iotest, func NewReadLogger(string, io.Reader) io.Reader
    pkg testing/iotest, func NewWriteLogger(string, io.Writer) io.Writer
    pkg testing/iotest, func OneByteReader(io.Reader) io.Reader
    pkg testing/iotest, func TimeoutReader(io.Reader) io.Reader
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (linux-386), const F_SETOWN_EX = 15
    pkg syscall (linux-386), const F_SETPIPE_SZ = 1031
    pkg syscall (linux-386), const F_SETSIG = 10
    pkg syscall (linux-386), const F_SHLCK = 8
    pkg syscall (linux-386), const F_TEST = 3
    pkg syscall (linux-386), const F_TLOCK = 2
    pkg syscall (linux-386), const F_ULOCK = 0
    pkg syscall (linux-386), const F_UNLCK = 2
    pkg syscall (linux-386), const F_WRLCK = 1
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. RELEASE.md

        [height, width, depth])`, and `tf.random_crop` works for any rank (not just
        3-D images). The C++ `RandomCrop` op has been replaced with pure Python.
    *   Renamed `tf.test.GetTempDir` and `tf.test.IsBuiltWithCuda` to
        `tf.test.get_temp_dir` and `tf.test.is_built_with_cuda` for PEP-8
        compatibility.
    *   `parse_example`'s interface has changed, the old interface is accessible in
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const F_SETPIPE_SZ ideal-int
    pkg syscall (linux-arm-cgo), const F_SETSIG ideal-int
    pkg syscall (linux-arm-cgo), const F_SHLCK ideal-int
    pkg syscall (linux-arm-cgo), const F_TEST ideal-int
    pkg syscall (linux-arm-cgo), const F_TLOCK ideal-int
    pkg syscall (linux-arm-cgo), const F_ULOCK ideal-int
    pkg syscall (linux-arm-cgo), const F_UNLCK ideal-int
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top