- Sort Score
- Result 10 results
- Languages All
Results 691 - 700 of 713 for Mutable (0.18 sec)
-
src/archive/zip/reader_test.go
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 25 00:25:45 UTC 2024 - 55.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
([#123738](https://github.com/kubernetes/kubernetes/pull/123738), [@kannon92](https://github.com/kannon92)) - Promoted `AdmissionWebhookMatchConditions` to GA. The feature is now stable, and the feature gate is now locked to default. ([#123560](https://github.com/kubernetes/kubernetes/pull/123560), [@ivelichkovich](https://github.com/ivelichkovich))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:40:14 UTC 2024 - 309.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- 'Promoted `cronjob_job_creation_skew` metric to stable to follow the cronjob v2 controller, the following metrics had their name updated to match metrics API guidelines: - `cronjob_job_creation_skew_duration_seconds` -> `job_creation_skew_duration_seconds`.' ([#113008](https://github.com/kubernetes/kubernetes/pull/113008), [@soltysh](https://github.com/soltysh))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
doc/go_spec.html
and a signed binary exponent of at least 16 bits.</li> <li>Give an error if unable to represent an integer constant precisely.</li> <li>Give an error if unable to represent a floating-point or complex constant due to overflow.</li> <li>Round to the nearest representable constant if unable to represent a floating-point or complex constant due to limits on precision.</li> </ul>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
doc/asm.html
DATA divtab<>+0x3c(SB)/4, $0x81828384 GLOBL divtab<>(SB), RODATA, $64 GLOBL runtime·tlsoffset(SB), NOPTR, $4 </pre> <p> declares and initializes <code>divtab<></code>, a read-only 64-byte table of 4-byte integer values, and declares <code>runtime·tlsoffset</code>, a 4-byte, implicitly zeroed variable that contains no pointers. </p> <p> There may be one or two arguments to the directives.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
doc/go1.17_spec.html
and a signed binary exponent of at least 16 bits.</li> <li>Give an error if unable to represent an integer constant precisely.</li> <li>Give an error if unable to represent a floating-point or complex constant due to overflow.</li> <li>Round to the nearest representable constant if unable to represent a floating-point or complex constant due to limits on precision.</li> </ul>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
- `spec.backend` -> `spec.defaultBackend` - `serviceName` -> `service.name` - `servicePort` -> `service.port.name` (for string values)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
docs/ja/docs/alternatives.md
/// info | "情報" Webargsは、Marshmallowと同じ開発者により作られました。 /// /// check | "**FastAPI**へ与えたインスピレーション" 受信したデータに対する自動的なバリデーションを持っている点。 /// ### <a href="https://apispec.readthedocs.io/en/stable/" class="external-link" target="_blank">APISpec</a> MarshmallowとWebargsはバリデーション、パース、シリアライゼーションをプラグインとして提供しています。 しかし、ドキュメントはまだ不足しています。そこでAPISpecが作られました。 これは多くのフレームワーク用のプラグインです (Starlette用のプラグインもあります) 。
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 31.6K bytes - Viewed (0) -
CREDITS
suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 26 15:03:08 UTC 2024 - 1.6M bytes - Viewed (0) -
cmd/erasure-object.go
if _, err := er.CopyObject(ctx, bucket, object, bucket, object, oi, ObjectOptions{ VersionID: oi.VersionID, }, ObjectOptions{ VersionID: oi.VersionID, }); err != nil { storageLogIf(ctx, fmt.Errorf("Unable to update transition restore metadata for %s/%s(%s): %s", bucket, object, oi.VersionID, err)) return err } return nil }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 78.8K bytes - Viewed (0)