- Sort Score
- Num 10 results
- Language All
Results 291 - 300 of 413 for Rate (0.02 seconds)
-
CHANGELOG/CHANGELOG-1.21.md
## Known Issues ### `TopologyAwareHints` feature falls back to default behavior
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Fri Oct 14 07:03:14 GMT 2022 - 367.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/PreconditionsTest.java
return "A message"; } } private static final String FORMAT = "I ate %s pies."; private static void verifySimpleMessage(Exception e) { assertThat(e).hasMessageThat().isEqualTo("A message"); } private static void verifyComplexMessage(Exception e) { assertThat(e).hasMessageThat().isEqualTo("I ate 5 pies."); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 19K bytes - Click Count (0) -
LICENSES/vendor/cyphar.com/go-pathrs/LICENSE
for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. 2.2. Effective Date The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. 2.3. Limitations on Grant ScopeCreated: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Nov 12 14:46:31 GMT 2025 - 16.5K bytes - Click Count (0) -
docs/en/docs/contributing.md
### Docs for tests Most of the tests actually run against the example source files in the documentation. This helps to make sure that: * The documentation is up-to-date. * The documentation examples can be run as is. * Most of the features are covered by the documentation, ensured by test coverage. #### Apps and docs at the same time If you run the examples with, e.g.:
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Sep 21 11:29:04 GMT 2025 - 15.1K bytes - Click Count (0) -
lib/wasm/wasm_exec.js
} const testCallExport = (a, b) => { this._inst.exports.testExport0(); return this._inst.exports.testExport(a, b); } const timeOrigin = Date.now() - performance.now(); this.importObject = { _gotest: { add: (a, b) => a + b, callExport: testCallExport, }, gojs: {Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Sun Dec 08 15:34:47 GMT 2024 - 16.6K bytes - Click Count (0) -
docs/pt/docs/deployment/concepts.md
Nesse caso, seria melhor obter **um servidor extra** e executar alguns processos nele para que todos tenham **RAM e tempo de CPU suficientes**.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 20.5K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts
"InjectOnConstructorOfAbstractClass", // We use abstract injection as a pattern "InlineMeSuggester", // Only suppression seems to actually "fix" this, so make it global "JavaUtilDate", // We are fine with using Date "JavaxInjectOnAbstractMethod", // We use abstract injection as a pattern "MissingSummary", // We have another mechanism to check Javadocs on public API
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Oct 01 11:57:43 GMT 2025 - 9.3K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.14.md
* Add kubelet_node_name metrics. ([#72910](https://github.com/kubernetes/kubernetes/pull/72910), [@danielqsj](https://github.com/danielqsj)) * The HugePages feature gate has graduated to GA, and can no longer be disabled. The feature gate will be removed in v1.16 ([#72785](https://github.com/kubernetes/kubernetes/pull/72785), [@derekwaynecarr](https://github.com/derekwaynecarr))
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Mon Jun 14 22:06:39 GMT 2021 - 271.5K bytes - Click Count (0) -
docs/pt/docs/how-to/separate-openapi-schemas.md
Ao usar **Pydantic v2**, o OpenAPI gerado รฉ um pouco mais exato e **correto** do que antes. ๐ Inclusive, em alguns casos, ele terรก atรฉ **dois JSON Schemas** no OpenAPI para o mesmo modelo Pydantic, para entrada e saรญda, dependendo se eles possuem **valores padrรฃo**. Vamos ver como isso funciona e como alterar se for necessรกrio.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 4.8K bytes - Click Count (0) -
docs/ko/docs/features.md
์ฌ๋ฌ๋ถ์ ํ์ ์ ์ด์ฉํ ํ์ค ํ์ด์ฌ์ ๋ค์๊ณผ ๊ฐ์ด ์ ์ ์ ์์ต๋๋ค: ```Python from datetime import date from pydantic import BaseModel # ๋ณ์๋ฅผ str๋ก ์ ์ธ # ๊ทธ ํ ํจ์ ์์์ ํธ์ง๊ธฐ ์ง์์ ๋ฐ์ผ์ธ์ def main(user_id: str): return user_id # Pydantic ๋ชจ๋ธ class User(BaseModel): id: int name: str joined: date ``` ์์ ์ฝ๋๋ ๋ค์๊ณผ ๊ฐ์ด ์ฌ์ฉ๋ ์ ์์ต๋๋ค: ```Python
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 11.8K bytes - Click Count (0)