- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 350 for opened (1.44 sec)
-
cmd/sts-datatypes.go
// which means the policy exceeded the allowed space. PackedPolicySize int `xml:",omitempty"` // The issuing authority of the web identity token presented. For OpenID Connect // ID tokens, this contains the value of the iss field. For OAuth 2.0 id_tokens, // this contains the value of the ProviderId parameter that was passed in the // AssumeRoleWithWebIdentity request.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri May 27 00:58:09 UTC 2022 - 9.9K bytes - Viewed (0) -
api/go1.17.txt
pkg math (openbsd-386), const MaxInt = 2147483647 pkg math (openbsd-386), const MaxUint = 4294967295 pkg math (openbsd-386), const MinInt = -2147483648 pkg math (openbsd-386-cgo), const MaxInt = 2147483647 pkg math (openbsd-386-cgo), const MaxUint = 4294967295 pkg math (openbsd-386-cgo), const MinInt = -2147483648 pkg math (openbsd-amd64), const MaxInt = 9223372036854775807
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 18K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/configuration/internal/CompositeBeanHelperPerformanceTest.java
import org.junit.jupiter.api.Test; import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.annotations.BenchmarkMode; import org.openjdk.jmh.annotations.Fork; import org.openjdk.jmh.annotations.Level; import org.openjdk.jmh.annotations.Measurement; import org.openjdk.jmh.annotations.Mode; import org.openjdk.jmh.annotations.OutputTimeUnit; import org.openjdk.jmh.annotations.Scope; import org.openjdk.jmh.annotations.Setup;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 17 07:40:49 UTC 2025 - 16.6K bytes - Viewed (0) -
.teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt
"%linux.java11.openjdk.64bit%", "%linux.java17.openjdk.64bit%", "%linux.java21.openjdk.64bit%", "%linux.java25.openjdk.64bit%", ) val windowsPaths = listOf( "%windows.java8.openjdk.64bit%", "%windows.java11.openjdk.64bit%", "%windows.java17.openjdk.64bit%",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 20 07:29:52 UTC 2025 - 7.2K bytes - Viewed (0) -
internal/config/identity/openid/rsa-sha3_contrib.go
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package openid import ( "crypto" "github.com/golang-jwt/jwt/v4" // Needed for SHA3 to work - See: https://golang.org/src/crypto/crypto.go?s=1034:1288 _ "golang.org/x/crypto/sha3" )
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri May 16 14:27:42 UTC 2025 - 1.6K bytes - Viewed (0) -
.teamcity/src/test/kotlin/BuildTypeTest.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 5.7K bytes - Viewed (0) -
internal/config/identity/openid/provider/keycloak.go
func WithTransport(transport http.RoundTripper) Option { return func(p *KeycloakProvider) { p.client = http.Client{ Transport: transport, } } } // WithOpenIDConfig provide OpenID Endpoint configuration discovery document func WithOpenIDConfig(oeConfig DiscoveryDoc) Option { return func(p *KeycloakProvider) { p.oeConfig = oeConfig } }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Jul 14 18:12:07 UTC 2024 - 4.6K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
) val windowsPaths = listOf( "%windows.java8.openjdk.64bit%", "%windows.java11.openjdk.64bit%", "%windows.java17.openjdk.64bit%", "%windows.java21.openjdk.64bit%", "%windows.java25.openjdk.64bit%", ) val expectedInstallationPaths = windowsPaths.joinToString(",")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Sep 18 12:22:32 UTC 2025 - 8.4K bytes - Viewed (0) -
tests/test_custom_swagger_ui_redirect.py
response = client.get(swagger_ui_oauth2_redirect_url) assert response.status_code == 200, response.text assert response.headers["content-type"] == "text/html; charset=utf-8" assert "window.opener.swaggerUIRedirectOauth2" in response.text def test_response(): response = client.get("/items/")
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Apr 08 04:37:38 UTC 2020 - 1.1K bytes - Viewed (0) -
api/go1.11.txt
pkg syscall (openbsd-386), func Accept4(int, int) (int, Sockaddr, error) pkg syscall (openbsd-386), func Pipe2([]int, int) error pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC = 32768 pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC ideal-int pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK = 16384 pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK ideal-int pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 = 93
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0)