- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 50 for Specs (0.02 sec)
-
cmd/iam-etcd-store_test.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "testing" ) func TestExtractPrefixAndSuffix(t *testing.T) { specs := []struct { path, prefix, suffix string expected string }{ {"config/iam/groups/foo.json", "config/iam/groups/", ".json", "foo"}, {"config/iam/groups/./foo.json", "config/iam/groups/", ".json", "foo"},
Registered: 2025-05-25 19:28 - Last Modified: 2021-04-23 18:58 - 1.5K bytes - Viewed (0) -
src/cmd/cgo/ast.go
Registered: 2025-05-27 11:13 - Last Modified: 2024-10-14 15:47 - 14.3K bytes - Viewed (0) -
cni/pkg/repair/repair_test_helpers.go
State: corev1.ContainerState{ Waiting: &corev1.ContainerStateWaiting{ Reason: "PodInitializing", }, }, }, }, }, } return pod } // Container specs var ( brokenInitContainerWaiting = corev1.ContainerStatus{ Name: constants.ValidationContainerName, State: corev1.ContainerState{ Waiting: &corev1.ContainerStateWaiting{ Reason: "CrashLoopBackOff",
Registered: 2025-05-28 22:53 - Last Modified: 2023-05-12 17:39 - 4.7K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/TestTls13Request.kt
} } finally { client.dispatcher.executorService.shutdownNow() client.connectionPool.evictAll() } } private fun buildClient(vararg specs: ConnectionSpec): OkHttpClient = OkHttpClient .Builder() .connectionSpecs(listOf(*specs)) .build() private fun sendRequest( client: OkHttpClient, url: String, ) { System.out.printf("%-40s ", url) System.out.flush()
Registered: 2025-05-30 11:42 - Last Modified: 2025-05-22 14:39 - 3.6K bytes - Viewed (0) -
.teamcity/subprojects.json
"crossVersionTests": false }, { "name": "build-init-specs", "path": "platforms/software/build-init-specs", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, { "name": "build-init-specs-api", "path": "platforms/software/build-init-specs-api", "unitTests": false, "functionalTests": false, "crossVersionTests": false
Registered: 2025-05-28 11:36 - Last Modified: 2025-05-19 18:16 - 35.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Settings.kt
Registered: 2025-05-30 11:42 - Last Modified: 2024-12-27 13:39 - 3.8K bytes - Viewed (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/Cleanup.kt
@file:JvmName("Cleanup") package gradlebuild.cleanup import org.gradle.api.file.Directory import org.gradle.api.file.FileSystemOperations import org.gradle.api.logging.Logging import org.gradle.api.specs.Spec import org.gradle.kotlin.dsl.* import org.gradle.util.GradleVersion import java.io.File private val dirVersionPattern = "\\d+\\.\\d+(\\.\\d+)?(-\\w+)*(-\\d{14}[+-]\\d{4})?".toRegex()
Registered: 2025-05-28 11:36 - Last Modified: 2024-06-28 08:29 - 4.4K bytes - Viewed (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/services/CachesCleaner.kt
import org.gradle.api.logging.Logging import org.gradle.api.provider.Property import org.gradle.api.services.BuildService import org.gradle.api.services.BuildServiceParameters import org.gradle.api.specs.Spec import org.gradle.util.GradleVersion import java.io.File import javax.inject.Inject abstract class CachesCleaner : BuildService<CachesCleaner.Params> { interface Params : BuildServiceParameters {
Registered: 2025-05-28 11:36 - Last Modified: 2024-06-28 08:29 - 4.2K bytes - Viewed (1) -
docs/features/connections.md
* When making TLS connections with multiple [connection specs](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-connection-spec/), these are attempted in sequence until the TLS handshake succeeds. ### [Connections](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-connection/)
Registered: 2025-05-30 11:42 - Last Modified: 2022-02-21 03:33 - 5.4K bytes - Viewed (0) -
docs/en/docs/history-design-future.md
Also, the best approach was to use already existing standards. So, before even starting to code **FastAPI**, I spent several months studying the specs for OpenAPI, JSON Schema, OAuth2, etc. Understanding their relationship, overlap, and differences. ## Design Then I spent some time designing the developer "API" I wanted to have as a user (as a developer using FastAPI).
Registered: 2025-05-25 07:19 - Last Modified: 2024-07-29 23:35 - 4.1K bytes - Viewed (0)