- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 315 for delete (0.05 sec)
-
CHANGELOG-1.23.md
Lost PVC as `UnschedulableAndUnresolvable` ([#105245](https://github.com/kubernetes/kubernetes/pull/105245), [@yibozhuang](https://github.com/yibozhuang)) L2453:- Ensures that volume is deleted from the storage backend when the user tries to delete the PV object manually and the PV `ReclaimPolicy` is set to `Delete`. ([#105773](https://github.com/kubernetes/kubernetes/pull/105773), [@deepakkinni](https://github.com/deepakkinni)) L2454:- Expose a `NewUnstructuredExtractor` from apply configurations...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Tue Feb 28 21:06:52 UTC 2023 424.5K bytes -
BsUser.java
sb.append(dm).append(teletexTerminalIdentifier); L351: sb.append(dm).append(title); L352: sb.append(dm).append(uidNumber); L353: sb.append(dm).append(x121Address); L354: if (sb.length() > dm.length()) { L355: sb.delete(0, dm.length()); L356: } L357: sb.insert(0, "{").append("}"); L358: return sb.toString(); L359: } L360: L361: // =================================================================================== L362: // ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 22.8K bytes -
security.js
return new a.formUtils.validators.validate_strength.strengthDisplay(this,b),this};var g=function(b,c,d){if(c||(c=a("form")),"undefined"!=typeof grecaptcha&&!a.formUtils.hasLoadedGrecaptcha)throw new Error("reCaptcha API can not be loaded by hand, delete reCaptcha API snippet.");if(!a.formUtils.hasLoadedGrecaptcha&&a('[data-validation~="recaptcha"]',c).length){a.formUtils.hasLoadedGrecaptcha=!0;var e="//www.google.com/recaptcha/api.js?onload=reCaptchaLoaded&render=explicit"+(d.lang?"&hl="+d.lang:...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 10.5K bytes -
CHANGELOG-1.10.md
transition from the v1beta1 API to the v1 API. ([#58393](https://github.com/kubernetes/kubernetes/pull/58393), [@deads2k](https://github.com/deads2k)) L1908: L1909:* Fixes an issue where the resourceVersion of an object in a DELETE watch event was not the resourceVersion of the delete itself, but of the last update to the object. This could disrupt the ability of clients clients to re-establish watches properly. ([#58547](https://github.com/kubernetes/kubernetes/pull/58547), [@liggitt](https://github.com/liggitt))...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu May 05 13:44:43 UTC 2022 341.8K bytes -
FessConfig.java
nteger(); L3499: L3500: /** L3501: * Get the value for the key 'indexer.data.max.delete.cache.size'. <br> L3502: * The value is, e.g. 100 <br> L3503: * @return The value of found property. (NotNull: if not found, exception but basically no way) L3504: */ L3505: String getIndexerDataMaxDeleteCacheSize(); L3506: L3507: /** L3508: * Get the value for the key 'indexer.data.max.delete.cache.size' as {@link Integer}. <br> L3509: * The value is, e.g. 100 <br> L3510: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes -
IndexingHelperTest.java
L242: L243: public void test_deleteDocument() { L244: final Map<String, String> resultMap = new HashMap<>(); L245: final SearchEngineClient client = new SearchEngineClient() { L246: @Override L247: public boolean delete(final String index, final String id) { L248: resultMap.put("index", index); L249: resultMap.put("id", id); L250: return true; L251: } L252: }; L253: ComponentUtil.register(client,...github.com/codelibs/fess/src/test/java/org/code...Wed Jul 24 08:54:24 UTC 2024 23.4K bytes -
CHANGELOG-1.27.md
rules with endpoints to support load balancing when all the endpoints are terminating. ([#113776](https://github.com/kubernetes/kubernetes/pull/113776), [@princepereira](https://github.com/princepereira)) L2720:- Fixed missing delete events on informer re-lists to ensure all delete events were correctly emitted and using the latest known object state, so that all event handlers and stores always reflect the actual apiserver state as best as possible ([#115620](https://github.com/kubernetes/kubernetes/pull/115620),...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Wed Jul 17 07:48:22 UTC 2024 466.3K bytes -
bootstrap-timepicker.min.js
om"),this.$widget.addClass("timepicker-orient-"+q),"top"===q?n+=k:n-=d+parseInt(this.$widget.css("padding-top"),10),this.$widget.css({top:n,left:m,zIndex:i})}},remove:function(){a("document").off(".timepicker"),this.$widget&&this.$widget.remove(),delete this.$element.data().timepicker},setDefaultTime:function(a){if(this.$element.val())this.updateFromElementVal();else if("current"===a){var b=new Date,c=b.getHours(),d=b.getMinutes(),e=b.getSeconds(),f="AM";0!==e&&(e=Math.ceil(b.getSeconds()/this.s...github.com/codelibs/fess/src/main/webapp/js/adm...Thu Feb 13 04:21:06 UTC 2020 18.2K bytes -
CHANGELOG-1.16.md
rnetes/kubernetes/pull/93722), [@liggitt](https://github.com/liggitt)) [SIG Apps and Node] L332:- Fixes an issue that can result in namespaced custom resources being orphaned when their namespace is deleted, if the CRD defining the custom resource is removed concurrently with namespaces being deleted, then recreated. ([#93790](https://github.com/kubernetes/kubernetes/pull/93790), [@liggitt](https://github.com/liggitt)) [SIG API Machinery and Apps] L333:- Kube-apiserver: fixed a bug returning inconsistent...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Feb 11 10:00:57 UTC 2021 345.2K bytes -
CHANGELOG-1.9.md
metadata proxy to v0.1.9 to pick up security fixes. ([#58221](https://github.com/kubernetes/kubernetes/pull/58221), [@ihmccreery](https://github.com/ihmccreery)) L902:* Fixes an issue where the resourceVersion of an object in a DELETE watch event was not the resourceVersion of the delete itself, but of the last update to the object. This could disrupt the ability of clients clients to re-establish watches properly. ([#58547](https://github.com/kubernetes/kubernetes/pull/58547), [@liggitt](https://github.com/liggitt))...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Tue Nov 16 10:46:27 UTC 2021 313.7K bytes