Search Options

Results per page
Sort
Preferred Languages
Advance

Results 281 - 290 of 315 for delete (0.08 sec)

  1. AdminUpgradeAction.java

    for (final String index : crawlerIndices) { L1332: if (client.existsIndex(index)) { L1333: if (client.deleteIndex(index)) { L1334: logger.warn("Deleted {}.", index); L1335: } else { L1336: logger.warn("Failed to delete {}.", index); L1337: } L1338: } else if (logger.isDebugEnabled()) { L1339: logger.debug("{} does not exist.", index); L1340: } L1341: } L1342:...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      54K bytes
  2. CHANGELOG-1.31.md

    deprecated and unsupported kubectl run flags: L984: - filename L985: - force L986: - grace-period L987: - kustomize L988: - recursive L989: - timeout L990: - wait L991: L992: Drop support for the deprecated --delete-local-data from kubectl drain, users should use --delete-emptydir-data, instead. ([#125842](https://github.com/kubernetes/kubernetes/pull/125842), [@soltysh](https://github.com/soltysh)) [SIG CLI] L993:- Dynamic Resource Allocation (DRA): fixed some small, unlikely race condition...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Oct 23 12:18:32 UTC 2024
      315.4K bytes
  3. CHANGELOG-1.20.md

    etes/kubernetes/pull/95260), [@amandahla](https://github.com/amandahla)) [SIG CLI] L2261:- For vSphere Cloud Provider, If VM of worker node is deleted, the node will also be deleted by node controller ([#92608](https://github.com/kubernetes/kubernetes/pull/92608), [@lubronzhan](https://github.com/lubronzhan)) [SIG Cloud Provider] L2262:- Gracefully delete nodes when their parent scale set went missing ([#95289](https://github.com/kubernetes/kubernetes/pull/95289), [@bpineau](https://github.com/bpineau))...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Jan 19 21:05:45 UTC 2022
      409K bytes
  4. bootstrap.min.js

    y.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){var e=g(this.element).data();return Object.keys(e).forEach(function(t){-1!==je.indexOf(t)&&delete e[t]}),"number"==typeof(t=l({},this.constructor.Default,{},e,{},"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toSt...
    github.com/codelibs/fess/src/main/webapp/js/boo...
    Fri Feb 07 10:28:50 UTC 2020
      58.6K bytes
  5. CHANGELOG-1.19.md

    EndpointSlice controllers are less likely to create duplicate EndpointSlices. ([#101764](https://github.com/kubernetes/kubernetes/pull/101764), [@aojea](https://github.com/aojea)) [SIG Apps and Network] L923:- Ensure service deleted when the Azure resource group has been deleted ([#100944](https://github.com/kubernetes/kubernetes/pull/100944), [@feiskyer](https://github.com/feiskyer)) [SIG Cloud Provider] L924:- Fix panic in JSON logging format caused by missing Duration encoder ([#101159](https:/...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Wed Jan 05 05:42:32 UTC 2022
      489.7K bytes
  6. moment-with-locales.min.js

    &(s=r,t=a):(null==s||r<s||d)&&(s=r,t=a,d&&(i=!0));l(e,t||a)}(e):n?va(e):r(t=(a=e)._i)?a._d=new Date(M.now()):d(t)?a._d=new Date(t.valueOf()):"string"==typeof t?function(e){var a=ya.exec(e._i);null===a?(ka(e),!1===e._isValid&&(delete e._isValid,Ta(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:M.createFromInputFallback(e)))):e._d=new Date(+a[1])}(a):i(t)?(a._a=u(t.slice(0),function(e){return parseInt(e,10)}),wa(a)):_(t)?function(e){var a,t;e._d||(t=void 0===(a=J(e._i)).day?a.date:...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      360.5K bytes
      1 views
  7. CHANGELOG-1.21.md

    L1617:- EndpointSlice IP validation now matches Endpoints IP validation. ([#101084](https://github.com/kubernetes/kubernetes/pull/101084), [@robscott](https://github.com/robscott)) [SIG Apps and Network] L1618:- Ensure service deleted when the Azure resource group has been deleted ([#100944](https://github.com/kubernetes/kubernetes/pull/100944), [@feiskyer](https://github.com/feiskyer)) [SIG Cloud Provider] L1619:- Fix EndpointSlice describe panic when an Endpoint doesn't have zone ([#101025](https:...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Fri Oct 14 07:03:14 UTC 2022
      367.3K bytes
  8. jquery.form-validator.min.js

    ,d){if(a.formUtils.isLoadingModules){var e=this;return setTimeout(function(){e.isValid(b,c,d)},200),null}c=a.extend({},a.formUtils.defaultConfig(),c||{}),b=a.extend({},a.formUtils.LANG,b||{}),d=d!==!1,a.formUtils.errorDisplayPreventedWhenHalted&&(delete a.formUtils.errorDisplayPreventedWhenHalted,d=!1);var f=function(b,e){a.inArray(b,h)<0&&h.push(b),i.push(e),e.valAttr("current-error",b),d&&a.formUtils.dialogs.applyInputErrorStyling(e,c)},g=[],h=[],i=[],j=this,k=function(b,d){return"submit"===d|...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      32.8K bytes
  9. CHANGELOG-1.24.md

    Kubernetes is now built with Go 1.19.8 ([#117132](https://github.com/kubernetes/kubernetes/pull/117132), [@xmudrii](https://github.com/xmudrii)) [SIG Release and Testing] L985: L986:### Bug or Regression L987: L988:- Fix missing delete events on informer re-lists to ensure all delete events are 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 ([#115901](https://github.com/kubernetes/kubernetes/pull/115901),...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Aug 24 00:02:43 UTC 2023
      473.4K bytes
  10. CHANGELOG-1.26.md

    support for Windows, XFS, and raw block access. ([#116396](https://github.com/kubernetes/kubernetes/pull/116396), [@msau42](https://github.com/msau42)) [SIG Storage] L1817: L1818:### Bug or Regression L1819: L1820:- Fix missing delete events on informer re-lists to ensure all delete events are 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 ([#115899](https://github.com/kubernetes/kubernetes/pull/115899),...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Mar 14 16:24:51 UTC 2024
      425.7K bytes
Back to top