- Sort Score
- Result 10 results
- Languages All
Results 871 - 880 of 950 for Out (0.11 sec)
-
android/guava/src/com/google/common/base/CharMatcher.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 53.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
using Endpoints. If you were using the aggregated API server feature, and you were writing out the endpoints for it by hand (rather than letting kube-controller-manager generate `Endpoints` and `EndpointSlices` for it automatically based on the Service definition), then you should write out an EndpointSlice object rather
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (1) -
docs/en/docs/async.md
So, to balance that out, imagine the following short story: > You have to clean a big, dirty house. *Yep, that's the whole story*. ---
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 24K bytes - Viewed (0) -
cmd/metacache-set.go
V1 bool // Versioning config is used for if the path // has versioning enabled. Versioning *versioning.Versioning `msg:"-"` // Lifecycle performs filtering based on lifecycle. // This will filter out objects if the most recent version should be deleted by lifecycle. // Is not transferred across request calls. Lifecycle *lifecycle.Lifecycle `msg:"-"`
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 30.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
* Services of type=LoadBalancer which have no endpoints will now immediately ICMP reject connections, rather than time out. ([#74394](https://github.com/kubernetes/kubernetes/pull/74394), [@thockin](https://github.com/thockin))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
LICENSE
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 33.7K bytes - Viewed (0) -
docs/en/docs/virtual-environments.md
* And many other things ## Conclusion { #conclusion } If you read and understood all this, now **you know much more** about virtual environments than many developers out there. ๐ค
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 22.4K bytes - Viewed (0) -
guava/src/com/google/common/primitives/Chars.java
* or less than {@link Character#MIN_VALUE} */ public static char checkedCast(long value) { char result = (char) value; checkArgument(result == value, "Out of range: %s", value); return result; } /** * Returns the {@code char} nearest in value to {@code value}. * * @param value any {@code long} value
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.2K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
### 3.1 Witness Service Types ```java public enum WitnessServiceType { CLUSTER_WITNESS, // Cluster-aware witness service FILE_SERVER_WITNESS, // Individual file server witness SCALE_OUT_WITNESS, // Scale-out file server witness DFS_WITNESS // DFS namespace witness } public enum WitnessVersion { VERSION_1(0x00010001), // Windows Server 2012 VERSION_2(0x00020000); // Windows Server 2012 R2+
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
docs/ko/docs/index.md
* ๋ํํ API ๋ฌธ์๊ฐ ์ ๋ณธ๋ฌธ๊ณผ ํจ๊ป ์๋์ผ๋ก ์ ๋ฐ์ดํธ ํฉ๋๋ค:  * "Try it out" ๋ฒํผ์ ํด๋ฆญํ๋ฉด, ๋งค๊ฐ๋ณ์๋ฅผ ์ฑ์ธ ์ ์๊ฒ ํด์ฃผ๊ณ ์ง์ API์ ์ํธ์์ฉ ํ ์ ์์ต๋๋ค:  * ๊ทธ๋ฌ๊ณ ๋์ "Execute" ๋ฒํผ์ ๋๋ฅด๋ฉด, ์ฌ์ฉ์ ์ธํฐํ์ด์ค๋ API์ ํต์ ํ๊ณ ๋งค๊ฐ๋ณ์๋ฅผ ์ ์กํ๋ฉฐ ๊ทธ ๊ฒฐ๊ณผ๋ฅผ ๊ฐ์ ธ์์ ํ๋ฉด์ ํ์ํฉ๋๋ค:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 19.7K bytes - Viewed (0)