- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 15 for 25 (0.45 sec)
-
api/go1.16.txt
pkg syscall (darwin-arm64), const ENOTRECOVERABLE Errno pkg syscall (darwin-arm64), const ENOTSOCK = 38 pkg syscall (darwin-arm64), const ENOTSUP = 45 pkg syscall (darwin-arm64), const ENOTTY = 25 pkg syscall (darwin-arm64), const ENXIO = 6 pkg syscall (darwin-arm64), const EOPNOTSUPP = 102 pkg syscall (darwin-arm64), const EOVERFLOW = 84 pkg syscall (darwin-arm64), const EOWNERDEAD = 105
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
PodSecurityPolicy is Removed, Pod Security Admission graduates to Stable PodSecurityPolicy was initially [deprecated in v1.21](https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/), and with the release of v1.25, it has been removed. The updates required to improve its usability would have introduced breaking changes, so it became necessary to remove it in favor of a more friendly replacement. That replacement is [Pod Security Admission](https://kubernetes...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const ENOTEMPTY = 66 pkg syscall (netbsd-arm64-cgo), const ENOTSOCK = 38 pkg syscall (netbsd-arm64-cgo), const ENOTSUP = 86 pkg syscall (netbsd-arm64-cgo), const ENOTTY = 25 pkg syscall (netbsd-arm64-cgo), const ENXIO = 6 pkg syscall (netbsd-arm64-cgo), const EOPNOTSUPP = 45 pkg syscall (netbsd-arm64-cgo), const EOVERFLOW = 84 pkg syscall (netbsd-arm64-cgo), const EPERM = 1
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. 25 <br> * comment: The size of one page for paging * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getPagingPageSize(); /** * Get the value for the key 'paging.page.size' as {@link Integer}. <br> * The value is, e.g. 25 <br> * comment: The size of one page for paging
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.18.md
- [v1.18.0-alpha.2](#v1180-alpha2) - [Downloads for v1.18.0-alpha.2](#downloads-for-v1180-alpha2) - [Client Binaries](#client-binaries-25) - [Server Binaries](#server-binaries-25) - [Node Binaries](#node-binaries-25) - [Changelog since v1.18.0-alpha.1](#changelog-since-v1180-alpha1) - [Other notable changes](#other-notable-changes) - [v1.18.0-alpha.1](#v1180-alpha1)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<magic priority="50"> <!-- Magic: '7', 'z', 0xBC, 0xAF, 0x27, 0x1C --> <match value="7z" type="string" offset="0:1" > <match value="0xBCAF271C" type="string" offset="2:5" /> </match> </magic> <glob pattern="*.7z" /> </mime-type> <mime-type type="audio/32kadpcm"/> <mime-type type="audio/3gpp"/> <mime-type type="audio/3gpp2"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
common-protos/k8s.io/api/core/v1/generated.proto
// prevents users from setting this field. The admission controller populates // this field from PriorityClassName. // The higher the value, the higher the priority. // +optional optional int32 priority = 25; // Specifies the DNS parameters of a pod. // Parameters specified here will be merged to the generated DNS // configuration based on DNSPolicy. // +optional optional PodDNSConfig dnsConfig = 26;
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 255.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
Kubernetes 1.15 consists of **25 enhancements**: 2 moving to stable, 13 in beta, and 10 in alpha. The main themes of this release are: #### Continuous Improvement
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
- The deprecated `SecurityContextDeny` admission plugin, which has been deprecated since `v1.27`, has been removed. It is recommended to use the Pod Security Admission plugin instead, which has been available since v1.25. Refer to the [Kubernetes documentation](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#securitycontextdeny) for more information.
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.27.md
- The feature gates `CSIInlineVolume`, `CSIMigration`, `DaemonSetUpdateSurge`, `EphemeralContainers`, `IdentifyPodOS`, `LocalStorageCapacityIsolation`, `NetworkPolicyEndPort` and `StatefulSetMinReadySeconds` that graduated to GA in v1.25 and were unconditionally enabled have been removed in v1.27 ([#114410](https://github.com/kubernetes/kubernetes/pull/114410), [@SataQiu](https://github.com/SataQiu)) [SIG Node]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (0)