- Sort Score
- Result 10 results
- Languages All
Results 1191 - 1200 of 1,206 for _config (0.06 sec)
-
cmd/erasure-multipart.go
"errors" "fmt" "io" "os" "path" "sort" "strconv" "strings" "sync" "time" "github.com/klauspost/readahead" "github.com/minio/minio-go/v7/pkg/set" "github.com/minio/minio/internal/config/storageclass" "github.com/minio/minio/internal/crypto" "github.com/minio/minio/internal/hash" xhttp "github.com/minio/minio/internal/http" xioutil "github.com/minio/minio/internal/ioutil"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 47.3K bytes - Viewed (0) -
android/guava/src/com/google/common/net/MediaType.java
* over-the-air mobile configuration profiles</a>. * * @since 18.0 */ public static final MediaType APPLE_MOBILE_CONFIG = createConstant(APPLICATION_TYPE, "x-apple-aspen-config"); /** * <a * href="https://learn.microsoft.com/en-us/archive/blogs/vsofficedeveloper/office-2007-file-format-mime-types-for-http-content-streaming-2">Microsoft * Excel</a> spreadsheets. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
api/go1.txt
pkg crypto/tls, type Config struct pkg crypto/tls, type Config struct, Certificates []Certificate pkg crypto/tls, type Config struct, CipherSuites []uint16 pkg crypto/tls, type Config struct, ClientAuth ClientAuthType pkg crypto/tls, type Config struct, ClientCAs *x509.CertPool pkg crypto/tls, type Config struct, InsecureSkipVerify bool pkg crypto/tls, type Config struct, NameToCertificate map[string]*Certificate
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
docs/es/docs/deployment/docker.md
Si estás ejecutando tu contenedor detrás de un Proxy de Terminación TLS (load balancer) como Nginx o Traefik, añade la opción `--proxy-headers`, esto le dirá a Uvicorn (a través de la CLI de FastAPI) que confíe en los headers enviados por ese proxy indicando que la aplicación se está ejecutando detrás de HTTPS, etc. ```Dockerfile CMD ["fastapi", "run", "app/main.py", "--proxy-headers", "--port", "80"] ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:15:52 UTC 2025 - 31K bytes - Viewed (0) -
api/go1.4.txt
pkg crypto/tls, type ClientHelloInfo struct, ServerName string pkg crypto/tls, type ClientHelloInfo struct, SupportedCurves []CurveID pkg crypto/tls, type ClientHelloInfo struct, SupportedPoints []uint8 pkg crypto/tls, type Config struct, GetCertificate func(*ClientHelloInfo) (*Certificate, error) pkg crypto/tls, type ConnectionState struct, TLSUnique []uint8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</match> </magic> <glob pattern="*.ics"/> <glob pattern="*.ifb"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/x-config"> <glob pattern="*.config"/> <glob pattern="*.conf"/> <glob pattern="*.cfg"/> <glob pattern="*.xconf"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/css">
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
api/go1.3.txt
pkg crypto/tls, type ClientSessionCache interface, Put(string, *ClientSessionState) pkg crypto/tls, type ClientSessionState struct pkg crypto/tls, type Config struct, ClientSessionCache ClientSessionCache pkg crypto/tls, type Config struct, CurvePreferences []CurveID pkg crypto/tls, type ConnectionState struct, Version uint16 pkg crypto/tls, type CurveID uint16
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
these headers when validating a cached response. * Fix: Don’t allow remote peer to arbitrarily size the HPACK decoder dynamic table. * Fix: Honor per-host configuration in Android’s network security config. Previously disabling cleartext for any host would disable cleartext for all hosts. Note that this setting is only available on Android 24+. * New: HPACK compression is now dynamic. This should improve performance when
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
cmd/sts-handlers_test.go
suite := testCase suite.SetUpSuite(c) defer suite.TearDownSuite(c) err := suite.SetUpOpenIDs(c, testApps, rolePolicies) if err != nil { c.Fatalf("config with 1 claim based and 1 role based provider should pass but got: %v", err) } }, ) } } func TestIAMWithOpenIDMultipleConfigsValidation2(t *testing.T) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 100.2K bytes - Viewed (1) -
cmd/xl-storage-format-v2.go
jsoniter "github.com/json-iterator/go" "github.com/minio/minio/internal/bpool" "github.com/minio/minio/internal/bucket/lifecycle" "github.com/minio/minio/internal/bucket/replication" "github.com/minio/minio/internal/config/storageclass" xhttp "github.com/minio/minio/internal/http" "github.com/tinylib/msgp/msgp" ) var ( // XL header specifies the format xlHeader = [4]byte{'X', 'L', '2', ' '}
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 65.6K bytes - Viewed (1)