- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 102 for macos (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/info/ParallelDetector.java
} _defaultParallel = socketToCore.values().stream().mapToInt(i -> i).sum(); } else if (isMac(project.getProviders())) { // Ask macOS to count physical CPUs for us ByteArrayOutputStream stdout = new ByteArrayOutputStream(); project.exec(spec -> { spec.setExecutable("sysctl");Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Aug 09 07:39:30 GMT 2021 - 3.6K bytes - Click Count (0) -
samples/tlssurvey/src/main/kotlin/okhttp3/survey/RunSurvey.kt
val safari12iOS = sslLabsClients.first { it.userAgent == "Safari" && it.platform == "iOS 12.3.1" } val safari12Osx = sslLabsClients.first { it.userAgent == "Safari" && it.platform == "MacOS 10.14.6 Beta" } val okhttp = currentOkHttp(ianaSuitesNew) val okHttp_4_10 = historicOkHttp("4.10") val okHttp_3_14 = historicOkHttp("3.14") val okHttp_3_13 = historicOkHttp("3.13")Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 3.5K bytes - Click Count (0) -
docs/ko/docs/advanced/settings.md
/// tip | 팁 환경 변수를 이해하려면 [환경 변수](../environment-variables.md)를 읽어보세요. /// ## 타입과 검증 { #types-and-validation } 이 환경 변수들은 Python 외부에 있으며 다른 프로그램 및 시스템의 나머지 부분(그리고 Linux, Windows, macOS 같은 서로 다른 운영체제와도)과 호환되어야 하므로, 텍스트 문자열만 다룰 수 있습니다. 즉, Python에서 환경 변수로부터 읽어온 어떤 값이든 `str`이 되며, 다른 타입으로의 변환이나 검증은 코드에서 수행해야 합니다. ## Pydantic `Settings` { #pydantic-settings }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.9K bytes - Click Count (0) -
ci/official/requirements_updater/README.md
## Managing hermetic Python To make sure that TensorFlow's build is reproducible, behaves uniformly across supported platforms (Linux, Windows, MacOS) and is properly isolated from specifics of a local system, we rely on hermetic Python (see [rules_python](https://github.com/bazelbuild/rules_python)) for all build and test commands executed via Bazel. This means that your system Python installation will be ignored during the build and Python interpreter itself
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Jun 29 00:19:18 GMT 2024 - 3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/OsService.java
* <ul> * <li>windows: All Windows variants</li> * <li>win9x: Windows 95, 98, ME, CE</li> * <li>winnt: Windows NT variants</li> * <li>unix: Unix-like systems (including Linux)</li> * <li>mac: macOS (including Darwin)</li> * <li>os/2: OS/2 variants</li> * <li>netware: Novell NetWare</li> * <li>dos: DOS variants</li> * <li>tandem: Tandem systems</li> * <li>openvms: OpenVMS</li> * <li>z/os: z/OS and OS/390</li>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Feb 10 14:12:18 GMT 2025 - 3.5K bytes - Click Count (0) -
docs/ja/docs/advanced/settings.md
そのため、アプリケーションが読み取る環境変数で提供するのが一般的です。 /// tip | 豆知識 環境変数について理解するには、[環境変数](../environment-variables.md)を参照してください。 /// ## 型とバリデーション { #types-and-validation } これらの環境変数は Python の外部にあり、他のプログラムやシステム全体(Linux、Windows、macOS といった異なるOSを含む)と互換性が必要なため、文字列テキストのみを扱えます。 つまり、Python で環境変数から読み取られる値はすべて `str` になり、他の型への変換やバリデーションはコードで行う必要があります。 ## Pydantic の `Settings` { #pydantic-settings }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 12.7K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/settings.md
因此,通常會透過環境變數提供這些設定,讓應用程式去讀取。 /// tip 若想了解環境變數,你可以閱讀[環境變數](../environment-variables.md)。 /// ## 型別與驗證 { #types-and-validation } 這些環境變數只能處理文字字串,因為它們在 Python 之外,必須與其他程式與系統的其餘部分相容(甚至跨作業系統,如 Linux、Windows、macOS)。 這表示在 Python 中自環境變數讀取到的任何值都會是 `str`,而任何轉型成其他型別或驗證都必須在程式碼中完成。 ## Pydantic `Settings` { #pydantic-settings }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10.3K bytes - Click Count (0) -
docs/en/docs/advanced/settings.md
These environment variables can only handle text strings, as they are external to Python and have to be compatible with other programs and the rest of the system (and even with different operating systems, as Linux, Windows, macOS). That means that any value read in Python from an environment variable will be a `str`, and any conversion to a different type or any validation has to be done in code. ## Pydantic `Settings` { #pydantic-settings }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 10.9K bytes - Click Count (0) -
.github/DISCUSSION_TEMPLATE/questions.yml
id: os attributes: label: Operating System description: What operating system are you on? multiple: true options: - Linux - Windows - macOS - Other validations: required: true - type: textarea id: os-details attributes: label: Operating System DetailsCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Aug 03 15:59:41 GMT 2023 - 5.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
param("env.GRADLE_INTERNAL_REPO_URL", "%gradle.internal.repository.url%") if (os == Os.MACOS && arch == Arch.AMD64) { // Use fewer parallel forks only on Intel macOS builds, since they are not very powerful. param("maxParallelForks", "2") } if (os == Os.LINUX || os == Os.MACOS) { param("env.LC_ALL", "en_US.UTF-8") } } }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 14.8K bytes - Click Count (0)