Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for Toft (0.15 sec)

  1. docs/bucket/versioning/README.md

    ### Idempotent versions on delete markers
    
    Duplicate delete markers are not created on MinIO buckets with versioning, if an application performs a soft delete on an object repeatedly - that object will only ever have a single DELETE marker for all such successive attempts. This is done to ensure that repeated soft deletes do not ever need multiple versions in the first place.
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 04 21:43:52 GMT 2023
    - 11.9K bytes
    - Viewed (1)
  2. docs/de/docs/alternatives.md

    Ohne ein Datenvalidierungssystem müssten Sie alle Prüfungen manuell im Code durchführen.
    
    Für diese Funktionen wurde Marshmallow entwickelt. Es ist eine großartige Bibliothek und ich habe sie schon oft genutzt.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:26:28 GMT 2024
    - 26.7K bytes
    - Viewed (0)
  3. docs/de/docs/advanced/settings.md

    Dann können wir testen, ob das verwendet wird.
    
    ## Lesen einer `.env`-Datei
    
    Wenn Sie viele Einstellungen haben, die sich möglicherweise oft ändern, vielleicht in verschiedenen Umgebungen, kann es nützlich sein, diese in eine Datei zu schreiben und sie dann daraus zu lesen, als wären sie Umgebungsvariablen.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:17:14 GMT 2024
    - 17.8K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg unicode, var Shavian *RangeTable
    pkg unicode, var Sinhala *RangeTable
    pkg unicode, var Sk *RangeTable
    pkg unicode, var Sm *RangeTable
    pkg unicode, var So *RangeTable
    pkg unicode, var Soft_Dotted *RangeTable
    pkg unicode, var Space *RangeTable
    pkg unicode, var Sundanese *RangeTable
    pkg unicode, var Syloti_Nagri *RangeTable
    pkg unicode, var Symbol *RangeTable
    pkg unicode, var Syriac *RangeTable
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  5. okhttp/src/test/java/okhttp3/EventListenerTest.kt

          client.newCall(
            Request.Builder()
              .url(server.url("/"))
              .build(),
          )
        val response = call.execute()
        if (expectedProtocol == Protocol.HTTP_2) {
          // soft failure since client may not support depending on Platform
          Assume.assumeThat(response, matchesProtocol(Protocol.HTTP_2))
        }
        assertThat(response.protocol).isEqualTo(expectedProtocol)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 56.9K bytes
    - Viewed (0)
  6. api/go1.5.txt

    pkg go/types, type Error struct
    pkg go/types, type Error struct, Fset *token.FileSet
    pkg go/types, type Error struct, Msg string
    pkg go/types, type Error struct, Pos token.Pos
    pkg go/types, type Error struct, Soft bool
    pkg go/types, type Func struct
    pkg go/types, type Importer interface { Import }
    pkg go/types, type Importer interface, Import(string) (*Package, error)
    pkg go/types, type Info struct
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.16.md

    - Add possibility to configure controller manager to use IPv6 dual stack:
      use `--cluster-cidr="<cidr1>,<cidr2>"`.
      Notes:
      1. Only the first two CIDRs are used (soft limits for Alpha, might be lifted later on).
      2. Only the "RangeAllocator" (default) is allowed as a value for `--cidr-allocator-type`. Cloud allocators are not compatible with IPv6 dual stack
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    She is such a dear quiet thing,' Alice went on, half to herself,
    as she swam lazily about in the pool, `and she sits purring so
    nicely by the fire, licking her paws and washing her face--and
    she is such a nice soft thing to nurse--and she's such a capital
    one for catching mice--oh, I beg your pardon!' cried Alice again,
    for this time the Mouse was bristling all over, and she felt
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  9. RELEASE.md

    *   `tf.while_loop` emits a StatelessWhile op if the cond and body functions are
        stateless and do not touch any resources.
    *   Refactors code in Quant8 LSTM support to reduce TFLite binary size.
    *   Add support of local soft device placement for eager op.
    *   Add HW acceleration support for `LogSoftMax`.
    *   Added a function `nested_value_rowids` for ragged tensors.
    *   Add guard to avoid acceleration of L2 Normalization with input rank != 4
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  10. CHANGELOG/CHANGELOG-1.24.md

    ### Avoiding Collisions in IP allocation to Services
    
    Kubernetes 1.24 introduced a new opt-in feature that allows you to
    [soft-reserve a range for static IP address assignments](https://kubernetes.io/docs/concepts/services-networking/service/#service-ip-static-sub-range)
    to Services.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Aug 24 00:02:43 GMT 2023
    - 473.4K bytes
    - Viewed (0)
Back to top