- Sort Score
- Num 10 results
- Language All
Results 441 - 450 of 779 for Access (0.05 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/KotlinDeprecationErrorTest.kt
import okhttp3.tls.HeldCertificate import okhttp3.tls.internal.TlsUtil.localhost import okio.Buffer import org.junit.jupiter.api.AfterEach import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test /** * Access every declaration that is deprecated with [DeprecationLevel.ERROR]. Although new Kotlin * code shouldn't use these, they're necessary for clients migrating from OkHttp 3.x and this test
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 13.3K bytes - Click Count (0) -
android/guava-testlib/test/com/google/common/testing/anotherpackage/ForwardingWrapperTesterTest.java
import junit.framework.AssertionFailedError; import junit.framework.TestCase; import org.jspecify.annotations.Nullable; /** * Tests for {@link ForwardingWrapperTester}. Live in a different package to detect reflection * access issues, if any. * * @author Ben Yu */ public class ForwardingWrapperTesterTest extends TestCase { private final ForwardingWrapperTester tester = new ForwardingWrapperTester();Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 15.7K bytes - Click Count (0) -
docs/en/docs/tutorial/body.md
* auto-completion * type checks * refactoring * searching * inspections /// ## Use the model { #use-the-model } Inside of the function, you can access all the attributes of the model object directly: {* ../../docs_src/body/tutorial002_py310.py *} ## Request body + path parameters { #request-body-path-parameters }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 6.8K bytes - Click Count (0) -
README.md
- **[Community Resources](https://gradle.org/resources/)** - Find more community-contributed materials to expand your knowledge. > π **Stay connected with the Gradle Community and access the latest news, training, and updates via [Slack](https://gradle.org/slack-invite), [Forum](https://discuss.gradle.org/), and our [Newsletter](https://newsletter.gradle.org)**. <br><br>
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Oct 20 22:15:26 GMT 2025 - 7.8K bytes - Click Count (0) -
docs/en/docs/how-to/custom-docs-ui-assets.md
## Self-hosting JavaScript and CSS for docs { #self-hosting-javascript-and-css-for-docs } Self-hosting the JavaScript and CSS could be useful if, for example, you need your app to keep working even while offline, without open Internet access, or in a local network. Here you'll see how to serve those files yourself, in the same FastAPI app, and configure the docs to use them. ### Project file structure { #project-file-structure }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.8K bytes - Click Count (0) -
misc/ios/go_ios_exec.go
return `<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>keychain-access-groups</key> <array><string>` + appID + `</string></array> <key>get-task-allow</key> <true/> <key>application-identifier</key> <string>` + appID + `</string> <key>com.apple.developer.team-identifier</key>
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Sep 16 00:34:45 GMT 2025 - 8.7K bytes - Click Count (0) -
cmd/signature-v4-parser_test.go
}, expectedErrCode: ErrNone, }, // Test case - 8. { inputV4AuthStr: signV4Algorithm + strings.Join([]string{ // generating a valid credential. generateCredentialStr( "access key", sampleTimeStr, "us-west-1", "s3", "aws4_request"), // valid SignedHeader. "SignedHeaders=host;x-amz-content-sha256;x-amz-date", // valid Signature field.Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Oct 10 18:57:35 GMT 2025 - 27.8K bytes - Click Count (0) -
cmd/sftp-server_test.go
ctx, cancel := context.WithTimeout(context.Background(), testDefaultTimeout) defer cancel() // we need to do this so that the user has a policy before authentication. // ldap user accounts without policies are denied access in sftp. policy := "mypolicy" policyBytes := []byte(`{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject",
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Feb 27 18:43:32 GMT 2025 - 9.7K bytes - Click Count (0) -
docs/ko/docs/tutorial/cors.md
* `expose_headers` - λΈλΌμ°μ μ μ κ·Όν μ μμ΄μΌ νλ λͺ¨λ μλ΅ ν€λλ₯Ό κ°λ¦¬ν΅λλ€. κΈ°λ³Έκ°μ `[]` μ λλ€. * `max_age` - λΈλΌμ°μ κ° CORS μλ΅μ μΊμμ μ μ₯νλ μ΅λ μκ°μ μ΄ λ¨μλ‘ μ€μ ν©λλ€. κΈ°λ³Έκ°μ `600` μ λλ€. λ―Έλ€μ¨μ΄λ λκ°μ§ νΉμ ν μ’ λ₯μ HTTP μμ²μ μλ΅ν©λλ€... ### CORS μ¬μ μμ² `Origin` λ° `Access-Control-Request-Method` ν€λμ ν¨κ» μ μ‘νλ λͺ¨λ `OPTIONS` μμ²μ λλ€. μ΄ κ²½μ° λ―Έλ€μ¨μ΄λ λ€μ΄μ€λ μμ²μ κ°λ‘μ± μ μ ν CORS ν€λμ, μ 보 μ 곡μ μν `200` λλ `400` μλ΅μΌλ‘ μλ΅ν©λλ€. ### λ¨μν μμ² `Origin` ν€λλ₯Ό κ°μ§ λͺ¨λ μμ². μ΄ κ²½μ° λ―Έλ€μ¨μ΄λ μμ²μ μ μμ μΌλ‘ μ λ¬νμ§λ§, μ μ ν CORS ν€λλ₯Ό μλ΅μ ν¬ν¨μν΅λλ€.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 5.7K bytes - Click Count (0) -
docs/bucket/lifecycle/README.md
> To create a transition tier for transitioning objects to a prefix `testprefix` in `azurebucket` on Azure blob using `mc`: ``` mc admin tier add azure source AZURETIER --endpoint https://blob.core.windows.net --access-key AZURE_ACCOUNT_NAME --secret-key AZURE_ACCOUNT_KEY --bucket azurebucket --prefix testprefix1/ ``` > The admin user running this command needs the "admin:SetTier" and "admin:ListTier" permissions if not running as root.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 9.1K bytes - Click Count (0)