Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 290 for nofollow (0.32 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const O_NOCTTY = 32768
    pkg syscall (netbsd-arm64-cgo), const ONOEOT = 8
    pkg syscall (netbsd-arm64-cgo), const ONOEOT ideal-int
    pkg syscall (netbsd-arm64-cgo), const O_NOFOLLOW = 256
    pkg syscall (netbsd-arm64-cgo), const O_NOFOLLOW ideal-int
    pkg syscall (netbsd-arm64-cgo), const O_NONBLOCK = 4
    pkg syscall (netbsd-arm64-cgo), const O_NOSIGPIPE = 16777216
    pkg syscall (netbsd-arm64-cgo), const O_NOSIGPIPE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const O_NDELAY = 4
    pkg syscall (darwin-arm64), const O_NDELAY ideal-int
    pkg syscall (darwin-arm64), const O_NOCTTY = 131072
    pkg syscall (darwin-arm64), const O_NOFOLLOW = 256
    pkg syscall (darwin-arm64), const O_NOFOLLOW ideal-int
    pkg syscall (darwin-arm64), const O_NONBLOCK = 4
    pkg syscall (darwin-arm64), const O_POPUP = 2147483648
    pkg syscall (darwin-arm64), const O_POPUP ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const O_NDELAY = 4
    pkg syscall (freebsd-arm64), const O_NDELAY ideal-int
    pkg syscall (freebsd-arm64), const O_NOCTTY = 32768
    pkg syscall (freebsd-arm64), const O_NOFOLLOW = 256
    pkg syscall (freebsd-arm64), const O_NOFOLLOW ideal-int
    pkg syscall (freebsd-arm64), const O_NONBLOCK = 4
    pkg syscall (freebsd-arm64), const O_SHLOCK = 16
    pkg syscall (freebsd-arm64), const O_SHLOCK ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (darwin-386), const O_EXLOCK ideal-int
    pkg syscall (darwin-386), const O_FSYNC ideal-int
    pkg syscall (darwin-386), const O_NDELAY ideal-int
    pkg syscall (darwin-386), const O_NOFOLLOW ideal-int
    pkg syscall (darwin-386), const O_POPUP ideal-int
    pkg syscall (darwin-386), const O_SHLOCK ideal-int
    pkg syscall (darwin-386), const O_SYMLINK ideal-int
    pkg syscall (darwin-386), const PROT_EXEC ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. tests/test_router_redirect_slashes.py

        def hello_page() -> str:
            return "Hello, World!"
    
        app.include_router(router)
    
        client = TestClient(app)
    
        response = client.get("/hello/", follow_redirects=False)
        assert response.status_code == 200
    
        response = client.get("/hello", follow_redirects=False)
        assert response.status_code == 307
    
    
    def test_redirect_slashes_disabled():
        app = FastAPI(redirect_slashes=False)
        router = APIRouter()
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jun 22 10:37:50 GMT 2023
    - 974 bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/internal/connection/RoutePlanner.kt

    import okhttp3.HttpUrl
    
    /**
     * Policy on choosing which connection to use for an exchange and any retries that follow. This uses
     * the following strategies:
     *
     *  1. If the current call already has a connection that can satisfy the request it is used. Using
     *     the same connection for an initial exchange and its follow-ups may improve locality.
     *
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 4.2K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/internal/http/RetryAndFollowUpInterceptor.kt

              closeActiveExchange = false
              return response
            }
    
            response.body.closeQuietly()
    
            if (++followUpCount > MAX_FOLLOW_UPS) {
              throw ProtocolException("Too many follow-up requests: $followUpCount")
            }
    
            request = followUp
            priorResponse = response
          } finally {
            call.exitNetworkInterceptorExchange(closeActiveExchange)
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Apr 15 13:24:48 GMT 2024
    - 12.1K bytes
    - Viewed (4)
  8. CONTRIBUTING.md

    ============
    
    Keeping the project small and stable limits our ability to accept new contributors. We are not
    seeking new committers at this time, but some small contributions are welcome.
    
    If you've found a security problem, please follow our [bug bounty][security] program.
    
    If you've found a bug, please contribute a failing test case so we can study and fix it.
    
    If you have a new feature idea, please build it in an external library. There are
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Tue Feb 14 08:26:50 GMT 2023
    - 2K bytes
    - Viewed (0)
  9. docs/contribute/contributing.md

    ============
    
    Keeping the project small and stable limits our ability to accept new contributors. We are not
    seeking new committers at this time, but some small contributions are welcome.
    
    If you've found a security problem, please follow our [bug bounty][security] program.
    
    If you've found a bug, please contribute a failing test case so we can study and fix it.
    
    If you have a new feature idea, please build it in an external library. There are
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Tue Feb 14 08:26:50 GMT 2023
    - 2K bytes
    - Viewed (1)
  10. docs/integrations/veeam/README.md

    - Follow through the wizard as above for Veeam Backup and Replication as the steps are the same between both products
    
    - Under Backup Infrastructure -> Backup Repositories, right click and "Add Backup Repository"
    
    - Follow the wizard.  Under the "Object Storage Backup Repository" section, choose the MinIO object storage you created above
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 5.4K bytes
    - Viewed (0)
Back to top