Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 58 of 58 for preorder (0.32 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // Finalizers may be processed and removed in any order.  Order is NOT enforced
      // because it introduces significant risk of stuck finalizers.
      // finalizers is a shared field, any actor with permission can reorder it.
      // If the finalizer list is processed in order, then this can lead to a situation
      // in which the component responsible for the first finalizer in the list is
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. cmd/object-handlers_test.go

    					reqType: reqV4Str,
    				},
    				{
    					req:     reqV2,
    					rec:     recV2,
    					reqType: reqV2Str,
    				},
    			}
    
    			for _, reqRec := range reqRecs {
    				// Response recorder to record the response of the handler.
    				rec := reqRec.rec
    				// HTTP request used to call the handler.
    				req := reqRec.req
    				// HTTP request type string for V4/V2 requests.
    				reqType := reqRec.reqType
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 12 20:10:44 UTC 2024
    - 163.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.32.md

    - Fixes a bug in the `k8s.io/cloud-provider/service`  controller, it may panic when a service is updated because the event recorder was used before it was initialized. All cloud providers should using the `v1.31.0` cloud provider service controller must ensure that the controllers is initialized before the informer start to process events or update it to the version 1.32.0. ...
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  4. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    oyabe.toyama.jp oyama.tochigi.jp oyamazaki.kyoto.jp oyer.no oygarden.no oyodo.nara.jp oystre-slidre.no oz.au ozora.hokkaido.jp ozu.ehime.jp ozu.kumamoto.jp p.bg p.se pa pa.gov.br pa.gov.pl pa.it pa.leg.br pa.us paas.beebyte.io paas.datacenter.fi paas.hosted-by-previder.com paas.massivegrid.com pacific.museum paderborn.museum padova.it padua.it page pagefrontapp.com pages.dev pages.it.hs-heilbronn.de pages.torproject.net pages.wiardweb.com pagespeedmobilizer.com pagexl.com palace.museum paleo.museum palermo.it palmas.br...
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (1)
  5. RELEASE.md

    *   Remove `tf.contrib.data.Iterator.from_dataset()` method. Use
        `Dataset.make_initializable_iterator()` instead.
    *   Remove seldom used and unnecessary `tf.contrib.data.Iterator.dispose_op()`.
    *   Reorder some TF-GAN loss functions in a non-backwards compatible way.
    
    ## Known Issues
    
    *   In Python 3, `Dataset.from_generator()` does not support Unicode strings.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    ca.reclaim.cloud
    uk.reclaim.cloud
    us.reclaim.cloud
    ch.trendhosting.cloud
    de.trendhosting.cloud
    jele.club
    amscompute.com
    clicketcloud.com
    dopaas.com
    hidora.com
    paas.hosted-by-previder.com
    rag-cloud.hosteur.com
    rag-cloud-ch.hosteur.com
    jcloud.ik-server.com
    jcloud-ver-jpc.ik-server.com
    demo.jelastic.com
    kilatiron.com
    paas.massivegrid.com
    jed.wafaicloud.com
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/adminlte.min.css.map

    &__shake {\n    animation: shake 1500ms;\n  }\n  &__wobble {\n    animation: wobble 1500ms;\n  }\n}\n\n//\n","//\n// Core: Preloader\n//\n\n.preloader {\n  display: flex;\n  background-color: $main-bg;\n  height: 100vh;\n  width: 100%;\n  transition: height 200ms linear;\n  position: fixed;\n  left: 0;\n  top: 0;\n  z-index: $zindex-preloader;\n}\n\n@include dark-mode () {\n  .preloader {\n    background-color: $dark-main-bg;\n    color: $white;\n  }\n}\n\n//\n","//\n// Core: Layout\n//\n\nhtml.scroll-smooth...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
  8. src/main/webapp/css/admin/adminlte.min.css

    fa;--dark:#343a40}.animation__shake{-webkit-animation:shake 1.5s;animation:shake 1.5s}.animation__wobble{-webkit-animation:wobble 1.5s;animation:wobble 1.5s}.preloader{display:-ms-flexbox;display:flex;background-color:#f4f6f9;height:100vh;width:100%;transition:height .2s linear;position:fixed;left:0;top:0;z-index:9999}.dark-mode .preloader{background-color:#454d55!important;color:#fff}html.scroll-smooth{scroll-behavior:smooth}.wrapper,body,html{min-height:100%}.wrapper{position:relative}.wrapper...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 1.3M bytes
    - Viewed (0)
Back to top