- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 273 for role (0.03 sec)
-
LICENSE
fee for, acceptance of support, warranty, indemnity, L170: or other liability obligations and/or rights consistent with this L171: License. However, in accepting such obligations, You may act only L172: on Your own behalf and on Your sole responsibility, not on behalf L173: of any other Contributor, and only if You agree to indemnify, L174: defend, and hold each Contributor harmless for any liability L175: incurred by, or claims asserted against, such Contributor by reason...github.com/kubernetes/kubernetes/LICENSES/vendo...Fri May 08 04:49:00 UTC 2020 11.3K bytes -
LICENSE
fee for, acceptance of support, warranty, indemnity, L168: or other liability obligations and/or rights consistent with this L169: License. However, in accepting such obligations, You may act only L170: on Your own behalf and on Your sole responsibility, not on behalf L171: of any other Contributor, and only if You agree to indemnify, L172: defend, and hold each Contributor harmless for any liability L173: incurred by, or claims asserted against, such Contributor by reason...github.com/codelibs/curl4j/LICENSEThu Jun 14 07:45:22 UTC 2018 11.1K bytes -
PairedStats.java
root-mean-square error in {@code x} as a function of {@code y} is a L169: * fraction {@code sqrt(1/(R*R) - 1)} of the population standard deviation of {@code x}. This fit L170: * does not normally minimize that error: to do that, you should swap the roles of {@code x} and L171: * {@code y}. L172: * L173: * <h3>Non-finite values</h3> L174: * L175: * <p>If the dataset contains any non-finite values ({@link Double#POSITIVE_INFINITY}, {@link L176: * Double#NEGATIVE_INFINITY}, or {@link Double#NaN})...github.com/google/guava/android/guava/src/com/g...Fri May 12 17:02:53 UTC 2023 12.6K bytes -
LICENSE
fee for, acceptance of support, warranty, indemnity, L169: or other liability obligations and/or rights consistent with this L170: License. However, in accepting such obligations, You may act only L171: on Your own behalf and on Your sole responsibility, not on behalf L172: of any other Contributor, and only if You agree to indemnify, L173: defend, and hold each Contributor harmless for any liability L174: incurred by, or claims asserted against, such Contributor by reason...github.com/google/guava/LICENSEWed Feb 22 18:59:39 UTC 2023 11.1K bytes -
LICENSE
fee for, acceptance of support, warranty, indemnity, L170: or other liability obligations and/or rights consistent with this L171: License. However, in accepting such obligations, You may act only L172: on Your own behalf and on Your sole responsibility, not on behalf L173: of any other Contributor, and only if You agree to indemnify, L174: defend, and hold each Contributor harmless for any liability L175: incurred by, or claims asserted against, such Contributor by reason...github.com/kubernetes/kubernetes/LICENSES/vendo...Sun Jun 13 05:06:37 UTC 2021 11.2K bytes -
LICENSE
fee for, acceptance of support, warranty, indemnity, L170: or other liability obligations and/or rights consistent with this L171: License. However, in accepting such obligations, You may act only L172: on Your own behalf and on Your sole responsibility, not on behalf L173: of any other Contributor, and only if You agree to indemnify, L174: defend, and hold each Contributor harmless for any liability L175: incurred by, or claims asserted against, such Contributor by reason...github.com/kubernetes/kubernetes/LICENSES/vendo...Fri May 08 04:49:00 UTC 2020 11.2K bytes -
CHANGELOG-1.23.md
pull time more accurate in event ([#114430](https://github.com/kubernetes/kubernetes/pull/114430), [@pacoxu](https://github.com/pacoxu)) [SIG Node] L609:- [aws] Fixed a bug which reduces the number of unnecessary calls to STS in the event of assume role failures in the legacy cloud provider ([#110706](https://github.com/kubernetes/kubernetes/pull/110706), [@prateekgogia](https://github.com/prateekgogia)) [SIG Cloud Provider] L610: L611:## Dependencies L612: L613:### Added L614:_Nothing has changed._...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Tue Feb 28 21:06:52 UTC 2023 424.5K bytes -
FessMultipartRequestHandler.java
ServletException("Failed to upload the file.", e); L324: } L325: L326: // =================================================================================== L327: // Roll-back L328: // ========= L329: @Override L330: public void rollback() { L331: for (MultipartFormFile formFile : elementsFile.values()) { L332: formFile.destroy();...github.com/codelibs/fess/src/main/java/org/code...Wed Oct 23 13:27:21 UTC 2024 18.6K bytes -
CHANGELOG-1.2.md
<code>.spec.selector</code> field — a [unique selector is automatically generated ](http://kubernetes.io/docs/user-guide/jobs/#pod-selector)for you. L332: * The previous version, <code>apiVersion: extensions/v1beta1</code>, is still supported. Even if you roll back to 1.1, the objects created using L333:the new apiVersion will still be accessible, using the old version. You can L334:continue to use your existing JSON and YAML files until you are ready to switch L335:to <code>batch/v1</code>. We may remove...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Fri Dec 04 06:36:19 UTC 2020 41.4K bytes -
Range.java
<li>A class which implements {@code Comparable<UnrelatedType>} is very broken, and will cause L87: * undefined horrible things to happen in {@code Range}. For now, the Range API does not L88: * prevent its use, because this would also rule out all ungenerified (pre-JDK1.5) data types. L89: * <b>This may change in the future.</b> L90: * </ul> L91: * L92: * <h3>Other notes</h3> L93: * L94: * <ul> L95: * <li>All ranges are shallow-immutable. L96: * <li>Instances of this type are...github.com/google/guava/android/guava/src/com/g...Wed Oct 16 17:21:56 UTC 2024 27.8K bytes